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" : "MedicationAdministration",
"id" : "example-medicationadministration-otieno-iv",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-administration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Administration ADM-2025-IPD-00101</b></p><p>Azithromycin 500 mg administered to James Otieno on 11 June 2025 at KNH by Dr. Sarah Njoroge as pre-chemotherapy antibiotic prophylaxis. Route: Inhalation (RT10007). Patient tolerated well with no adverse reactions.</p></div>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/administration-identifier",
"value" : "ADM-2025-IPD-00101"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-admin-category",
"code" : "inpatient",
"display" : "Inpatient"
}
]
},
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs",
"code" : "GE10015",
"display" : "Azithromycin 500 mg Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient-otieno"
},
"context" : {
🔗 "reference" : "Encounter/example-encounter-otieno-inpatient"
},
"effectiveDateTime" : "2025-06-11T09:00:00+03:00",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/med-admin-perform-function",
"code" : "performer",
"display" : "Performer"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner-njoroge"
}
}
],
"note" : [
{
"text" : "Administered as pre-chemotherapy antibiotic prophylaxis. Patient tolerated infusion well with no adverse reactions."
}
],
"dosage" : {
"route" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/med-admin-route-cs",
"code" : "RT10007",
"display" : "Inhalation"
}
]
},
"dose" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}