SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

This page is part of the SDOH Clinical Care for Multiple Domains (v2.2.0: STU 2.2) 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

: SDOHCC Related Person Mother Example - XML Representation

Page standards status: Informative

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="SDOHCC-RelatedPersonMotherExample"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson SDOHCC-RelatedPersonMotherExample</b></p><a name="SDOHCC-RelatedPersonMotherExample"> </a><a name="hcSDOHCC-RelatedPersonMotherExample"> </a><a name="SDOHCC-RelatedPersonMotherExample-en-US"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-pat-53234.html">COLIN ABBAS</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}">Natural Mother</span></p><p><b>name</b>: Eve Everywoman (Official)</p><p><b>telecom</b>: ph: 555-555-2003(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1973-05-31</p><p><b>address</b>: 2222 Home Street (home)</p></div>
  </text>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/pat-53234"/>
    <display value="COLIN ABBAS"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="NMTH"/>
      <display value="natural mother"/>
    </coding>
    <text value="Natural Mother"/>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Everywoman"/>
    <given value="Eve"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-2003"/>
    <use value="work"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1973-05-31"/>
  <address>
    <use value="home"/>
    <line value="2222 Home Street"/>
  </address>
</RelatedPerson>