<Patient xmlns="http://hl7.org/fhir">
  <id value="core-examples-Patient-example44" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:47.375+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Person DOE, John, M, dob: 27/05/1956</div>
  </text>
  <identifier>
    <use value="usual" />
    <value value="MRN" />
  </identifier>
  <name>
    <use value="usual" />
    <text value="DOE, John" />
    <family value="Doe" />
    <given value="John" />
  </name>
  <birthDate value="1956-05-27" />
</Patient>