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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="b06b2c2c-15dd-4e58-b27e-37326ba51407"/>
  <meta>
    <profile value="http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Dr. Maria Gonzalez</div>
  </text>
  <identifier>
    <system value="http://example.org/practitioner-ids"/>
    <value value="PRAC-001"/>
  </identifier>
  <name>
    <family value="Gonzalez"/>
    <given value="Maria"/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+32 2 555 0100"/>
    <use value="work"/>
  </telecom>
</Practitioner>