{
  "resourceType" : "MedicationRequest",
  "id" : "00126455-e5f6-4789-a123-456789abcdef",
  "meta" : {
    "profile" : ["https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-request"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 00126455-e5f6-4789-a123-456789abcdef</b></p><a name=\"00126455-e5f6-4789-a123-456789abcdef\"> </a><a name=\"hc00126455-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-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>/J01-AMOX-CAP</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-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><p><b>supportingInformation</b>: <a href=\"Observation-00124455-e5f8-4789-a123-456789abcdef.html\">Observation Age</a></p><p><b>requester</b>: <a href=\"Practitioner-NgPractitioner-002.html\">Practitioner Nkiru Okeke </a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Acute bacterial sinusitis</span></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Acute (10 days)</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>Take 1 capsule orally every 8 hours for 10 days.</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 30 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</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>10</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></blockquote></div>"
  },
  "identifier" : [{
    "system" : "https://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-atc-all-medications-vs",
    "value" : "J01-AMOX-CAP"
  }],
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
      "code" : "outpatient"
    }]
  }],
  "reportedBoolean" : false,
  "medicationReference" : {
    "reference" : "Medication/NgMedication-001"
  },
  "subject" : {
    "reference" : "Patient/NgPatient-002"
  },
  "supportingInformation" : [{
    "reference" : "Observation/00124455-e5f8-4789-a123-456789abcdef"
  }],
  "requester" : {
    "reference" : "Practitioner/NgPractitioner-002"
  },
  "reasonCode" : [{
    "text" : "Acute bacterial sinusitis"
  }],
  "courseOfTherapyType" : {
    "text" : "Acute (10 days)"
  },
  "dosageInstruction" : [{
    "text" : "Take 1 capsule orally every 8 hours for 10 days."
  }],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 30,
      "unit" : "1",
      "system" : "http://unitsofmeasure.org",
      "code" : "1"
    },
    "expectedSupplyDuration" : {
      "value" : 10,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}