International Patient Summary Implementation Guide, published by HL7 International / Patient Care. 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/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-example-female"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-example-female</b></p><a name="patient-example-female"> </a><a name="hcpatient-example-female"> </a><a name="patient-example-female-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Martha DeLarosa Female, DoB: 1992-05-01 ( urn:oid:2.16.840.1.113883.2.4.6.3#574687583)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+31788700800">+31788700800</a></li><li>Laan Van Europa 1600 Dordrecht 3317 DB NL </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: mother">mother:</td><td colspan="3"><ul><li>Martha Mum </li><li>Promenade des Anglais 111 Lyon 69001 FR </li><li><a href="tel:+33-555-20036">+33-555-20036</a></li></ul></td></tr></table></div>
</text>
<identifier>
<system value="urn:oid:2.16.840.1.113883.2.4.6.3"/>
<value value="574687583"/>
</identifier>
<active value="true"/>
<name>
<family value="DeLarosa"/>
<given value="Martha"/>
</name>
<telecom>
<system value="phone"/>
<value value="+31788700800"/>
<use value="home"/>
</telecom>
<gender value="female"/>
<birthDate value="1992-05-01"/>
<address>
<line value="Laan Van Europa 1600"/>
<city value="Dordrecht"/>
<postalCode value="3317 DB"/>
<country value="NL"/>
</address>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="MTH"/>
</coding>
</relationship>
<name>
<family value="Mum"/>
<given value="Martha"/>
</name>
<telecom>
<system value="phone"/>
<value value="+33-555-20036"/>
<use value="home"/>
</telecom>
<address>
<line value="Promenade des Anglais 111"/>
<city value="Lyon"/>
<postalCode value="69001"/>
<country value="FR"/>
</address>
</contact>
</Patient>