| Package | de.gematik.dev.epa.medication |
| Resource Type | OperationDefinition |
| Id | provide-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/provide-dispensation-OP |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/provide-dispensation-OP |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-08-14 |
| Name | Provide Dispensation |
| Title | Provide Dispensation |
| Description | The $provide-dispensation operation in the ePA Medication Service is used to record information about the dispensing of non-prescription dispensations. |
| 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": "provide-dispensation-OP",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/provide-dispensation-OP",
"title": "Provide Dispensation",
"description": "The $provide-dispensation operation in the ePA Medication Service is used to record information about the dispensing of non-prescription dispensations.",
"version": "1.1.0",
"status": "active",
"publisher": "gematik GmbH",
"date": "2024-08-14",
"name": "Provide Dispensation",
"kind": "operation",
"code": "provide-dispensation",
"system": true,
"type": false,
"instance": false,
"inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-provide-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": "medicationDispense",
"type": "MedicationDispense",
"use": "in",
"min": 1,
"max": "1"
},
{
"name": "medication",
"type": "Medication",
"use": "in",
"min": 1,
"max": "1"
}
]
},
{
"name": "performerInstitution",
"type": "Organization",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Tätige Leistungserbringerinstitution, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI."
},
{
"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"
}
]
}
]
}