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