FHIR IG analytics| Package | ke.fhir.nccp |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-OncologyEpisodeOfCareExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Active episode of cancer care for a breast cancer patient at Kenyatta National Hospital
{
"resourceType": "EpisodeOfCare",
"id": "OncologyEpisodeOfCareExample",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-episode-of-care"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/episode-id",
"value": "EOC-2025-00789"
}
],
"status": "active",
"type": [
{
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/episode-of-care-type-cs",
"code": "CANCER-CARE-PROGRAM",
"display": "Cancer Care Program"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/example-condition"
}
}
],
"patient": {
"reference": "Patient/example-patient"
},
"managingOrganization": {
"reference": "Organization/example-organization"
},
"period": {
"start": "2025-11-01"
}
}