@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/elga/emed/r4/MedicationDispense/At-Emed-Example-Durchgefuehrte-Abgabe-01> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "At-Emed-Example-Durchgefuehrte-Abgabe-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-md-durchgefuehrte-abgabe"^^xsd:anyURI ;
       fhir:l <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-md-durchgefuehrte-abgabe>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense At-Emed-Example-Durchgefuehrte-Abgabe-01</b></p><a name=\"At-Emed-Example-Durchgefuehrte-Abgabe-01\"> </a><a name=\"hcAt-Emed-Example-Durchgefuehrte-Abgabe-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-md-durchgefuehrte-abgabe.html\">ELGA e-Med Durchgeführte Abgabe</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-At-Emed-Example-Patient-01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06</a></p><p><b>type</b>: <span title=\"Codes:\">FF</span></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>whenHandedOver</b>: 2024-12-06 19:54:00+0000</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <https://fhir.hl7.at/elga/emed/r4/Medication/01C-Cefuroxime1500Branded> ;
     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 <https://fhir.hl7.at/elga/emed/r4/Patient/At-Emed-Example-Patient-01> ;
     fhir:reference [ fhir:v "Patient/At-Emed-Example-Patient-01" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <https://fhir.hl7.at/elga/emed/r4/PractitionerRole/pharmacist1> ;
       fhir:reference [ fhir:v "PractitionerRole/pharmacist1" ]
     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
     fhir:l <https://fhir.hl7.at/elga/emed/r4/MedicationRequest/400C-prescription-cefuroxime-singleline> ;
     fhir:reference [ fhir:v "MedicationRequest/400C-prescription-cefuroxime-singleline" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       fhir:code [ fhir:v "FF" ]
     ] )
  ] ; # 
  fhir:quantity [
     fhir:value [ fhir:v "1"^^xsd:decimal ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "1" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2024-12-06T19:54:00Z"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

