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" : "EpisodeOfCare",
"id" : "example-episodeofcare-otieno-oncology",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-episode-of-care"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>EpisodeOfCare EOC-2025-ONCO-00099 – Oncology Management</b></p><p>Active oncology episode for James Otieno at KNH from 10 June 2025. Managed by Dr. Sarah Njoroge. Diagnosis: lung cancer.</p></div>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/episode-identifier",
"value" : "EOC-2025-ONCO-00099"
}
],
"status" : "active",
"type" : [
{
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ke-episode-of-care-type-cs",
"code" : "oncology",
"display" : "Oncology Management"
}
]
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/example-condition-otieno-lungcancer"
}
}
],
"patient" : {
🔗 "reference" : "Patient/example-patient-otieno"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-organization-knh"
},
"period" : {
"start" : "2025-06-10"
},
"careManager" : {
🔗 "reference" : "Practitioner/example-practitioner-njoroge"
}
}