<Patient xmlns="http://hl7.org/fhir">
  <id value="6060921c-92c4-44e3-9132-02213e5e5df9" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:25.388+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Amy Morgan</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="724111" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Morgan" />
    <given value="Amy" />
    <given value="C." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="800-439-6984" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="amy.morgan@example.com" />
  </telecom>
  <gender value="female" />
  <birthDate value="1991-06-07" />
  <address>
    <use value="home" />
    <line value="56 North RdApt 7" />
    <city value="Mounds" />
    <state value="OK" />
    <postalCode value="74047" />
    <country value="USA" />
  </address>
</Patient>