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
| Official URL: https://profiles.ihe.net/PHARM/MEOW/CapabilityStatement/MedicationOverviewConsumer | Version: 1.0.0-preview | |||
| 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. |