<Patient xmlns="http://hl7.org/fhir">
  <id value="cfd8a47c-cf6e-4702-86c6-1a6312e9b99e" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-12-16T14:31:24.12+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Penny Love</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="5555001" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Love" />
    <given value="Penny" />
    <given value="M." />
  </name>
  <telecom>
    <system value="email" />
    <value value="penny.love@example.com" />
  </telecom>
  <gender value="female" />
  <birthDate value="1958-05-13" />
  <address>
    <use value="home" />
    <line value="54 9th Street" />
    <city value="Durham" />
    <state value="NC" />
    <postalCode value="27701" />
    <country value="USA" />
  </address>
</Patient>