Vital Records Common Library (VRCL) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: RelatedPerson - Father example [Tom Yan Lee] - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-father-vr-tom-yan-lee-common"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father-vr"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-father-vr-tom-yan-lee-common</b></p><a name="relatedperson-father-vr-tom-yan-lee-common"> </a><a name="hcrelatedperson-father-vr-tom-yan-lee-common"> </a><a name="relatedperson-father-vr-tom-yan-lee-common-en-US"> </a><p><b>RelatedPerson Birth Place Vital Records</b>: NY </p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-patient-child-vr-babyg-quinn-common.html">Patient - Child (Baby G Quinn)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NFTH}">Natural Father</span></p><p><b>name</b>: Tom Yan Lee (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1984</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr">
    <valueAddress>
      <state value="NY"/>
    </valueAddress>
  </extension>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/patient-child-vr-babyg-quinn-common"/>
    <display value="Patient - Child (Baby G Quinn)"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="NFTH"/>
      <display value="natural father"/>
    </coding>
    <text value="Natural Father"/>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Lee"/>
    <given value="Tom"/>
    <given value="Yan"/>
  </name>
  <gender value="male"/>
  <birthDate value="1984">
    <extension
               url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-vr">
      <extension url="year">
        <valueUnsignedInt value="1984"/>
      </extension>
      <extension url="month">
        <valueUnsignedInt>
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
            <valueCode value="temp-unknown"/>
          </extension>
        </valueUnsignedInt>
      </extension>
      <extension url="day">
        <valueUnsignedInt>
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
            <valueCode value="temp-unknown"/>
          </extension>
        </valueUnsignedInt>
      </extension>
    </extension>
  </birthDate>
</RelatedPerson>