<Patient xmlns="http://hl7.org/fhir">
  <id value="53fb4035-abcc-4ecd-8237-0928133179ec" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:26.106+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Thomas Moore</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="767980" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Moore" />
    <given value="Thomas" />
    <given value="Q." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="800-583-2533" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="thomas.moore@example.com" />
  </telecom>
  <gender value="male" />
  <birthDate value="1953-08-29" />
  <address>
    <use value="home" />
    <line value="33 Park AveApt 2" />
    <city value="Broken Arrow" />
    <state value="OK" />
    <postalCode value="74014" />
    <country value="USA" />
  </address>
</Patient>