{
  "resourceType": "PractitionerRole",
  "id": "ad1-pr1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "identifier": [
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "11111111",
          "type": {
            "coding": [
              {
                "code": "author",
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
              }
            ]
          }
        }
      },
      "system": "https://cp1-test.example.org/employees",
      "value": "5fa4c91a-a12f-48ae-a4c7-92971dc7ab53"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "code": "01.015",
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "display": "Huisarts"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "h.arts@cp1.example.org"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/ad1-p1"
  },
  "organization": {
    "reference": "Organization/ad1-o1"
  }
}
