SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<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>