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/r4-rr and changes regularly. See the Directory of published versions
Built from commit 8f4435f7. Branch: r4-rr.
This section corresponds to transaction [PHARM-y] of the IHE Pharmacy Technical Framework. Transaction [PHARM-y] is used by the Medication Overview Creator and Medication Overview Repository actors.
The Submit Medication Overview transaction is used by a Medication Overview Creator to submit a Medication Overview - the set of medication treatment lines summarizing the patient's medication - to a Medication Overview Repository. It is a push interaction: the Creator provides the medication information to be stored and made available for later retrieval.
| Actor | Role |
|---|---|
| Medication Overview Creator | Assembles the Medication Overview and submits it to the Medication Overview Repository. |
| Medication Overview Repository | Receives, validates and stores the submitted Medication Overview. |
FHIR R4 — HL7 FHIR Release 4.0.1
@startuml
skinparam backgroundColor transparent
skinparam sequenceMessageAlign center
hide footbox
participant "Medication Overview\nCreator" as Cr
participant "Medication Overview\nRepository" as R
Cr -> R : Submit Medication Overview\n(MedicationOverview Bundle)
activate R
R --> Cr : Acknowledgement
deactivate R
@enduml
The Medication Overview Creator sends a Medication Overview Bundle document to the Medication Overview Repository. The Bundle contains the Composition and the medication treatment lines for a single patient.
The Medication Overview Repository returns an acknowledgement indicating whether the submission was accepted.
The Medication Overview Repository shall store the submitted Medication Overview so that it can subsequently be retrieved through the Get Medication Overview [PHARM-x] transaction.
The following scenarios illustrate how medication treatment lines are produced before being summarized into a Medication Overview.
Begin treatment with line
This is a normal case, where the medication line is the trigger for prescriptions.
Treatments from prescriptions
This is the other normal case, where the medication line is derived from existing prescriptions.