FHIR IG analytics| Package | kenya.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-encounter-status-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-encounter-status-cs.html |
| URL | https://fhir.sha.go.ke/fhir/CodeSystem/encounter-status-cs |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-06T17:06:38+00:00 |
| Name | EncounterStatusCS |
| Title | Encounter Status Code System |
| Description | A code system that defines the status of an encounter. |
| Content | complete |
| ValueSet | ||
| kenya.fhir.core#current | encounter-status | Encounter Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem encounter-status-cs
This case-insensitive code system https://fhir.sha.go.ke/fhir/CodeSystem/encounter-status-cs defines the following codes:
| Code | Display | Definition |
| IN-PROGRESS | In Progress | The encounter is currently in progress. |
| FINISHED | Finished | The encounter has been finished. |
{
"resourceType": "CodeSystem",
"id": "encounter-status-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.sha.go.ke/fhir/CodeSystem/encounter-status-cs",
"version": "1.0.0",
"name": "EncounterStatusCS",
"title": "Encounter 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 encounter.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "IN-PROGRESS",
"display": "In Progress",
"definition": "The encounter is currently in progress."
},
{
"code": "FINISHED",
"display": "Finished",
"definition": "The encounter has been finished."
}
]
}