FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem relationship

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="relationship"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/relationship&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;1
                  &lt;a name=&quot;relationship-1&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Self&lt;/td&gt;
                &lt;td&gt;The patient is the subscriber (policy holder)&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;2
                  &lt;a name=&quot;relationship-2&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Spouse&lt;/td&gt;
                &lt;td&gt;The patient is the spouse or equivalent of the subscriber (policy holder)&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;3
                  &lt;a name=&quot;relationship-3&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Child&lt;/td&gt;
                &lt;td&gt;The patient is the child of the subscriber (policy holder)&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;4
                  &lt;a name=&quot;relationship-4&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Common Law Spouse&lt;/td&gt;
                &lt;td&gt;The patient is the common law spouse of the subscriber (policy holder)&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;5
                  &lt;a name=&quot;relationship-5&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Other&lt;/td&gt;
                &lt;td&gt;The patient has some other relationship, such as parent, to the subscriber (policy holder)&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <url value="http://hl7.org/fhir/relationship"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.36"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.35"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.23"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="BeneficiaryRelationshipCodes"/>
  <title value="Beneficiary Relationship Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This value set includes the Patient to subscriber relationship codes."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/relationship"/>
  <content value="complete"/>
  <concept>
    <code value="1"/>
    <display value="Self"/>
    <definition value="The patient is the subscriber (policy holder)"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="Spouse"/>
    <definition value="The patient is the spouse or equivalent of the subscriber (policy holder)"/>
  </concept>
  <concept>
    <code value="3"/>
    <display value="Child"/>
    <definition value="The patient is the child of the subscriber (policy holder)"/>
  </concept>
  <concept>
    <code value="4"/>
    <display value="Common Law Spouse"/>
    <definition value="The patient is the common law spouse of the subscriber (policy holder)"/>
  </concept>
  <concept>
    <code value="5"/>
    <display value="Other"/>
    <definition value="The patient has some other relationship, such as parent, to the subscriber (policy holder)"/>
  </concept>
</CodeSystem>