Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Core FHIR Implementation Guide (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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Related Person Relationship Code System - XML Representation

Active as of 2026-01-27

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="related-person-relationship-cs"/>
  <text>
    <status value="generated"/>
    <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>http://example.org/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>
  </text>
  <url value="http://example.org/CodeSystem/related-person-relationship-cs"/>
  <version value="0.1.0"/>
  <name value="RelatedPersonRelationshipCS"/>
  <title value="Related Person Relationship Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-01-27T07:25:10+00:00"/>
  <publisher value="IntelliSOFT Consulting"/>
  <contact>
    <name value="IntelliSOFT Consulting"/>
    <telecom>
      <system value="url"/>
      <value value="https://.com/fhir/example-publisher"/>
    </telecom>
  </contact>
  <description
               value="A code system that defines relationships for related persons."/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="SIBLING"/>
    <display value="Sibling"/>
    <definition value="The related person is a sibling of the patient."/>
  </concept>
  <concept>
    <code value="ADOPTED-CHILD"/>
    <display value="Adopted Child"/>
    <definition
                value="The related person is an adopted child of the patient."/>
  </concept>
  <concept>
    <code value="GRANDPARENT"/>
    <display value="Grandparent"/>
    <definition value="The related person is a grandparent of the patient."/>
  </concept>
  <concept>
    <code value="RELATIVE"/>
    <display value="Relative"/>
    <definition value="The related person is a relative of the patient."/>
  </concept>
  <concept>
    <code value="CAREGIVER"/>
    <display value="Caregiver"/>
    <definition value="The related person is a caregiver of the patient."/>
  </concept>
</CodeSystem>