Kenya Core FHIR Implementation Guide
1.0.0 - release Kenya flag

Kenya Core FHIR Implementation Guide, published by Kenya Social Health Authority (SHA). This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Related Person Relationship Code System - JSON Representation

Active as of 2026-05-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "related-person-relationship-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem related-person-relationship-cs</b></p><a name=\"related-person-relationship-cs\"> </a><a name=\"hcrelated-person-relationship-cs\"> </a><p>This case-insensitive code system <code>https://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-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\">SIBLING<a name=\"related-person-relationship-cs-SIBLING\"> </a></td><td>Sibling</td><td>The related person is a sibling of the patient.</td></tr><tr><td style=\"white-space:nowrap\">ADOPTED-CHILD<a name=\"related-person-relationship-cs-ADOPTED-CHILD\"> </a></td><td>Adopted Child</td><td>The related person is an adopted child of the patient.</td></tr><tr><td style=\"white-space:nowrap\">GRANDPARENT<a name=\"related-person-relationship-cs-GRANDPARENT\"> </a></td><td>Grandparent</td><td>The related person is a grandparent of the patient.</td></tr><tr><td style=\"white-space:nowrap\">RELATIVE<a name=\"related-person-relationship-cs-RELATIVE\"> </a></td><td>Relative</td><td>The related person is a relative of the patient.</td></tr><tr><td style=\"white-space:nowrap\">CAREGIVER<a name=\"related-person-relationship-cs-CAREGIVER\"> </a></td><td>Caregiver</td><td>The related person is a caregiver of the patient.</td></tr></table></div>"
  },
  "url" : "https://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-cs",
  "version" : "1.0.0",
  "name" : "RelatedPersonRelationshipCS",
  "title" : "Related Person Relationship Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-06T17:06:38+00:00",
  "publisher" : "Kenya Social Health Authority (SHA)",
  "contact" : [
    {
      "name" : "Kenya Social Health Authority (SHA)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sha.go.ke"
        },
        {
          "system" : "email",
          "value" : "fhir@sha.go.ke"
        }
      ]
    }
  ],
  "description" : "A code system that defines relationships for related persons.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "SIBLING",
      "display" : "Sibling",
      "definition" : "The related person is a sibling of the patient."
    },
    {
      "code" : "ADOPTED-CHILD",
      "display" : "Adopted Child",
      "definition" : "The related person is an adopted child of the patient."
    },
    {
      "code" : "GRANDPARENT",
      "display" : "Grandparent",
      "definition" : "The related person is a grandparent of the patient."
    },
    {
      "code" : "RELATIVE",
      "display" : "Relative",
      "definition" : "The related person is a relative of the patient."
    },
    {
      "code" : "CAREGIVER",
      "display" : "Caregiver",
      "definition" : "The related person is a caregiver of the patient."
    }
  ]
}