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/StructureDefinition/ke-medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication example-medication-azithromycin</b></p><a name=\"example-medication-azithromycin\"> </a><a name=\"hcexample-medication-azithromycin\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ke-medication.html\">Kenya eRx Medication</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-medication-identifier.html\" title=\"PPB-assigned identifier for a medicinal product, linking the dispensed item to the national drug register. Format: KE-MED-{CODE}.\">KenyaMedicationIdentifier</a>/KE-MED-AZI-500</p><p><b>code</b>: <span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs GE10015}\">Azithromycin 500 mg Oral Tablet</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs DF10594}\">Tablet, Film-Coated</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs AC10746}\">Azithromycin</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>LOT2025KNH001</td><td>2027-06-30</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier",
"value" : "KE-MED-AZI-500"
}
],
"code" : {
"coding" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs",
"code" : "GE10015",
"display" : "Azithromycin 500 mg Oral Tablet"
}
]
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs",
"code" : "DF10594",
"display" : "Tablet, Film-Coated"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "https://ilm-hie.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" : "{tablet}"
}
}
}
],
"batch" : {
"lotNumber" : "LOT2025KNH001",
"expirationDate" : "2027-06-30"
}
}