<Patient xmlns="http://hl7.org/fhir">
  <id value="b8fd39c8-6df0-47d7-bcd7-f98b2318dd4f" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:25.638+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Billie Himston</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="7321938" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Himston" />
    <given value="Billie" />
    <given value="H." />
  </name>
  <telecom>
    <system value="email" />
    <value value="billi.himston@example.com" />
  </telecom>
  <gender value="male" />
  <birthDate value="2010-12-16" />
  <address>
    <use value="home" />
    <line value="80 Mill StApt 21" />
    <city value="Sand Springs" />
    <state value="OK" />
    <postalCode value="74063" />
    <country value="USA" />
  </address>
</Patient>