@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cancel-dispensation-erp-OP"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: OperationDefinition cancel-dispensation-erp-OP

URL: [base]/$cancel-dispensation-erp

Input parameters Profile:EPA Operation CancelDispensation ERP Input-Parameters

Output parameters Profile:EPA Operation RxDispensation ERP Output-Parameters

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "POST" ] ] ) ; # fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-dispensation-erp-OP"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.5"] ; # fhir:name [ fhir:v "cancelDispensation_MedicationSvc"] ; # fhir:title [ fhir:v "Cancel Dispensation eRP"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2025-05-28"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "gematik GmbH" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.gematik.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "patientteam [ at ] gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "The Cancel Dispensation eRP operation, used by the E-Rezept-Fachdienst, in the context of the ePA Medication Service, is applied to cancel or reverse information regarding the dispensation of a medication. This operation is necessary when a medication dispensation is cancelled by a pharmacist or when there is a return of the medication by the insurant. After the E-Rezept-Fachdienst performs this operation, the corresponding dispensation entry for the medication in the patient's ePA is marked as cancelled, which the goal in ensuring an accurate and up-to-date record of the patient's medication data."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "DE" ] ] ) ] ) ; # fhir:affectsState [ fhir:v true] ; # fhir:code [ fhir:v "cancel-dispensation-erp"] ; # fhir:system [ fhir:v true] ; # fhir:type [ fhir:v false] ; # fhir:instance [ fhir:v false] ; # fhir:inputProfile [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-cancel-dispensation-erp-input-parameters"^^xsd:anyURI ; fhir:link ] ; # fhir:outputProfile [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rx-dispensation-erp-output-parameters"^^xsd:anyURI ; fhir:link ] . # # -------------------------------------------------------------------------------------