@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/hdr/MedicationDispense/400D-dispense-1> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "400D-dispense-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/medicationDispense-eu-hdr"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/hdr/StructureDefinition/medicationDispense-eu-hdr>
     ] )
  ] ; # 
  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 400D-dispense-1</b></p><a name=\"400D-dispense-1\"> </a><a name=\"hc400D-dispense-1\"> </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-medicationDispense-eu-hdr.html\">MedicationDispense (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</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>The best pharmacist</td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; medication[x] = -&gt;Medication: extension = cefuroxime; form = Powder for solution for injection or infusion; authoredOn = 2024-12-06; reasonCode = Bronchopneumonia caused by bacteria (disorder)</a></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>daysSupply</b>: 3 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</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 <http://hl7.eu/fhir/hdr/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 <http://hl7.eu/fhir/hdr/Patient/patient-swart> ;
     fhir:reference [ fhir:v "Patient/patient-swart" ] ;
     fhir:display [ fhir:v "Fiona XXX_Swart" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:display [ fhir:v "The best pharmacist" ]
     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
     fhir:l <http://hl7.eu/fhir/hdr/MedicationRequest/400C-prescription-cefuroxime-singleline> ;
     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 <http://unitsofmeasure.org>
     ] ;
     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 <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "d" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2024-12-06T19:54:00Z"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

