{
"description": "CapabilityStatement for the Medication Overview Consumer actor in the IHE PHARM MEOW profile.\\n\\nThe Consumer is a client that queries a Medication Overview Repository or Creator to retrieve\\na patient's medication overview. It supports PHARM-11 (Query Medication Resources) as a\\nrequired capability, and optionally PHARM-12 (Retrieve Medication Document) when the\\nDocument Option is declared.",
"_filename": "CapabilityStatement-MedicationOverviewConsumer.json",
"package_name": "ihe.pharm.meow",
"format": [ "application/fhir+json", "application/fhir+xml" ],
"date": "2025-01-01",
"publisher": "Integrating the Healthcare Enterprise (IHE)",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"name": "MedicationOverviewConsumer",
"copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": "Medication Overview Consumer",
"package_version": "1.0.0-preview",
"status": "active",
"id": "55f64515-688d-47e9-9208-4539d4ceec19",
"kind": "requirements",
"url": "https://profiles.ihe.net/PHARM/MEOW/CapabilityStatement/MedicationOverviewConsumer",
"version": "1.0.0-preview",
"contact": [ {
"name": "Integrating the Healthcare Enterprise (IHE)",
"telecom": [ {
"value": "http://ihe.net",
"system": "url"
}, {
"value": "secretary@ihe.net",
"system": "email"
} ]
}, {
"name": "Jose Costa Teixeira",
"telecom": [ {
"use": "work",
"value": "jose.a.teixeira@gmail.com",
"system": "email"
} ]
} ],
"rest": [ {
"mode": "client",
"resource": [ {
"type": "MedicationStatement",
"interaction": [ {
"code": "search-type"
}, {
"code": "read"
} ],
"searchParam": [ {
"name": "patient",
"type": "reference",
"documentation": "Required. The patient whose medication overview is requested."
}, {
"name": "status",
"type": "token",
"documentation": "Filter by treatment line status (e.g. active, completed, stopped)."
}, {
"name": "effective",
"type": "date",
"documentation": "Filter by effective period of the treatment line."
}, {
"name": "category",
"type": "token",
"documentation": "Filter by medication list category / list type."
}, {
"name": "_lastUpdated",
"type": "date",
"documentation": "Filter resources updated since a given instant (incremental sync)."
} ],
"documentation": "The Consumer searches for MedicationTreatmentLine resources (PHARM-11).",
"searchInclude": [ "MedicationStatement:medication", "MedicationStatement:derivedFrom", "MedicationStatement:partOf" ],
"searchRevInclude": [ "MedicationDispense:prescription", "MedicationAdministration:request" ],
"supportedProfile": [ "https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationTreatmentLine" ]
}, {
"type": "Bundle",
"interaction": [ {
"code": "read"
}, {
"code": "search-type"
} ],
"searchParam": [ {
"name": "type",
"type": "token",
"documentation": "Filter by document type / medication list category."
}, {
"name": "patient",
"type": "reference",
"documentation": "Required for patient-scoped document search."
}, {
"name": "date",
"type": "date",
"documentation": "Filter by document creation date."
} ],
"documentation": "Document Option (PHARM-12). The Consumer retrieves MedicationOverviewBundle documents\nby logical id or by searching with patient, type, and date parameters.",
"supportedProfile": [ "https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationOverview" ]
} ],
"documentation": "The Consumer initiates PHARM-11 queries to retrieve MedicationTreatmentLine resources\nand optionally related resources for a given patient.\nThe Consumer optionally initiates PHARM-12 requests to retrieve MedicationOverviewBundle\ndocuments (Document Option)."
} ]
}