Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Kenya ePrescription MedicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "example-kenya-eprescription-medicationrequest",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-kenya-eprescription-medicationrequest</b></p><a name=\"example-kenya-eprescription-medicationrequest\"> </a><a name=\"hcexample-kenya-eprescription-medicationrequest\"> </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-kenya-eprescription-medicationrequest.html\">MedicationRequest - ePrescription</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-example-kenya-eprescription-medication.html\">Medication Paracetamol 500 MG Oral Tablet</a></p><p><b>subject</b>: <a href=\"Patient-example-kenya-eprescription-patient.html\">Grace Achieng Omondi (official) Female, DoB: 1990-03-14 ( http://moh.health.go.ke/patient-identifier#KE-PAT-2025-0001)</a></p><p><b>authoredOn</b>: 2025-11-12</p><p><b>requester</b>: <a href=\"Practitioner-example-kenya-eprescription-practitioner.html\">Practitioner Peter Kamau Mwangi (official)</a></p><p><b>performer</b>: <a href=\"Organization-example-kenya-eprescription-organization.html\">Organization MediCare Pharmacy - Nairobi</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 1 tablet by mouth every 8 hours for 5 days</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetbl = 'tbl')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 15 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetbl = 'tbl')</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://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationReference" : {
    🔗 "reference" : "Medication/example-kenya-eprescription-medication"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-kenya-eprescription-patient"
  },
  "authoredOn" : "2025-11-12",
  "requester" : {
    🔗 "reference" : "Practitioner/example-kenya-eprescription-practitioner"
  },
  "performer" : {
    🔗 "reference" : "Organization/example-kenya-eprescription-organization"
  },
  "dosageInstruction" : [
    {
      "text" : "Take 1 tablet by mouth every 8 hours for 5 days",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "tbl"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 15,
      "unit" : "tablet",
      "system" : "http://unitsofmeasure.org",
      "code" : "tbl"
    },
    "expectedSupplyDuration" : {
      "value" : 5,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}