FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ke.nccp
Resource TypeCodeSystem
IdCodeSystem-icd11-severity-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/nccpFHIRIG/CodeSystem-icd11-severity-cs.html
URLhttps://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-severity-cs
Version0.1.0
Statusactive
Date2026-06-08T10:30:33+00:00
NameICD11SeverityCS
TitleKenya ICD-11 Disease Severity Code System
Realmus
Authorityhl7
DescriptionSeverity classification codes aligned with ICD-11 severity axes.
Contentcomplete

Resources that use this resource

ValueSet
fhir.ke.nccp#currentnccp-icd11-severity-vsKenya ICD-11 Disease Severity Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
MILD MildDisease severity is mild; minimal functional impact.
MODERATE ModerateDisease severity is moderate; some functional limitation.
SEVERE SevereDisease severity is severe; significant functional impairment.
CRITICAL CriticalDisease is life-threatening.
NOT-SPECIFIED Not SpecifiedDisease severity has not been assessed or recorded.

Source1

{
  "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."
    }
  ]
}