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

<Patient xmlns="http://hl7.org/fhir">
  <id value="example-patient"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-patient</b></p><a name="example-patient"> </a><a name="hcexample-patient"> </a><a name="example-patient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Tampere </td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-example-organization.html">Organization Tampereen yliopistollinen sairaala, PSHP</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SS"/>
        <display value="Social Security Number"/>
      </coding>
    </type>
    <value value="030562-9952"/>
  </identifier>
  <name>
    <text value="Matti Mallikas"/>
  </name>
  <gender value="male"/>
  <birthDate value="1962-05-03"/>
  <address>
    <city value="Tampere"/>
  </address>
  <managingOrganization>
    <reference value="Organization/example-organization"/>
  </managingOrganization>
</Patient>