FHIR IG analytics| Package | kenya.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-episode-of-care-status-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-episode-of-care-status-cs.html |
| URL | https://fhir.sha.go.ke/fhir/CodeSystem/episode-of-care-status-cs |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-06T17:06:38+00:00 |
| Name | EpisodeOfCareStatusCS |
| Title | Episode of Care Status Code System |
| Description | A code system that defines the status of an episode of care. |
| Content | complete |
| ValueSet | ||
| kenya.fhir.core#current | episode-of-care-status | Episode of Care Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem episode-of-care-status-cs
This case-insensitive code system https://fhir.sha.go.ke/fhir/CodeSystem/episode-of-care-status-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "episode-of-care-status-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.sha.go.ke/fhir/CodeSystem/episode-of-care-status-cs",
"version": "1.0.0",
"name": "EpisodeOfCareStatusCS",
"title": "Episode of Care Status Code System",
"status": "active",
"experimental": false,
"date": "2026-05-06T17:06:38+00:00",
"publisher": "Kenya Social Health Authority (SHA)",
"contact": [
{
"name": "Kenya Social Health Authority (SHA)",
"telecom": [
{
"system": "url",
"value": "https://sha.go.ke"
},
{
"system": "email",
"value": "fhir@sha.go.ke"
}
]
}
],
"description": "A code system that defines the status of an episode of care.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 7,
"concept": [
{
"code": "PLANNED",
"display": "Planned",
"definition": "The episode of care is planned."
},
{
"code": "ACTIVE",
"display": "Active",
"definition": "The episode of care is currently active."
},
{
"code": "ON-HOLD",
"display": "On Hold",
"definition": "The episode of care is on hold."
},
{
"code": "FINISHED",
"display": "Finished",
"definition": "The episode of care has been finished."
},
{
"code": "WAITLIST",
"display": "Waitlist",
"definition": "The patient is on a waitlist for the episode of care."
},
{
"code": "CANCELLED",
"display": "Cancelled",
"definition": "The episode of care has been cancelled."
},
{
"code": "ENTERED-IN-ERROR",
"display": "Entered in Error",
"definition": "The episode of care was entered in error."
}
]
}