{
  "resourceType": "StructureDefinition",
  "id": "nxh-practitionerrole",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPractitionerRole",
  "name": "NxhPractitionerRole",
  "status": "active",
  "date": "2024-02-22T08:45:09.7380421+00:00",
  "description": "Nexuzhealth profile for a practitioner role.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.identifier",
        "path": "PractitionerRole.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "PractitionerRole.identifier:nummer",
        "path": "PractitionerRole.identifier",
        "sliceName": "nummer",
        "short": "nummer",
        "definition": "The number identifier of the practitioner.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "PractitionerRole.identifier:nummer.system",
        "path": "PractitionerRole.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekkerAdres/nummer"
      },
      {
        "id": "PractitionerRole.identifier:externeDokter",
        "path": "PractitionerRole.identifier",
        "sliceName": "externeDokter",
        "short": "externeDokter",
        "definition": "The verstreknr identifiers of the practitioner."
      },
      {
        "id": "PractitionerRole.identifier:externeDokter.system",
        "path": "PractitionerRole.identifier.system",
        "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\n\r\nThe value of this system SHALL start with \"http://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/externeDokterKoppeling/externeInstantie/\". The remainder of the uri points to the hospital for which this is an internal identifier."
      },
      {
        "id": "PractitionerRole.code:specoms",
        "path": "PractitionerRole.code",
        "sliceName": "specoms",
        "short": "specoms",
        "definition": "Practitioner role code.",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-spec-omschrijving"
        }
      },
      {
        "id": "PractitionerRole.code:specoms.coding.system",
        "path": "PractitionerRole.code.coding.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/apotheek/basVerstrekkerAdres/specoms"
      },
      {
        "id": "PractitionerRole.telecom.extension",
        "path": "PractitionerRole.telecom.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "PractitionerRole.telecom.extension:phoneType",
        "path": "PractitionerRole.telecom.extension",
        "sliceName": "phoneType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-phoneType"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "PractitionerRole.telecom.extension:phoneType.value[x]",
        "path": "PractitionerRole.telecom.extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)"
      }
    ]
  }
}