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

FHIR IG Statistics: StructureDefinition/nxh-practitioner-role

Packagenxh.fhir.r4
Resource TypeStructureDefinition
Idnxh-practitioner-role
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nxh.fhir.r4@0.0.0-beta.20&canonical=https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitionerRole
URLhttps://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitionerRole
Statusactive
NameNxhPractitionerRole
DescriptionThe nexuzhealth profile for a practitionerRole used during import and export procedures.
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-practitionerroleBePractitionerRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-practitioner-role",
  "url": "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitionerRole",
  "name": "NxhPractitionerRole",
  "status": "active",
  "description": "The nexuzhealth profile for a practitionerRole used during import and export procedures.",
  "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:userContextId",
        "path": "PractitionerRole.identifier",
        "sliceName": "userContextId",
        "short": "The CDM identifier for this user context",
        "definition": "The identifier for this user context used in the Common Data Model of NxH Pro.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "PractitionerRole.identifier:userContextId.system",
        "path": "PractitionerRole.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.nxh.com/standards/fhir/NamingSystem/userContextId"
      },
      {
        "id": "PractitionerRole.identifier:userContextId.value",
        "path": "PractitionerRole.identifier.value",
        "min": 1
      },
      {
        "id": "PractitionerRole.code:userRole",
        "path": "PractitionerRole.code",
        "sliceName": "userRole"
      },
      {
        "id": "PractitionerRole.code:userRole.coding.system",
        "path": "PractitionerRole.code.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.nxh.com/standards/fhir/CodeSystem/UserRole"
      },
      {
        "id": "PractitionerRole.code:userRole.coding.code",
        "path": "PractitionerRole.code.coding.code",
        "min": 1
      }
    ]
  }
}