<?xml version="1.0" encoding="UTF-8"?>

<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-04-08T16:55:13+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>