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

<Patient xmlns="http://hl7.org/fhir">
  <id value="f51071b2-6c06-4d31-85ed-26a6b964ef98"/>
  <meta>
    <profile value="http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><table class="hl7__ips"><tr><td>Petra Schwartz</td><td>1950-04-19</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="JHN"/>
      </coding>
    </type>
    <system value="http://example.org/identifier-1"/>
    <value value="5042-537688-1"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://example.org/identifier-2"/>
    <value value="a707536c-14f2-3606-4ed4-7fd9991fd18e"/>
  </identifier>
  <name>
    <text value="Petra Schwartz"/>
    <family value="Schwartz"/>
    <given value="Petra"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+49 034223 68 59"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1950-04-19"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="Hoheluftchaussee 46"/>
    <city value="Dommitzsch"/>
    <postalCode value="04878"/>
    <country value="Germany"/>
  </address>
</Patient>