Kenya ePrescription Implementation Guide
0.1.0 - ci-build
Kenya ePrescription Implementation Guide, published by Digital Health Agency (DHA), Kenya. 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/Kenya-ePrescription-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "example-medication-azithromycin",
"meta" : {
"profile" : [
🔗 "https://fhir.dha.go.ke/erx/StructureDefinition/ke-medication",
"https://fhir.dha.go.ke/fhir/StructureDefinition/ke-medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Azithromycin 500 mg Film-Coated Tablet</b></p><p>Kenya MOH Generic Product: GE10015. Active ingredient: Azithromycin (AC10746), 500 mg per tablet. Formulation: Tablet, Film-Coated (DF10594). Batch: LOT2025KNH001, expires 2027-06-30.</p></div>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier",
"value" : "KE-MED-AZI-500"
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.dha.go.ke/fhir/CodeSystem/generic-products-cs",
"code" : "GE10015",
"display" : "Azithromycin 500 mg Oral Tablet"
}
]
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "https://fhir.dha.go.ke/fhir/CodeSystem/formulation-cs",
"code" : "DF10594",
"display" : "Tablet, Film-Coated"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.dha.go.ke/fhir/CodeSystem/active-components-cs",
"code" : "AC10746",
"display" : "Azithromycin"
}
]
},
"strength" : {
"numerator" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "tablet",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
}
}
],
"batch" : {
"lotNumber" : "LOT2025KNH001",
"expirationDate" : "2027-06-30"
}
}