IHE Pharmacy Medication Overview
1.0.0-preview - Preview
This page is part of the IHE Pharmacy Medication Overview (v1.0.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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 shadowing false
skinparam rectangle {
BackgroundColor #E6F2FF
BorderColor #336699
roundCorner 15
}
rectangle "Medication Overview\nCreator" as Cr
rectangle "Medication Overview\nConsumer" as C
rectangle "Medication Overview\nRepository" as R
Cr -down- R : Submit Medication Overview\n[PHARM-y]
C -down- R : Get Medication Overview\n[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.