@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://profiles.ihe.net/PHARM/MPD/MedicationDispense/10-dispense-2> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "10-dispense-2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"^^xsd:anyURI ;
       fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense>
     ] )
  ] ; # 
  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 10-dispense-2</b></p><a name=\"10-dispense-2\"> </a><a name=\"hc10-dispense-2\"> </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-IHEMedicationDispense.html\">IHE Medication Dispense</a></p></div><p><b>status</b>: Completed</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-01D-Cefuroxime750Branded.html\">Cefuroxime MIP 750 mg, powder for solution for injection. N5.</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</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=\"PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-10-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06</a></p><p><b>quantity</b>: 3 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>daysSupply</b>: 4 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-09 10:55:00+0000</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     fhir:reference [
       fhir:l <https://profiles.ihe.net/PHARM/MPD/Medication/01D-Cefuroxime750Branded> ;
       fhir:reference [ fhir:v "Medication/01D-Cefuroxime750Branded" ] ;
       fhir:display [ fhir:v "Cefuroxime MIP 750 mg, powder for solution for injection. N5." ]
     ]
  ] ; # 
  fhir:subject [
     fhir:l <https://profiles.ihe.net/PHARM/MPD/Patient/patient1> ;
     fhir:reference [ fhir:v "Patient/patient1" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <https://profiles.ihe.net/PHARM/MPD/PractitionerRole/pharmacist1> ;
       fhir:reference [ fhir:v "PractitionerRole/pharmacist1" ]
     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
     fhir:l <https://profiles.ihe.net/PHARM/MPD/MedicationRequest/10-prescription-cefuroxime-singleline> ;
     fhir:reference [ fhir:v "MedicationRequest/10-prescription-cefuroxime-singleline" ]
  ] ) ; # 
  fhir:quantity [
     fhir:value [ fhir:v "3"^^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 "4"^^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-09T10:55:00Z"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

