0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example – KCHIP Current Medication - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "KCHIPMedicationStatementExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-medication-statement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement KCHIPMedicationStatementExample</b></p><a name=\"KCHIPMedicationStatementExample\"> </a><a name=\"hcKCHIPMedicationStatementExample\"> </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-kchip-medication-statement.html\">KCHIP Current Medication</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:\">Methyldopa 250mg</span></p><p><b>subject</b>: <a href=\"Patient-KisumuPatientExample.html\">Achieng Grace Odhiambo  Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)</a></p><p><b>effective</b>: 2026-04-20 --&gt; (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:\">Hypertension in pregnancy</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>250mg orally twice daily</td></tr></table></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "text" : "Methyldopa 250mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/KisumuPatientExample"
  },
  "effectivePeriod" : {
    "start" : "2026-04-20"
  },
  "reasonCode" : [
    {
      "text" : "Hypertension in pregnancy"
    }
  ],
  "dosage" : [
    {
      "text" : "250mg orally twice daily"
    }
  ]
}