Medication Prescription and Dispense (MPD)
1.0.0-comment-3 - ballot
Medication Prescription and Dispense (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 1.0.0-comment-3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/tree/113/merge and changes regularly. See the Directory of published versions
Built from commit 90f3bc69. Branch: 100-pc-pharm-7-copy-paste-error-in-text.
This section corresponds to transaction [PHARM-7] of the IHE Technical Framework. Transaction [PHARM-7] is used by the Medication Order Consumer and the Medication Order Responder actors. The Retrieve Medication Orders [PHARM-7] transaction is used to obtain medication orders for further handling - for example getting a prescription for dispense.
The Retrieve Medication Orders [PHARM-7] transaction allows the Medication Order Consumer to query the Medication Order Responder for medication orders.
Table X:Y.Z.2-1: Actor Roles
| Actor | Role |
|---|---|
| Medication Order Consumer | Queries existing medication orders from the Order Responder |
| Medication Order Responder | Provides access to stored medication orders |
FHIR-R5 HL7 FHIR Release 5.0
Figure X:Y.Z.4-1: Retrieve Medication Orders Interactions
This message uses the search method parameterized query to obtain MedicationRequest resources from the Medication Order Responder.
This method is invoked when needing to view or process prescriptions, for example when selecting a medication for dispense.
The Medication Order Consumer submits a query using the HTTP GET or POST method to the /MedicationRequest endpoint or to the /RequestGroup (R4) or /RequestOrchestration (R5) endpoint, with the search parameters indicated below.
Alternatively, the Medication Order Consumer can submit a query using the HTTP GET or POST method to the / endpoint with the _type search parameter populated - either _type=MedicationRequest, _type=RequestGroup (R4), _type=RequestOrchestration (R5), or both - _type=MedicationRequest,RequestGroup (R4) / _type=MedicationRequest,RequestOrchestration (R5).
The following search parameters SHALL be supported by the Medication Order Responder:
group-or-identifier Single search on both identifier or groupIdentifier - this is important to check for prescriptions where the prescription ID is known but it is not known if the prescription consists of one or multiple lines.activity-resource - Search on the resources that are linked to a RequestGroup (R4) or to a RequestOrchestration (R5) - important to allow for example _revIncludeidentifier — Search by the identifier of the medication order or group/orchestration.patient — Search by the patient subject of the medication order or group/orchestration.status — Filter medication orders or groups/orchestrations by their status (e.g., active, completed).intent — Filter by the intent of the medication order or group/request (e.g., order, plan).Upon receiving the query, the Medication Order Responder is expected to respond with the orders if the conditions are met:
The Medication Order Responder SHALL respond with a HTTP status code appropriate to the processing as well as a Search Bundle, containing the resources that correspond to the search and can be accessed (e.g. are allowed by any access control mechanisms).
The Medication Order Responder complete processing of the Retrieve Medication Orders Request Message.
Based on the query results, the Medication Order Responder will either return an error or success. Guidance on handling Access Denied related to use of 200, 403 and 404 can be found in ITI TF-2x: Appendix Z.7.
When the Medication Order Responder needs to report an error, it shall use HTTP error response codes and should include a FHIR OperationOutcome with more details on the failure.
If the Retrieve Medication Orders Request Message is processed successfully, whether or not any matching resources are found, the HTTP status code shall be 200 and the response message SHALL be a search Bundle containing 0 or more MedicationRequest resources (optionally RequestGroup (R4) or RequestOrchestration (R5) resources as well if they were part of the search).
The content of the MedicationRequest resources in the Bundle SHALL conform to the profiles defined in the MedicationOrder profile.
In case of error, the response SHALL contain an OperationOutcome.s
Resource Bundling shall comply with the guidelines in ITI TF-2x: Appendix Z.1.
Upon receiving the response, the Medication Order Consumer will store, process or initiate handling of the orders as part of the business process.