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 - JSON Representation

Raw json | Download

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