Package | ihe.pharm.mpd.r4 |
Type | CapabilityStatement |
Id | IHE.MPD.DispenseConsumerCS |
FHIR Version | R4 |
Source | https://profiles.ihe.net/PHARM/MPD/https://profiles.ihe.net/PHARM/MPD/1.0.0-comment-2/CapabilityStatement-IHE.MPD.DispenseConsumerCS.html |
URL | https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseConsumerCS |
Version | 1.0.0-comment-2 |
Status | active |
Date | 2024-07-08T16:49:44+00:00 |
Name | IHEMPDDispenseConsumer |
Title | IHE MPD Dispense Consumer Actor |
Realm | uv |
Authority | ihe |
Description | The CapabilityStatement for the [Dispense Consumer Actor](actors-transactions.html#dispense-consumer) describes the requirements for systems that retrieve dispense data. |
Copyright | IHE http://www.ihe.net/Governance/#Intellectual_Property |
Kind | requirements |
No resources found
StructureDefinition | |
IHEMedicationDispense | IHE Medication Dispense |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.MPD.DispenseConsumerCS
application/fhir+json
, application/fhir+xml
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.
client
The Dispense Consumer retrieves dispense data.
Recommended security framework: ATNA, IUA, or SMART-on-FHIR.
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 |
---|---|---|---|---|---|---|---|---|---|
MedicationDispense | Supported Profiles IHE Medication Dispense | y |
read
Retrieve a MedicationDispense [PHARM-9]
{ "resourceType": "CapabilityStatement", "id": "IHE.MPD.DispenseConsumerCS", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseConsumerCS", "version": "1.0.0-comment-2", "name": "IHEMPDDispenseConsumer", "title": "IHE MPD Dispense Consumer Actor", "status": "active", "experimental": false, "date": "2024-07-08T16:49:44+00:00", "publisher": "Integrating the Healthcare Enterprise (IHE)", "contact": [ { "name": "Integrating the Healthcare Enterprise (IHE)", "telecom": [ { "system": "url", "value": "http://ihe.net" }, { "system": "email", "value": "secretary@ihe.net" } ] }, { "name": "José Costa Teixeira", "telecom": [ { "system": "email", "value": "jose.a.teixeira@gmail.com", "use": "work" } ] } ], "description": "The CapabilityStatement for the [Dispense Consumer Actor](actors-transactions.html#dispense-consumer) describes the requirements for systems that retrieve dispense data.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+json", "application/fhir+xml" ], "rest": [ { "mode": "client", "documentation": "The Dispense Consumer retrieves dispense data.", "security": { "description": "Recommended security framework: ATNA, IUA, or SMART-on-FHIR." }, "resource": [ { "type": "MedicationDispense", "supportedProfile": [ "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense" ], "interaction": [ { "code": "read", "documentation": "Retrieve a MedicationDispense [PHARM-9]" } ] } ] } ] }