FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | CodeSystem |
| Id | CodeSystem-claim-subtype-cs.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem claim-subtype-cs
This case-sensitive code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-subtype-cs defines the following codes:
| Code | Display |
| day-case | Day Case |
| rehabilitation | Rehabilitation |
| inpatient | Inpatient |
| outpatient | Outpatient |
| emergency | Emergency |
{
"resourceType": "CodeSystem",
"id": "claim-subtype-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-subtype-cs",
"version": "0.1.0",
"name": "ClaimSubTypeCS",
"title": "Claim Subtype Code System",
"status": "active",
"experimental": false,
"date": "2026-07-20T11:03:05+00:00",
"publisher": "Digital Health Agency (DHA), Kenya",
"contact": [
{
"name": "Digital Health Agency (DHA), Kenya",
"telecom": [
{
"system": "url",
"value": "https://dha.go.ke"
},
{
"system": "email",
"value": "info@dha.go.ke"
}
]
},
{
"name": "Digital Health Agency Kenya – FHIR Team",
"telecom": [
{
"system": "email",
"value": "info@dha.go.ke",
"use": "work"
},
{
"system": "url",
"value": "https://dha.go.ke",
"use": "work"
}
]
}
],
"description": "Kenya-specific codes for the subtype of claim (MOH-Kenya OCL: CLAIM-SUBTYPE).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 5,
"concept": [
{
"code": "day-case",
"display": "Day Case"
},
{
"code": "rehabilitation",
"display": "Rehabilitation"
},
{
"code": "inpatient",
"display": "Inpatient"
},
{
"code": "outpatient",
"display": "Outpatient"
},
{
"code": "emergency",
"display": "Emergency"
}
]
}