FHIR IG analytics| Package | kenya.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-encounter-type-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-encounter-type-cs.html |
| URL | https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-06T17:06:38+00:00 |
| Name | EncounterTypeCS |
| Title | Encounter Type Code System |
| Description | A code system that defines types of encounters. |
| Content | complete |
| ValueSet | ||
| kenya.fhir.core#current | encounter-type | Encounter Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem encounter-type-cs
This case-insensitive code system https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "encounter-type-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs",
"version": "1.0.0",
"name": "EncounterTypeCS",
"title": "Encounter Type 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 types of encounters.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 6,
"concept": [
{
"code": "EMERGENCY-VISIT",
"display": "Emergency Visit",
"definition": "The encounter is an emergency visit."
},
{
"code": "OUTPATIENT-VISIT",
"display": "Outpatient Visit",
"definition": "The encounter is an outpatient visit."
},
{
"code": "REFERRAL-VISIT",
"display": "Referral Visit",
"definition": "The encounter is a referral visit."
},
{
"code": "FOLLOW-UP-VISIT",
"display": "Follow-up Visit",
"definition": "The encounter is a follow-up visit."
},
{
"code": "INPATIENT-VISIT",
"display": "Inpatient Visit",
"definition": "The encounter is an inpatient visit."
},
{
"code": "CONSULTATION",
"display": "Consultation",
"definition": "The encounter is a consultation."
}
]
}