<Patient xmlns="http://hl7.org/fhir">
  <id value="43a5438f-d3ba-4151-9511-92b8ef0ca5af" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:23.495+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Karen Lewis</p>
    </div>
  </text>
  <identifier>
    <use value="usual" />
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203" />
        <code value="MR" />
        <display value="Medical record number" />
      </coding>
      <text value="Medical record number" />
    </type>
    <system value="http://hospital.smarthealthit.org/" />
    <value value="2169591" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Lewis" />
    <given value="Karen" />
    <given value="L." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="800-460-5876" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="karen.lewis@example.com" />
  </telecom>
  <gender value="female" />
  <birthDate value="1979-12-21" />
  <address>
    <use value="home" />
    <line value="88 River AveApt 21" />
    <city value="Tulsa" />
    <state value="OK" />
    <postalCode value="74126" />
    <country value="USA" />
  </address>
</Patient>