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 Service Request CodeSystem - JSON Representation

Active as of 2025-09-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "sghi-service-request-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem sghi-service-request-cs</b></p><a name=\"sghi-service-request-cs\"> </a><a name=\"hcsghi-service-request-cs\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-service-request-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></tr><tr><td style=\"white-space:nowrap\">laboratory-procedure<a name=\"sghi-service-request-cs-laboratory-procedure\"> </a></td><td>Laboratory procedure</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"sghi-service-request-cs-imaging\"> </a></td><td>Imaging</td></tr><tr><td style=\"white-space:nowrap\">counselling<a name=\"sghi-service-request-cs-counselling\"> </a></td><td>Counselling</td></tr><tr><td style=\"white-space:nowrap\">education<a name=\"sghi-service-request-cs-education\"> </a></td><td>Education</td></tr><tr><td style=\"white-space:nowrap\">surgical-procedure<a name=\"sghi-service-request-cs-surgical-procedure\"> </a></td><td>Surgical procedure</td></tr><tr><td style=\"white-space:nowrap\">referral<a name=\"sghi-service-request-cs-referral\"> </a></td><td>Referral</td></tr></table></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-service-request-cs",
  "version" : "0.1.0",
  "name" : "SGHIServiceRequestCS",
  "title" : "SGHI Service Request CodeSystem",
  "status" : "active",
  "date" : "2025-09-04T11:38:54+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 custom CodeSystem defining different elements of service requests.",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "laboratory-procedure",
      "display" : "Laboratory procedure"
    },
    {
      "code" : "imaging",
      "display" : "Imaging"
    },
    {
      "code" : "counselling",
      "display" : "Counselling"
    },
    {
      "code" : "education",
      "display" : "Education"
    },
    {
      "code" : "surgical-procedure",
      "display" : "Surgical procedure"
    },
    {
      "code" : "referral",
      "display" : "Referral"
    }
  ]
}