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-invalid",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication-administration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration example-medicationadministration-invalid</b></p><a name=\"example-medicationadministration-invalid\"> </a><a name=\"hcexample-medicationadministration-invalid\"> </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-administration.html\">Kenya eRx MedicationAdministration</a></p></div><p><b>status</b>: Completed</p><p><b>medication</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>subject</b>: <a href=\"Patient-example-patient-amina.html\">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></p><p><b>effective</b>: 2025-06-15 10:00:00+0300</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example-practitioner-njoroge.html\">Practitioner Sarah Njoroge (official)</a></td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs RT10036}\">Intravenous</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs",
"code" : "GE10015",
"display" : "Azithromycin 500 mg Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient-amina"
},
"effectiveDateTime" : "2025-06-15T10:00:00+03:00",
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner-njoroge"
}
}
],
"dosage" : {
"route" : {
"coding" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs",
"code" : "RT10036",
"display" : "Intravenous"
}
]
},
"dose" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}