Medication Prescription and Dispense (MPD)
0.1.0 - ci-build
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 0.1.0 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/master and changes regularly. See the Directory of published versions
The actors illustrated the actors and transactions can be grouped in different architectures.
This page provides some examples with some information on how this can be specified.
In the central prescription repository, the order placer communicates the prescriptions with a central prescription repository (which therefore implements the specification (actors) of Order Receiver and Order Responder). Similarly, the Order Consumer consults that repository for checking which prescriptions are available and to fetch the information of those prescriptions.
In the Pull-Based Architecture, the Order Placer is integrated with the system that holds the prescriptions. When a healthcare entity (acting as an Order Consumer) needs to access a prescription, it explicitly pulls the information from the Order Responder using an on-demand query.
In a Push-Based Architecture, the Order Placer submits a medication order that is immediately pushed to the Order consumer. This is akin to messaging.
The same actors can be used for ordering workflows, for example when orders need to be send for review by another entity, and that entity then acts as a placer for the updated order.