@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/MedicationRequest/NgMedicationRequest-002> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgMedicationRequest-002"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-request"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-request>
     ] )
  ] ; # 
  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: MedicationRequest NgMedicationRequest-002</b></p><a name=\"NgMedicationRequest-002\"> </a><a name=\"hcNgMedicationRequest-002\"> </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-request.html\">NG MedicationRequest</a></p></div><p><b>identifier</b>: <code>https://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-atc-all-medications-vs</code>/N02-PARA-SYR</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <a href=\"Medication-NgMedication-002.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-NgPatient-003.html\">Suleiman Bala  Male, DoB: 2019-09-05 ( birthcert)</a></p><p><b>requester</b>: <a href=\"Practitioner-NgPractitioner-003.html\">Practitioner Hauwa Garba </a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Fever</span></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Symptomatic short course</span></p><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>Give 5 mL orally every 6 hours as needed for fever.</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 100 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>days</td><td><a href=\"http://tx.fhir.org/r4/ValueSet/x-ucum\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>performer</b>: <a href=\"Organization-00134455-e5f6-4789-a123-456789abcdef.html\">Organization Asokoro District Hospital</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-atc-all-medications-vs"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-atc-all-medications-vs>
     ] ;
     fhir:value [ fhir:v "N02-PARA-SYR" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category>
       ] ;
       fhir:code [ fhir:v "outpatient" ]
     ] )
  ] ) ; # 
  fhir:reported [
     a fhir:Boolean ;
     fhir:v false
  ] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Medication/NgMedication-002> ;
     fhir:reference [ fhir:v "Medication/NgMedication-002" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Patient/NgPatient-003> ;
     fhir:reference [ fhir:v "Patient/NgPatient-003" ]
  ] ; # 
  fhir:requester [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Practitioner/NgPractitioner-003> ;
     fhir:reference [ fhir:v "Practitioner/NgPractitioner-003" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:text [ fhir:v "Fever" ]
  ] ) ; # 
  fhir:courseOfTherapyType [
     fhir:text [ fhir:v "Symptomatic short course" ]
  ] ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "Give 5 mL orally every 6 hours as needed for fever." ]
  ] ) ; # 
  fhir:dispenseRequest [
     fhir:quantity [
       fhir:value [ fhir:v "100"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mL" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mL" ]
     ] ;
     fhir:expectedSupplyDuration [
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "days" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "d" ]
     ] ;
     fhir:performer [
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/Organization/00134455-e5f6-4789-a123-456789abcdef> ;
       fhir:reference [ fhir:v "Organization/00134455-e5f6-4789-a123-456789abcdef" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

