IHE Pharmacy Medication Overview
1.0.0-preview - Preview International flag

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

CapabilityStatement: Medication Overview Consumer

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

Medication Overview Consumer

  • Implementation Guide Version: 1.0.0-preview
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+json, application/fhir+xml
  • Published on: 2025-01-01
  • Published by: Integrating the Healthcare Enterprise (IHE)

Note 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.

FHIR RESTful Capabilities

Mode: client

The 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).

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
MedicationStatementSupported Profiles
  Medication Treatment Line
yypatient, status, effective, category, _lastUpdatedMedicationStatement:medication, MedicationStatement:derivedFrom, MedicationStatement:partOfMedicationDispense:prescription, MedicationAdministration:request
BundleSupported Profiles
  Medication Overview Bundle
yytype, patient, date

Core FHIR Resource
MedicationStatement
Reference Policy
Interaction summary
  • Supports search-type, read.

Supported Profiles

Medication Treatment Line

Documentation

The Consumer searches for MedicationTreatmentLine resources (PHARM-11).

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

Required. The patient whose medication overview is requested.

SHALLstatustoken

Filter by treatment line status (e.g. active, completed, stopped).

SHALLeffectivedate

Filter by effective period of the treatment line.

SHALLcategorytoken

Filter by medication list category / list type.

SHALL_lastUpdateddate

Filter resources updated since a given instant (incremental sync).

 
Core FHIR Resource
Bundle
Reference Policy
Interaction summary
  • Supports read, search-type.

Supported Profiles

Medication Overview Bundle

Documentation

Document Option (PHARM-12). The Consumer retrieves MedicationOverviewBundle documents by logical id or by searching with patient, type, and date parameters.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLtypetoken

Filter by document type / medication list category.

SHALLpatientreference

Required for patient-scoped document search.

SHALLdatedate

Filter by document creation date.