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.
| Official URL: http://profiles.ihe.net/PHARM/MEOW/CapabilityStatement/MedicationOverviewConsumer | Version: 0.1.0 | |||
| Active as of 2025-01-01 | Computable Name: MedicationOverviewConsumer | |||
Copyright/Legal: IHE http://www.ihe.net/Governance/#Intellectual_Property |
||||
CapabilityStatement for the Medication Overview Consumer actor in the IHE PHARM MEOW profile.
The Consumer is a client that queries a Medication Overview Repository or Creator to retrieve a patient's medication overview. It supports PHARM-11 (Query Medication Resources) as a required capability, and optionally PHARM-12 (Retrieve Medication Document) when the Document Option is declared.
Raw OpenAPI-Swagger Definition file | Download
application/fhir+json, application/fhir+xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
clientThe Consumer initiates PHARM-11 queries to retrieve MedicationTreatmentLine resources and optionally related resources for a given patient. The Consumer optionally initiates PHARM-12 requests to retrieve MedicationOverviewBundle documents (Document Option).
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| MedicationStatement | Supported Profiles Medication Treatment Line | y | y | patient, status, effective, category, _lastUpdated | MedicationStatement:medication, MedicationStatement:derivedFrom, MedicationStatement:partOf | MedicationDispense:prescription, MedicationAdministration:request | |||
| Bundle | Supported Profiles Medication Overview Bundle | y | y | type, patient, date |
The Consumer searches for MedicationTreatmentLine resources (PHARM-11).
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | Required. The patient whose medication overview is requested. |
| SHALL | status | token | Filter by treatment line status (e.g. active, completed, stopped). |
| SHALL | effective | date | Filter by effective period of the treatment line. |
| SHALL | category | token | Filter by medication list category / list type. |
| SHALL | _lastUpdated | date | Filter resources updated since a given instant (incremental sync). |
Document Option (PHARM-12). The Consumer retrieves MedicationOverviewBundle documents by logical id or by searching with patient, type, and date parameters.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | type | token | Filter by document type / medication list category. |
| SHALL | patient | reference | Required for patient-scoped document search. |
| SHALL | date | date | Filter by document creation date. |