FHIR IG analytics| Package | fhir.kenyaCoreIG |
| 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 | http://example.org/CodeSystem/episode-of-care-status-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-27T07:25:10+00:00 |
| Name | EpisodeOfCareStatusCS |
| Title | Episode of Care Status Code System |
| Realm | us |
| Authority | hl7 |
| Description | A code system that defines the status of an episode of care. |
| Content | complete |
| ValueSet | |
| 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 http://example.org/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": "http://example.org/CodeSystem/episode-of-care-status-cs",
"version": "0.1.0",
"name": "EpisodeOfCareStatusCS",
"title": "Episode of Care Status Code System",
"status": "active",
"experimental": false,
"date": "2026-01-27T07:25:10+00:00",
"publisher": "IntelliSOFT Consulting",
"contact": [
{
"name": "IntelliSOFT Consulting",
"telecom": [
{
"system": "url",
"value": "https://.com/fhir/example-publisher"
}
]
}
],
"description": "A code system that defines the status of an episode of care.",
"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."
}
]
}