US Core Implementation Guide
7.0.0 - CI Build United States of America flag

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 7.0.0 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

: Patient Niece Example - XML Representation

Page standards status: Informative

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="shaw-niece"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson|7.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: RelatedPerson</b><a name="shaw-niece"> </a><a name="hcshaw-niece"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource RelatedPerson &quot;shaw-niece&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile (version 7.0.0)</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-example.html">Patient/example: Amy V. Shaw</a> &quot; SHAW&quot;</p><p><b>relationship</b>: niece <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#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>