{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleSGHIMedicationRequest",
  "meta" : {
    "profile" : ["https://fhir.slade360.co.ke/fhir/StructureDefinition/medicationrequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleSGHIMedicationRequest</b></p><a name=\"ExampleSGHIMedicationRequest\"> </a><a name=\"hcExampleSGHIMedicationRequest\"> </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-medicationrequest.html\">SGHI MedicationRequest</a></p></div><p><b>identifier</b>: Prescription Number/RX123456789\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:\">Inpatient</span></p><p><b>priority</b>: Routine</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Hibiscus 500mg Capsule</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-ExampleSGHIPatient.html\">James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleSGHIEncounter.html\">Encounter: identifier = Visit Number: VN123456789\u00a0(use:\u00a0official,\u00a0); status = in-progress; class = Ambulatory</a></p><p><b>authoredOn</b>: 2025-01-22</p><p><b>requester</b>: <a href=\"Organization-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></p><p><b>recorder</b>: <a href=\"Practitioner-ExampleSGHIPractitioner.html\">Dr. John Doe</a></p><h3>Reasons</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=\"Condition-ExampleSGHICondition.html\">Condition Hypertension</a></td></tr></table><p><b>effectiveDosePeriod</b>: 2025-01-22 --&gt; 2025-02-01</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take 500 mg by mouth twice daily for 10 days after meals</p><p><b>additionalInstruction</b>: <span title=\"Codes:{http://example.org/fhir/CodeSystem/AdditionalInstructions withFood}\">Take with food</span></p><p><b>patientInstruction</b>: Drink plenty of water with each dose</p><p><b>timing</b>: 2 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct N}\">Oral cavity structure</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration PO}\">Oral</span></p><p><b>method</b>: <span title=\"Codes:{http://example.org/fhir/CodeSystem/MedicationAdministrationMethod SWALLOW}\">Swallow whole</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}\">Calculated dose</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td><td>100 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span>/1 hr<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeh = 'h')</span></td></tr></table></blockquote></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "RX",
        "display" : "Prescription Number"
      }]
    },
    "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
    "value" : "RX123456789",
    "assigner" : {
      "reference" : "Organization/ExampleSGHIOrganization"
    }
  }],
  "status" : "active",
  "intent" : "plan",
  "category" : [{
    "coding" : [{
      "code" : "inpatient",
      "display" : "Inpatient"
    }]
  }],
  "priority" : "routine",
  "medication" : {
    "concept" : {
      "coding" : [{
        "code" : "123456",
        "display" : "Hibiscus 500mg Capsule"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/ExampleSGHIPatient"
  },
  "encounter" : {
    "reference" : "Encounter/ExampleSGHIEncounter"
  },
  "authoredOn" : "2025-01-22",
  "requester" : {
    "reference" : "Organization/ExampleSGHIOrganization"
  },
  "recorder" : {
    "reference" : "Practitioner/ExampleSGHIPractitioner",
    "display" : "Dr. John Doe"
  },
  "reason" : [{
    "reference" : {
      "reference" : "Condition/ExampleSGHICondition"
    }
  }],
  "effectiveDosePeriod" : {
    "start" : "2025-01-22",
    "end" : "2025-02-01"
  },
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "Take 500 mg by mouth twice daily for 10 days after meals",
    "additionalInstruction" : [{
      "coding" : [{
        "system" : "http://example.org/fhir/CodeSystem/AdditionalInstructions",
        "code" : "withFood",
        "display" : "Take with food"
      }]
    }],
    "patientInstruction" : "Drink plenty of water with each dose",
    "timing" : {
      "repeat" : {
        "boundsPeriod" : {
          "start" : "2025-01-22",
          "end" : "2025-02-01"
        },
        "frequency" : 2,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "asNeeded" : false,
    "site" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "N",
        "display" : "Oral cavity structure"
      }]
    },
    "route" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code" : "PO",
        "display" : "Oral"
      }]
    },
    "method" : {
      "coding" : [{
        "system" : "http://example.org/fhir/CodeSystem/MedicationAdministrationMethod",
        "code" : "SWALLOW",
        "display" : "Swallow whole"
      }]
    },
    "doseAndRate" : [{
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
          "code" : "calculated",
          "display" : "Calculated dose"
        }]
      },
      "doseQuantity" : {
        "value" : 500,
        "unit" : "mg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "rateRatio" : {
        "numerator" : {
          "value" : 100,
          "unit" : "mL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mL"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "hr",
          "system" : "http://unitsofmeasure.org",
          "code" : "h"
        }
      }
    }]
  }]
}