FHIR IG analytics| Package | fhir.kenyaCoreIG |
| 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 | http://example.org/CodeSystem/encounter-type-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-27T07:25:10+00:00 |
| Name | EncounterTypeCS |
| Title | Encounter Type Code System |
| Realm | us |
| Authority | hl7 |
| Description | A code system that defines types of encounters. |
| Content | complete |
| ValueSet | |
| 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 http://example.org/CodeSystem/encounter-type-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "encounter-type-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/CodeSystem/encounter-type-cs",
"version": "0.1.0",
"name": "EncounterTypeCS",
"title": "Encounter Type 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 types of encounters.",
"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."
}
]
}