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 Chronic Care Follow-Up Condition - JSON Representation

Active as of 2026-04-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "chronic-care-followup-condition",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet chronic-care-followup-condition</b></p><a name=\"chronic-care-followup-condition\"> </a><a name=\"hcchronic-care-followup-condition\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-special-clinic-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-codesystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-dm\">chronic-dm</a></td><td>Diabetes mellitus (DM)</td><td>Chronic care follow-up condition: diabetes mellitus.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-htn\">chronic-htn</a></td><td>Hypertension (HTN)</td><td>Chronic care follow-up condition: hypertension.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-dm-htn\">chronic-dm-htn</a></td><td>Both DM and HTN</td><td>Chronic care follow-up condition: both diabetes mellitus and hypertension.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-asthma\">chronic-asthma</a></td><td>Asthma</td><td>Chronic care follow-up condition: asthma.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-arthritis\">chronic-arthritis</a></td><td>Arthritis</td><td>Chronic care follow-up condition: arthritis.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-codesystem.html#special-clinic-codesystem-chronic-other\">chronic-other</a></td><td>Other</td><td>Chronic care follow-up condition: other.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/chronic-care-followup-condition",
  "version" : "0.1.0",
  "name" : "SGHIChronicCareFollowUpCondition",
  "title" : "SGHI Chronic Care Follow-Up Condition",
  "status" : "active",
  "date" : "2026-04-27T09:22:53+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 ValueSet for conditions managed during a chronic care follow-up visit.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-codesystem",
        "concept" : [
          {
            "code" : "chronic-dm",
            "display" : "Diabetes mellitus (DM)"
          },
          {
            "code" : "chronic-htn",
            "display" : "Hypertension (HTN)"
          },
          {
            "code" : "chronic-dm-htn",
            "display" : "Both DM and HTN"
          },
          {
            "code" : "chronic-asthma",
            "display" : "Asthma"
          },
          {
            "code" : "chronic-arthritis",
            "display" : "Arthritis"
          },
          {
            "code" : "chronic-other",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}