{
  "resourceType" : "Practitioner",
  "id" : "ExampleRadiologistImg",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExampleRadiologistImg</b></p><a name=\"ExampleRadiologistImg\"> </a><a name=\"hcExampleRadiologistImg\"> </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-001</p><p><b>name</b>: Anna Müller </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1975-04-20</p></div>"
  },
  "identifier" : [{
    "system" : "http://hospital.example.org/staff",
    "value" : "PRAC-001"
  }],
  "name" : [{
    "family" : "Müller",
    "given" : ["Anna"]
  }],
  "gender" : "female",
  "birthDate" : "1975-04-20"
}