<Patient xmlns="http://hl7.org/fhir">
  <id value="e635f221-f9c7-4dc9-837a-c2ed0fa38979" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:23.01+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Michael 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="2042917" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Lewis" />
    <given value="Michael" />
    <given value="I." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="800-393-8687" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="michael.lewis@example.com" />
  </telecom>
  <gender value="male" />
  <birthDate value="1981-12-18" />
  <address>
    <use value="home" />
    <line value="55 East StApt 29" />
    <city value="Broken Arrow" />
    <state value="OK" />
    <postalCode value="74014" />
    <country value="USA" />
  </address>
</Patient>