<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="example-2"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-2</b></p><a name="example-2"> </a><a name="hcexample-2"> </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="StructureDefinition-us-quality-core-patient.html">US Quality Core Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Older Adult Example Patient (official) Female, DoB: 1946-09-25 ( Medical record number (use: usual, period: 1995-05-06 --&gt; (ongoing)))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</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:+1-555-555-0130">+1-555-555-0130</a></li><li>200 Example Street, Example City, VA 99999(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>Example Emergency Contact  (Female)</li><li>201 Example Street Example City VA 99999 (home)</li><li><a href="tel:+1-555-555-0131">+1-555-555-0131</a></li><li>Valid Period:2012 --&gt; (ongoing)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-example.html">Organization Example Organization</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://example.org/patient/identifiers"/>
    <value value="12345"/>
    <period>
      <start value="1995-05-06"/>
    </period>
    <assigner>
      <display value="Example Healthcare Organization"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Patient"/>
    <given value="Older Adult Example"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0130"/>
    <use value="mobile"/>
    <rank value="1"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1946-09-25">
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="1946-09-25T14:35:45-05:00"/>
    </extension>
  </birthDate>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <text value="200 Example Street, Example City, VA 99999"/>
    <line value="200 Example Street"/>
    <city value="Example City"/>
    <state value="VA"/>
    <postalCode value="99999"/>
    <period>
      <start value="1946-12-25"/>
    </period>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
      </coding>
    </relationship>
    <name>
      <family value="Emergency Contact"/>
      <given value="Example"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+1-555-555-0131"/>
    </telecom>
    <address>
      <use value="home"/>
      <type value="both"/>
      <line value="201 Example Street"/>
      <city value="Example City"/>
      <district value="Example District"/>
      <state value="VA"/>
      <postalCode value="99999"/>
      <period>
        <start value="1974-12-25"/>
      </period>
    </address>
    <gender value="female"/>
    <period>
      <start value="2012"/>
    </period>
  </contact>
  <managingOrganization>
    <reference value="Organization/example"/>
  </managingOrganization>
</Patient>