@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AtEmedExampleDurchgefuehrteAbgabe01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-md-durchgefuehrte-abgabe"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: MedicationDispense AtEmedExampleDurchgefuehrteAbgabe01

identifier: WYE82A2G8EEW-4711-001

status: Completed

medication: Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.

subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription: MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06

quantity: 1 1 (Details: UCUM code1 = '1')

daysSupply: 3 day(s) (Details: UCUM coded = 'd')

whenHandedOver: 2024-12-06 19:54:00+0000

"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:value [ fhir:v "WYE82A2G8EEW-4711-001" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:Reference ; fhir:l ; fhir:reference [ fhir:v "Medication/01C-Cefuroxime1500Branded" ] ; fhir:display [ fhir:v "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10." ] ] ; # fhir:subject [ fhir:l ; fhir:reference [ fhir:v "Patient/AtEmedExamplePatient01" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:l ; fhir:reference [ fhir:v "PractitionerRole/pharmacist1" ] ] ] ) ; # fhir:authorizingPrescription ( [ fhir:l ; fhir:reference [ fhir:v "MedicationRequest/400C-prescription-cefuroxime-singleline" ] ] ) ; # fhir:quantity [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "1" ] ] ; # fhir:daysSupply [ fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "day(s)" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "d" ] ] ; # fhir:whenHandedOver [ fhir:v "2024-12-06T19:54:00Z"^^xsd:dateTime] . # # -------------------------------------------------------------------------------------