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
<Person xmlns="http://hl7.org/fhir">
<id value="FASTIDUDAPPerson-Example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/identity-matching/StructureDefinition/FASTIDUDAPPerson"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Person FASTIDUDAPPerson-Example</b></p><a name="FASTIDUDAPPerson-Example"> </a><a name="hcFASTIDUDAPPerson-Example"> </a><a name="FASTIDUDAPPerson-Example-en-US"> </a><p><b>name</b>: Peter James Chalmers (Official)</p><p><b>telecom</b>: ph: (03) 5555 6473(Work), <a href="mailto:Jim@example.org">Jim@example.org</a></p><p><b>birthDate</b>: 1974-12-25</p><p><b>address</b>: 534 Erewhon St PleasantVille Vic 3999 (work)</p></div>
</text>
<name>
<use value="official"/>
<family value="Chalmers"/>
<given value="Peter"/>
<given value="James"/>
</name>
<telecom>
<system value="phone"/>
<value value="(03) 5555 6473"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="Jim@example.org"/>
<use value="work"/>
</telecom>
<birthDate value="1974-12-25"/>
<address>
<use value="work"/>
<line value="534 Erewhon St"/>
<city value="PleasantVille"/>
<state value="Vic"/>
<postalCode value="3999"/>
</address>
</Person>