{
  "resourceType": "StructureDefinition",
  "id": "zd-practitionerrole",
  "url": "http://zorgdomein.nl/fhir/StructureDefinition/zd-practitionerrole",
  "name": "ZD PractitionerRole",
  "status": "draft",
  "date": "2017-03-23",
  "publisher": "ZorgDomein",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://zorgdomein.nl"
        },
        {
          "system": "email",
          "value": "io@zorgdomein.nl"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole",
        "path": "PractitionerRole",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "short": "Practitioner that is able to provide the defined services for the organization",
        "definition": "Practitioner that is able to provide the defined services for the organization.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://zorgdomein.nl/fhir/StructureDefinition/zd-practitioner"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://zorgdomein.nl/fhir/StructureDefinition/zd-organization"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "short": "Specialty of the practitioner"
      },
      {
        "id": "PractitionerRole.specialty.text",
        "path": "PractitionerRole.specialty.text",
        "short": "Plain text representation of the specialty"
      },
      {
        "id": "PractitionerRole.location",
        "path": "PractitionerRole.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://zorgdomein.nl/fhir/StructureDefinition/zd-location"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.healthcareService",
        "path": "PractitionerRole.healthcareService",
        "short": "ZorgDomein cluster"
      },
      {
        "id": "PractitionerRole.healthcareService.display",
        "path": "PractitionerRole.healthcareService.display",
        "short": "ZorgDomein cluster name"
      }
    ]
  }
}