FHIR IG analytics| Package | fhir.ke.nccp |
| Resource Type | CodeSystem |
| Id | CodeSystem-icd11-severity-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/nccpFHIRIG/CodeSystem-icd11-severity-cs.html |
| URL | https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-severity-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-08T10:30:33+00:00 |
| Name | ICD11SeverityCS |
| Title | Kenya ICD-11 Disease Severity Code System |
| Realm | us |
| Authority | hl7 |
| Description | Severity classification codes aligned with ICD-11 severity axes. |
| Content | complete |
| ValueSet | ||
| fhir.ke.nccp#current | nccp-icd11-severity-vs | Kenya ICD-11 Disease Severity Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem icd11-severity-cs
This case-sensitive code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-severity-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "icd11-severity-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-severity-cs",
"version": "0.1.0",
"name": "ICD11SeverityCS",
"title": "Kenya ICD-11 Disease Severity Code System",
"status": "active",
"experimental": false,
"date": "2026-06-08T10:30:33+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": "Severity classification codes aligned with ICD-11 severity axes.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 5,
"concept": [
{
"code": "MILD",
"display": "Mild",
"definition": "Disease severity is mild; minimal functional impact."
},
{
"code": "MODERATE",
"display": "Moderate",
"definition": "Disease severity is moderate; some functional limitation."
},
{
"code": "SEVERE",
"display": "Severe",
"definition": "Disease severity is severe; significant functional impairment."
},
{
"code": "CRITICAL",
"display": "Critical",
"definition": "Disease is life-threatening."
},
{
"code": "NOT-SPECIFIED",
"display": "Not Specified",
"definition": "Disease severity has not been assessed or recorded."
}
]
}