Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build
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
{
"resourceType" : "Medication",
"id" : "example-medication-azithromycin",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.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://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs",
"code" : "GE10015",
"display" : "Azithromycin 500 mg Oral Tablet"
}
]
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/formulation-cs",
"code" : "DF10594",
"display" : "Tablet, Film-Coated"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.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"
}
}