@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-ig.digitalhealth.gov.ng/MedicationDispense/00127455-e5f6-4789-a123-456789abcdef> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "00127455-e5f6-4789-a123-456789abcdef"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-dispense"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-dispense>
     ] )
  ] ; # 
  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 00127455-e5f6-4789-a123-456789abcdef</b></p><a name=\"00127455-e5f6-4789-a123-456789abcdef\"> </a><a name=\"hc00127455-e5f6-4789-a123-456789abcdef\"> </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-ng-medication-dispense.html\">NG MedicationDispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-NgMedication-001.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-NgPatient-002.html\">Musa Abdullahi  Male, DoB: 1987-07-06 ( nin)</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=\"Practitioner-NgPractitioner-002.html\">Practitioner Nkiru Okeke </a></td></tr></table><p><b>quantity</b>: 30 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>whenHandedOver</b>: 2025-11-04 12:20:00+0100</p><p><b>note</b>: </p><blockquote><div><p>Dispensed after coverage verification.</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 capsule orally every 8 hours for 10 days.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Medication/NgMedication-001> ;
     fhir:reference [ fhir:v "Medication/NgMedication-001" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Patient/NgPatient-002> ;
     fhir:reference [ fhir:v "Patient/NgPatient-002" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/Practitioner/NgPractitioner-002> ;
       fhir:reference [ fhir:v "Practitioner/NgPractitioner-002" ]
     ]
  ] ) ; # 
  fhir:quantity [
     fhir:value [ fhir:v "30"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "1" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "1" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2025-11-04T12:20:00+01:00"^^xsd:dateTime] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Dispensed after coverage verification." ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "Take 1 capsule orally every 8 hours for 10 days." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

