Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG, published by IntelliSOFT Consulting. 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/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: CodeSystem for Contact Relationship - JSON Representation

Draft as of 2025-07-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "KNHTS.CONTACTRELATIONSHIP",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KNHTS.CONTACTRELATIONSHIP</b></p><a name=\"KNHTS.CONTACTRELATIONSHIP\"> </a><a name=\"hcKNHTS.CONTACTRELATIONSHIP\"> </a><p>This case-insensitive code system <code>https://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">guardian<a name=\"KNHTS.CONTACTRELATIONSHIP-guardian\"> </a></td><td>guardian</td></tr><tr><td style=\"white-space:nowrap\">caregiver<a name=\"KNHTS.CONTACTRELATIONSHIP-caregiver\"> </a></td><td>caregiver</td></tr><tr><td style=\"white-space:nowrap\">parent<a name=\"KNHTS.CONTACTRELATIONSHIP-parent\"> </a></td><td>parent</td></tr><tr><td style=\"white-space:nowrap\">sibling<a name=\"KNHTS.CONTACTRELATIONSHIP-sibling\"> </a></td><td>sibling</td></tr><tr><td style=\"white-space:nowrap\">child<a name=\"KNHTS.CONTACTRELATIONSHIP-child\"> </a></td><td>child</td></tr></table></div>"
  },
  "url" : "https://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP",
  "version" : "0.1.0",
  "name" : "PT_CONTACTRELATIONSHIP",
  "title" : "CodeSystem for Contact Relationship",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-07-15T09:30:53+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name" : "KPS Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "CodeSystem for Contact Relationship",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "guardian",
      "display" : "guardian",
      "definition" : "guardian"
    },
    {
      "code" : "caregiver",
      "display" : "caregiver",
      "definition" : "caregiver"
    },
    {
      "code" : "parent",
      "display" : "parent",
      "definition" : "parent"
    },
    {
      "code" : "sibling",
      "display" : "sibling",
      "definition" : "sibling"
    },
    {
      "code" : "child",
      "display" : "child",
      "definition" : "child"
    }
  ]
}