<Patient xmlns="http://hl7.org/fhir">
  <id value="ac4d261d-518f-4172-89b9-c7b7300533c1" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:24.229+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Michael Peters</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="5555002" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Peters" />
    <given value="Michael" />
    <given value="J." />
  </name>
  <telecom>
    <system value="email" />
    <value value="michael.peters@example.com" />
  </telecom>
  <gender value="male" />
  <birthDate value="1967-01-02" />
  <address>
    <use value="home" />
    <line value="277 Dan Road" />
    <city value="Greensboro" />
    <state value="NC" />
    <postalCode value="27214" />
    <country value="USA" />
  </address>
</Patient>