SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: SGHI Cancer Stage Code System - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cancer-stage-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cancer-stage-codesystem</b></p><a name=\"cancer-stage-codesystem\"> </a><a name=\"hccancer-stage-codesystem\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/cancer-stage-codesystem</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\">stage1<a name=\"cancer-stage-codesystem-stage1\"> </a></td><td>Stage 1</td><td>Cancer is localized to a small area and has not spread to lymph nodes or other tissues</td></tr><tr><td style=\"white-space:nowrap\">stage2<a name=\"cancer-stage-codesystem-stage2\"> </a></td><td>Stage 2</td><td>Cancer has grown but has not spread beyond the local area</td></tr><tr><td style=\"white-space:nowrap\">stage3<a name=\"cancer-stage-codesystem-stage3\"> </a></td><td>Stage 3</td><td>Cancer has grown larger and may have spread to nearby lymph nodes or tissues</td></tr><tr><td style=\"white-space:nowrap\">stage4<a name=\"cancer-stage-codesystem-stage4\"> </a></td><td>Stage 4</td><td>Cancer has spread to other organs or parts of the body (metastatic)</td></tr></table></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/cancer-stage-codesystem",
  "version" : "0.1.0",
  "name" : "SGHICancerStageCodeSystem",
  "title" : "SGHI Cancer Stage Code System",
  "status" : "active",
  "date" : "2026-09-15T11:40:24+00:00",
  "publisher" : "Kathurima Kimathi",
  "contact" : [
    {
      "name" : "Kathurima Kimathi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system" : "email",
          "value" : "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name" : "Oscar John",
      "telecom" : [
        {
          "system" : "email",
          "value" : "oscarjohnotieno@gmail.com",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "Kennedy Omondi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kennankole@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A code system enumerating the different cancer stages used across SGHI's environment.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "stage1",
      "display" : "Stage 1",
      "definition" : "Cancer is localized to a small area and has not spread to lymph nodes or other tissues"
    },
    {
      "code" : "stage2",
      "display" : "Stage 2",
      "definition" : "Cancer has grown but has not spread beyond the local area"
    },
    {
      "code" : "stage3",
      "display" : "Stage 3",
      "definition" : "Cancer has grown larger and may have spread to nearby lymph nodes or tissues"
    },
    {
      "code" : "stage4",
      "display" : "Stage 4",
      "definition" : "Cancer has spread to other organs or parts of the body (metastatic)"
    }
  ]
}