FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-practitionerrole

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-practitionerrole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPractitionerRole
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPractitionerRole
Statusactive
Date2024-02-22T15:24:26.6110349+00:00
NameNxhPractitionerRole
DescriptionNexuzhealth profile for a practitioner role.
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-practitionerroleBePractitionerRole
nxh-ext-phoneTypeNxhExtPhoneType
ValueSet
nxh-vs-spec-omschrijvingNxhVSSpecOmschrijving
nxh-vs-externe-dokter-koppelingNxhVSExterneDokterKoppeling

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-practitionerrole",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhPractitionerRole",
  "name": "NxhPractitionerRole",
  "status": "active",
  "date": "2024-02-22T15:24:26.6110349+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",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-externe-dokter-koppeling"
        }
      },
      {
        "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:phoneType",
        "path": "PractitionerRole.telecom.extension",
        "sliceName": "phoneType",
        "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)"
      }
    ]
  }
}