Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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

: MedicationStatement – Amina Hassan Completed Azithromycin Course - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "example-medicationstatement-amina-azithromycin",
  "meta" : {
    "profile" : [
      🔗 "https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication-statement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement example-medicationstatement-amina-azithromycin</b></p><a name=\"example-medicationstatement-amina-azithromycin\"> </a><a name=\"hcexample-medicationstatement-amina-azithromycin\"> </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-ke-medication-statement.html\">Kenya eRx MedicationStatement</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-medstatement-identifier.html\" title=\"Medication statement record identifier generated by the clinical system. Format: MEDS-{YYYY}-{SEQ}.\">KenyaMedStatementIdentifier</a>/MEDS-2025-00234</p><p><b>partOf</b>: <a href=\"MedicationAdministration-example-medicationadministration-otieno-iv.html\">MedicationAdministration: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/administration-identifier#KenyaAdministrationIdentifier#ADM-2025-IPD-00101; status = completed; category = Inpatient; medication[x] = Azithromycin 500 mg Oral Tablet; effective[x] = 2025-06-11 09:00:00+0300; note = Administered as pre-chemotherapy antibiotic prophylaxis. Patient tolerated infusion well with no adverse reactions.</a></p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs GE10015}\">Azithromycin 500 mg Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-amina.html\">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-amina-outpatient.html\">Encounter: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/encounter-identifier#KenyaEncounterIdentifier#ENC-2025-OPD-00123; status = finished; class = ambulatory (ActCode#AMB); serviceType = General Practice; priority = Routine; period = 2025-06-15 09:00:00+0300 --&gt; 2025-06-15 10:30:00+0300</a></p><p><b>effective</b>: 2025-06-15 --&gt; 2025-06-17</p><p><b>dateAsserted</b>: 2025-06-18</p><p><b>informationSource</b>: <a href=\"Patient-example-patient-amina.html\">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></p><p><b>note</b>: </p><blockquote><div><p>Patient confirmed completing the full 3-day course without missing a dose. No adverse effects reported.</p>\n</div></blockquote><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet (500 mg) orally once daily for 3 days</td><td>Once per 1 day</td><td><span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs RT10025}\">Oral</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medstatement-identifier",
      "value" : "MEDS-2025-00234"
    }
  ],
  "partOf" : [
    {
      🔗 "reference" : "MedicationAdministration/example-medicationadministration-otieno-iv"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs",
        "code" : "GE10015",
        "display" : "Azithromycin 500 mg Oral Tablet"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient-amina"
  },
  "context" : {
    🔗 "reference" : "Encounter/example-encounter-amina-outpatient"
  },
  "effectivePeriod" : {
    "start" : "2025-06-15",
    "end" : "2025-06-17"
  },
  "dateAsserted" : "2025-06-18",
  "informationSource" : {
    🔗 "reference" : "Patient/example-patient-amina"
  },
  "note" : [
    {
      "text" : "Patient confirmed completing the full 3-day course without missing a dose. No adverse effects reported."
    }
  ],
  "dosage" : [
    {
      "text" : "1 tablet (500 mg) orally once daily for 3 days",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs",
            "code" : "RT10025",
            "display" : "Oral"
          }
        ]
      }
    }
  ]
}