Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/nccpFHIRIG/ and changes regularly. See the Directory of published versions

: Kenya ICD-11 Disease Severity Code System

Active as of 2026-06-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "icd11-severity-cs",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem icd11-severity-cs</b></p><a name=\"icd11-severity-cs\"> </a><a name=\"hcicd11-severity-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-severity-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">MILD<a name=\"icd11-severity-cs-MILD\"> </a></td><td>Mild</td><td>Disease severity is mild; minimal functional impact.</td></tr><tr><td style=\"white-space:nowrap\">MODERATE<a name=\"icd11-severity-cs-MODERATE\"> </a></td><td>Moderate</td><td>Disease severity is moderate; some functional limitation.</td></tr><tr><td style=\"white-space:nowrap\">SEVERE<a name=\"icd11-severity-cs-SEVERE\"> </a></td><td>Severe</td><td>Disease severity is severe; significant functional impairment.</td></tr><tr><td style=\"white-space:nowrap\">CRITICAL<a name=\"icd11-severity-cs-CRITICAL\"> </a></td><td>Critical</td><td>Disease is life-threatening.</td></tr><tr><td style=\"white-space:nowrap\">NOT-SPECIFIED<a name=\"icd11-severity-cs-NOT-SPECIFIED\"> </a></td><td>Not Specified</td><td>Disease severity has not been assessed or recorded.</td></tr></table></div>"
  },
  "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-04T14:49:30+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."
    }
  ]
}