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

: MedicationDispense – Extension: Dispense Notification - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="example-medicationdispense-with-notification"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-dispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Dispense DISP-2025-EXT-00001 – Notification Extension</b></p><p>60 tablets of Metformin 500 mg dispensed at KNH Pharmacy on 15 June 2025 (30-day supply). SMS notification sent to patient at 10:35 EAT. Authorized by prescription RX-2025-EXT-00001.</p></div>
  </text>
  <extension
             url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/dispense-notification">
    <extension url="notificationSent">
      <valueBoolean value="true"/>
    </extension>
    <extension url="notificationChannel">
      <valueCodeableConcept>
        <text value="SMS"/>
      </valueCodeableConcept>
    </extension>
    <extension url="notifiedOn">
      <valueDateTime value="2025-06-15T10:35:00+03:00"/>
    </extension>
  </extension>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/dispense-identifier"/>
    <value value="DISP-2025-EXT-00001"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs"/>
      <code value="GE10002"/>
      <display value="Metformin 500 mg Oral Tablet"/>
    </coding>
    <text value="Metformin 500 mg Oral Tablet"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example-patient-otieno"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/example-encounter-otieno-inpatient"/>
  </context>
  <performer>
    <actor>🔗 
      <reference value="Organization/example-organization-knh"/>
    </actor>
  </performer>
  <location>🔗 
    <reference value="Location/example-location-knh-pharmacy"/>
  </location>
  <authorizingPrescription>🔗 
    <reference
               value="MedicationRequest/example-medicationrequest-with-extensions"/>
  </authorizingPrescription>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="FF"/>
      <display value="First Fill"/>
    </coding>
  </type>
  <quantity>
    <value value="60"/>
    <unit value="tablet"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="1"/>
  </quantity>
  <daysSupply>
    <value value="30"/>
    <unit value="day"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="d"/>
  </daysSupply>
  <whenHandedOver value="2025-06-15T10:35:00+03:00"/>
  <substitution>
    <wasSubstituted value="false"/>
  </substitution>
</MedicationDispense>