{

"resourceType": "Practitioner",
"id": "f204",
"identifier": [
  {
    "use": "official",
    "type": {
      "text": "UZI-nummer"
    },
    "system": "urn:oid:2.16.528.1.1007.3.1",
    "value": "12345678904"
  }
],
"name": [
  {
    "use": "usual",
    "text": "Carla Espinosa"
  }
],
"telecom": [
  {
    "system": "phone",
    "value": "+31715262169",
    "use": "work"
  }
],
"address": [
  {
    "use": "work",
    "line": [
      "Walvisbaai 3"
    ],
    "city": "Den helder",
    "postalCode": "2333ZA",
    "country": "NLD"
  }
],
"gender": "female",
"birthDate": "1967-11-05",
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}