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 - Stepmother example [Susan Grant] - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-parent-vr-stepmother"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-parent-vr"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-parent-vr-stepmother</b></p><a name="relatedperson-parent-vr-stepmother"> </a><a name="hcrelatedperson-parent-vr-stepmother"> </a><a name="relatedperson-parent-vr-stepmother-en-US"> </a><p><b>RelatedPerson Birth Place Vital Records</b>: Brooklyn New York </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 STPMTH}">Stepmother</span></p><p><b>name</b>: Susan Grant (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-03-15</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr">
    <valueAddress>
      <city value="Brooklyn"/>
      <state value="New York"/>
    </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="STPMTH"/>
      <display value="stepmother"/>
    </coding>
    <text value="Stepmother"/>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Grant"/>
    <given value="Susan"/>
  </name>
  <gender value="female"/>
  <birthDate value="1985-03-15"/>
</RelatedPerson>