<Patient xmlns="http://hl7.org/fhir">
  <id value="0221a372-fd03-4a0b-a0b3-bd7b392d4c70" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:20.643+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Patrick Taylor</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="1134281" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Taylor" />
    <given value="Patrick" />
    <given value="G." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="800-539-3986" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="patrick.taylor@example.com" />
  </telecom>
  <gender value="male" />
  <birthDate value="2004-10-15" />
  <address>
    <use value="home" />
    <line value="24 Pine RdApt 3" />
    <city value="Bixby" />
    <state value="OK" />
    <postalCode value="74008" />
    <country value="USA" />
  </address>
</Patient>