| Package | de.gematik.dev.epa.medication |
| Resource Type | OperationDefinition |
| Id | cancel-dispensation-OP |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-dispensation-OP |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-dispensation-OP |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-08-14 |
| Name | Cancel Dispensation |
| Title | Cancel Dispensation |
| Description | The $cancel-dispensation operation in the ePA Medication Service is used to remove the dispensation of non-prescription medications. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| epa-capabilitystatement-medication | EPA CapabilityStatement for the Medication Service |
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "cancel-dispensation-OP",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-dispensation-OP",
"title": "Cancel Dispensation",
"description": "The $cancel-dispensation operation in the ePA Medication Service is used to remove the dispensation of non-prescription medications.",
"version": "1.1.0",
"status": "active",
"publisher": "gematik GmbH",
"date": "2024-08-14",
"name": "Cancel Dispensation",
"kind": "operation",
"code": "cancel-dispensation",
"system": true,
"type": false,
"instance": false,
"inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-cancel-dispensation-input-parameters",
"outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-dispensation-output-parameters",
"parameter": [
{
"name": "dispensation",
"use": "in",
"min": 1,
"max": "*",
"part": [
{
"name": "epaDispensationIdentifier",
"type": "Identifier",
"use": "in",
"min": 1,
"max": "1"
},
{
"name": "reason",
"type": "code",
"use": "in",
"min": 0,
"max": "1"
}
]
},
{
"name": "performerInstitution",
"type": "Organization",
"use": "in",
"min": 1,
"max": "1"
},
{
"name": "dispensation",
"use": "out",
"min": 1,
"max": "*",
"part": [
{
"name": "medicationDispense",
"type": "MedicationDispense",
"use": "out",
"min": 0,
"max": "1"
},
{
"name": "medication",
"type": "Medication",
"use": "out",
"min": 0,
"max": "1"
},
{
"name": "operationOutcome",
"type": "OperationOutcome",
"use": "out",
"min": 0,
"max": "1"
}
]
}
]
}