@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "provide-prescription-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 provide-prescription-erp-OP

URL: [base]/$provide-prescription-erp

Input parameters Profile:EPA Operation ProvidePrescription ERP Input-Parameters

Output parameters Profile:EPA Operation RxPrescription 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/provide-prescription-erp-OP"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.5"] ; # fhir:name [ fhir:v "providePrescription_MedicationSvc"] ; # fhir:title [ fhir:v "Provide Prescription 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 Provide Prescription eRP operation in the ePA MedicationService is used to add electronic prescriptions to a patient's record. These prescriptions are already made by the E-Rezept-Fachdienst. This operation does not create new patient prescriptions; it just puts the ones made by the E-Rezept-Fachdienst into the patient's ePA, making sure they are stored safely and can be easily accessed."] ; # 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 "provide-prescription-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-provide-prescription-erp-input-parameters"^^xsd:anyURI ; fhir:link ] ; # fhir:outputProfile [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rx-prescription-erp-output-parameters"^^xsd:anyURI ; fhir:link ] . # # -------------------------------------------------------------------------------------