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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: RelatedPerson - Adoptive Mother example [Carol Hoffer] - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-mother-vr-carol-hoffer-common"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-mother-vr-carol-hoffer-common</b></p><a name="relatedperson-mother-vr-carol-hoffer-common"> </a><a name="hcrelatedperson-mother-vr-carol-hoffer-common"> </a><a name="relatedperson-mother-vr-carol-hoffer-common-en-US"> </a><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 ADOPTM}">Adoptive Mother</span></p><p><b>name</b>: Carol Hoffer (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-03-17</p></div>
  </text>
  <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="ADOPTM"/>
      <display value="adoptive mother"/>
    </coding>
    <text value="Adoptive Mother"/>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Hoffer"/>
    <given value="Carol"/>
  </name>
  <gender value="female"/>
  <birthDate value="1985-03-17"/>
</RelatedPerson>