Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.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/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="patient-authorized-representative"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson patient-authorized-representative</b></p><a name="patient-authorized-representative"> </a><a name="hcpatient-authorized-representative"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: <a href="NamingSystem-Identity-HL7-Person-Identifier.html" title="Digital Identifier to assist in patient matching.">HL7PersonIdentifier</a>/927398f0-d506-443b-b731-fa09869625e3</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-patient-multi-digital-identifier.html">Honk Huberdeau Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction AUTM}">HIPAA Authorized Representative</span></p><p><b>name</b>: Henrietta Huberdeau </p><p><b>telecom</b>: ph: 555-978-3349(Home), <a href="mailto:etta.huberdeau@example.com">etta.huberdeau@example.com</a></p><p><b>address</b>: 999 Not Real Street Columbus OH 43210 US </p></div>
</text>
<identifier>
<system
value="http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"/>
<value value="927398f0-d506-443b-b731-fa09869625e3"/>
<assigner>🔗
<reference value="Organization/abc-hospital"/>
</assigner>
</identifier>
<active value="true"/>
<patient>🔗
<reference value="Patient/patient-multi-digital-identifier"/>
</patient>
<relationship>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction"/>
<code value="AUTM"/>
</coding>
<text value="HIPAA Authorized Representative"/>
</relationship>
<name>
<family value="Huberdeau"/>
<given value="Henrietta"/>
</name>
<telecom>
<system value="phone"/>
<value value="555-978-3349"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="etta.huberdeau@example.com"/>
</telecom>
<address>
<line value="999 Not Real Street"/>
<city value="Columbus"/>
<state value="OH"/>
<postalCode value="43210"/>
<country value="US"/>
</address>
</RelatedPerson>