<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-mrn--1097192655"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient pat-mrn--1097192655</b></p><a name="pat-mrn--1097192655"> </a><a name="hcpat-mrn--1097192655"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">John DOE Male, DoB: 1977-05-30 ( Medical Record number: UV59569735 (use: usual, ))</p><hr/></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record number"/>
      </coding>
    </type>
    <system value="http://example.org/fhir/mrn-ids"/>
    <value value="UV59569735"/>
  </identifier>
  <name>
    <text value="John DOE"/>
    <family value="DOE"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1977-05-30"/>
</Patient>