{
  "resourceType": "Practitioner",
  "id": "ad3-p1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"
    ]
  },
  "identifier": [
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "33333333",
          "type": {
            "coding": [
              {
                "code": "author",
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
              }
            ]
          }
        }
      },
      "system": "https://cp3-test.example.org/physicians",
      "value": "08630c28-5e2a-4b0c-b8ce-f08f533246b9"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/uzi",
      "value": "UZI-3"
    }
  ],
  "name": [
    {
      "given": [
        "John"
      ],
      "family": "Doe"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31301234568",
      "use": "work"
    },
    {
      "system": "email"
    }
  ],
  "address": [
    {
      "line": [
        "Smidsstraat 11"
      ],
      "city": "Zelhem",
      "postalCode": "7021 AC"
    }
  ],
  "active": true
}
