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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ExampleCustodianImg"/>
  <meta>
    <profile value="http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ExampleCustodianImg</b></p><a name="ExampleCustodianImg"> </a><a name="hcExampleCustodianImg"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://fhir.ehdsi.eu/core/1.0.0/StructureDefinition-practitioner-myhealtheu-core.html">Practitioner (Core)</a></p></div><p><b>identifier</b>: <code>http://hospital.example.org/staff</code>/PRAC-002</p><p><b>name</b>: Lena Schmidt </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-11-05</p></div>
  </text>
  <identifier>
    <system value="http://hospital.example.org/staff"/>
    <value value="PRAC-002"/>
  </identifier>
  <name>
    <family value="Schmidt"/>
    <given value="Lena"/>
  </name>
  <gender value="female"/>
  <birthDate value="1980-11-05"/>
</Practitioner>