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 defines the actors and transactions in this implementation guide.
The figure below shows the actors directly involved in the MEOW Profile and the relevant transactions between them.
@startuml
skinparam backgroundColor transparent
skinparam rectangle {
roundCorner 15
}
rectangle "Medication Overview\nCreator" as Cr #Application
rectangle "Medication Overview\nRepository" as R #Application
rectangle "Medication Overview\nConsumer" as C #Application
Cr -right- R : Submit Medication Overview [PHARM-y]
R -right- C : Get Medication Overview [PHARM-x]
@enduml
Table 1:33.1-1 lists the transactions for each actor directly involved in the MEOW Implementation Guide. To claim compliance with this guide, an actor shall support all required transactions (labeled "R") and may support the optional transactions (labeled "O").
| Actors | Transactions | Optionality |
|---|---|---|
| Medication Overview Creator | Submit Medication Overview [PHARM-y] | R |
| Medication Overview Repository | Submit Medication Overview [PHARM-y] | R |
| Get Medication Overview [PHARM-x] | R | |
| Medication Overview Consumer | Get Medication Overview [PHARM-x] | R |
The actors in this profile are described in more detail in the sections below.
The Medication Overview Consumer queries a Medication Overview Repository to retrieve an existing Medication Overview for a patient. It is the actor that pulls already-recorded medication information for viewing or further processing.
The Medication Overview Repository stores the Medication Overviews submitted by Medication Overview Creators and responds to queries from Medication Overview Consumers. It is the actor that holds the medication information and makes it available for retrieval.
The Medication Overview Creator assembles a Medication Overview - the set of medication treatment lines summarizing the patient's medication - and submits it to a Medication Overview Repository.
The transactions in this profile are summarized in the sections below.
The Get Medication Overview transaction is used by a Medication Overview Consumer to query a Medication Overview Repository and retrieve an existing Medication Overview.
This is a pull transaction: the Consumer requests the information held by the Repository.
For more details see the detailed PHARM-x transaction description.
The Submit Medication Overview transaction is used by a Medication Overview Creator to submit a Medication Overview to a Medication Overview Repository.
This is a push transaction: the Creator provides the medication information to be stored by the Repository.
For more details see the detailed PHARM-y transaction description.