| Package | ihe.pharm.mpd |
| Resource Type | CapabilityStatement |
| Id | IHE.MPD.DispenseResponderCS |
| FHIR Version | R5 |
| Source | https://profiles.ihe.net/PHARM/MPD/https://build.fhir.org/ig/IHE/pharm-mpd/CapabilityStatement-IHE.MPD.DispenseResponderCS.html |
| URL | https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseResponderCS |
| Version | 1.0.0-comment-2 |
| Status | active |
| Date | 2024-07-08T16:49:44+00:00 |
| Name | IHEMPDDispenseResponder |
| Title | IHE MPD Dispense Responder Actor (server) |
| Realm | uv |
| Authority | ihe |
| Description | The CapabililtyStatement for the [Dispense Responder Actor](actors-transactions.html#dispense-responder) expresses the compliance requirements for systems implementing the actor. |
| Copyright | IHE http://www.ihe.net/Governance/#Intellectual_Property |
| Kind | requirements |
No resources found
| SearchParameter | |
| activity-resource | ActivityResource |
| group-or-identifier | GroupOrIdentifier |
| StructureDefinition | |
| IHEMedicationOrder | IHE Medication Order |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.MPD.DispenseResponderCS
application/fhir+xml, application/fhir+jsonNote 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.
serverThe Dispense Responder allows Order Consumers to check the orders.
Recommend ATNA, encouraged IHE-IUA or SMART-app-launch
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | V-R | S | U | C | D | H-I | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MedicationRequest | Supported Profiles IHE Medication Order | y | y | y | y | patient, group-or-identifier | ['RequestOrchestration:activity-resource:MedicationRequest'] | |||||
| Task | y | y | y | y | y | y | ||||||
| RequestOrchestration | y | patient, activity-resource |
vread, history-instancecreateConsume Dispense Reports [PHARM-104]
search-typeConditional delete for [PHARM-104] for Remove Patient Option
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | Search on Patient |
| SHALL | group-or-identifier | token | Search on Group Or Identifier |
vread, delete, history-instancecreateCreate MedicationOrders [PHARM-104]
updateUpdate for [PHARM-104]
search-typeconditional delete for [PHARM-104] for Remove Patient Option
createCreate MedicationOrders [PHARM-104]
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | Search on Patient |
| SHALL | activity-resource | reference | Activity Resource |
{
"resourceType": "CapabilityStatement",
"id": "IHE.MPD.DispenseResponderCS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.DispenseResponderCS",
"version": "1.0.0-comment-2",
"name": "IHEMPDDispenseResponder",
"title": "IHE MPD Dispense Responder Actor (server)",
"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 CapabililtyStatement for the [Dispense Responder Actor](actors-transactions.html#dispense-responder) expresses the compliance requirements for systems implementing the actor.",
"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+xml",
"application/fhir+json"
],
"rest": [
{
"mode": "server",
"documentation": "The Dispense Responder allows Order Consumers to check the orders.",
"security": {
"description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
},
"resource": [
{
"type": "MedicationRequest",
"supportedProfile": [
"https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
],
"interaction": [
{
"code": "vread"
},
{
"code": "create",
"documentation": "Consume Dispense Reports [PHARM-104]"
},
{
"code": "history-instance"
},
{
"code": "search-type",
"documentation": "Conditional delete for [PHARM-104] for Remove Patient Option"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"conditionalDelete": "single",
"searchRevInclude": [
"['RequestOrchestration:activity-resource:MedicationRequest']"
],
"searchParam": [
{
"name": "patient",
"type": "reference",
"documentation": "Search on Patient"
},
{
"name": "group-or-identifier",
"definition": "https://profiles.ihe.net/PHARM/MPD/SearchParameter/group-or-identifier",
"type": "token",
"documentation": "Search on Group Or Identifier"
}
]
},
{
"type": "Task",
"interaction": [
{
"code": "vread"
},
{
"code": "create",
"documentation": "Create MedicationOrders [PHARM-104]"
},
{
"code": "update",
"documentation": "Update for [PHARM-104]"
},
{
"code": "delete"
},
{
"code": "history-instance"
},
{
"code": "search-type",
"documentation": "conditional delete for [PHARM-104] for Remove Patient Option"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"conditionalDelete": "single"
},
{
"type": "RequestOrchestration",
"interaction": [
{
"code": "create",
"documentation": "Create MedicationOrders [PHARM-104]"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"conditionalDelete": "single",
"searchParam": [
{
"name": "patient",
"type": "reference",
"documentation": "Search on Patient"
},
{
"name": "activity-resource",
"definition": "https://profiles.ihe.net/PHARM/MPD/SearchParameter/activity-resource",
"type": "reference",
"documentation": "Activity Resource"
}
]
}
]
}
]
}