US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="shaw-niece"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson|8.0.0-ballot"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson shaw-niece</b></p><a name="shaw-niece"> </a><a name="hcshaw-niece"> </a><a name="shaw-niece-en-US"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-example.html">Amy V. Shaw</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NIECE}">niece</span></p><p><b>name</b>: Sarah van Putten (Official)</p><p><b>telecom</b>: ph: 555-555-5555(Home), <a href="mailto:sarah.vanputten@example.com">sarah.vanputten@example.com</a></p><p><b>birthDate</b>: 1996-01-28</p><p><b>address</b>: 80A VILLAGE ST NEW HOLLAND PA 17557 (home)</p></div>
</text>
<active value="true"/>
<patient>🔗
<reference value="Patient/example"/>
<display value="Amy V. Shaw"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="NIECE"/>
<display value="niece"/>
</coding>
</relationship>
<name>
<use value="official"/>
<family value="van Putten"/>
<given value="Sarah"/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="sarah.vanputten@example.com"/>
<use value="home"/>
</telecom>
<birthDate value="1996-01-28"/>
<address>
<use value="home"/>
<line value="80A VILLAGE ST"/>
<city value="NEW HOLLAND"/>
<state value="PA"/>
<postalCode value="17557"/>
</address>
</RelatedPerson>