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

Vital Records Common Library (VRCL) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vr-common-library/ and changes regularly. 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>