IHE Pharmacy Medication Overview
0.1.0 - ci-build
IHE Pharmacy Medication Overview, 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-meow/tree/jct-draft and changes regularly. See the Directory of published versions
Built from commit 62c0f394. Branch: jct-draft.
This section defines the actors and transactions in the MEOW profile.
The figure below shows the actors directly involved in the MEOW Profile and the relevant transactions between them.
Table 1:33.1-1 lists the transactions for each actor. To claim compliance with this profile, an actor SHALL support all required transactions (labeled R) and MAY support the optional transactions (labeled O).
| Actor | Transaction | Optionality | Reference |
|---|---|---|---|
| Medication Overview Consumer | Retrieve Medication Overview [PHARM-11] | O | Section 2:3.11 |
| Query Medication Resources [PHARM-12] | R | Section 2:3.12 | |
| Medication Overview Responder | Retrieve Medication Overview [PHARM-11] | O | Section 2:3.11 |
| Query Medication Resources [PHARM-12] | R | Section 2:3.12 |
Future actors: A Medication Overview Source and Medication Overview Receiver actor pair will be added in a future version to support push-based exchange of treatment lines [PHARM-13]. See Cross-Profile Considerations.
The Medication Overview Consumer is a system that retrieves medication overview information for a patient. Typical Consumer systems include electronic health records (EHRs), clinical decision support tools, dispensing systems, patient-facing apps, and care coordination platforms.
The Consumer initiates PHARM-12 queries to retrieve the individual FHIR resources constituting a patient's medication overview — principally MedicationTreatmentLine entries, with optional inclusion of related prescriptions, dispenses, and administrations. If the Consumer declares the Document Option, it also supports PHARM-11 to retrieve pre-assembled medication overviews.
The Consumer is responsible for:
OperationOutcome error responses gracefully.A conformant Medication Overview Consumer SHALL satisfy the requirements in CapabilityStatement MedicationOverviewConsumer.
The Medication Overview Responder is a system that stores and/or assembles medication overview data for patients and serves it in response to Consumer requests.
A Responder may hold or generate:
MedicationStatement) — the mandatory content of any medication overview.CarePlan) — conditional; present when treatment grouping is clinically relevant._include/_revinclude.How the Responder obtains its data is an implementation concern, not an interoperability requirement of this profile. A Responder may:
The Responder is responsible for:
MedicationOverviewBundle overviews in response to PHARM-11 requests.A conformant Medication Overview Responder SHALL satisfy the requirements in CapabilityStatement MedicationOverviewResponder.
The Consumer retrieves a pre-assembled medication overview as a MedicationOverviewBundle (Bundle type=document) from the Responder. This transaction supports handover, discharge summaries, cross-organisational sharing, and legal records. Requires the Document Option on both actors.
For detailed specification see PHARM-11.
The Consumer searches the Responder for MedicationTreatmentLine resources and optionally related resources for a given patient. The response is a FHIR searchset Bundle. This transaction supports live, current-state queries — for example, displaying a patient's active medication list in an EHR or feeding a clinical decision support engine.
For detailed specification see PHARM-12.