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 MedicationDispense - Kenya ePrescription - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="meddisp-001"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-medicationdispense"/>
    <profile
             value="http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationdispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div>Medication dispense for patient example</div>
  </text>
  <identifier>
    <system value="http://moh.health.go.ke/meddispense"/>
    <value value="MD-2025-0001"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="372687004"/>
      <display value="Amoxicillin 500mg capsule"/>
    </coding>
    <text value="Amoxicillin 500mg capsule"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/kenya-eprescription-patient-001"/>
  </subject>
  <context>
    <reference value="Encounter/kenya-eprescription-encounter-001"/>
  </context>
  <performer>
    <function>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function"/>
        <code value="prf"/>
        <display value="Performer"/>
      </coding>
    </function>
    <actor>
      <reference value="Practitioner/kenya-eprescription-practitioner-001"/>
    </actor>
  </performer>
  <location>
    <reference value="Location/kenya-pharmacy-001"/>
  </location>
  <quantity>
    <value value="30"/>
    <unit value="capsule"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="capsule"/>
  </quantity>
  <daysSupply>
    <value value="10"/>
    <unit value="days"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="d"/>
  </daysSupply>
  <whenPrepared value="2025-01-12T08:00:00+03:00"/>
  <whenHandedOver value="2025-01-12T09:00:00+03:00"/>
  <note>
    <text value="Dispensed as per ePrescription instructions"/>
  </note>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take 1 capsule three times a day after meals"/>
    <patientInstruction value="Take with food"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="capsule"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="capsule"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <substitution>
    <wasSubstituted value="false"/>
  </substitution>
</MedicationDispense>