PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.nl-core@0.7.0-beta.1
    http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole
{
  "description": "A health professional is a person who is authorized to perform actions in the field of individual healthcare.",
  "_filename": "nl-core-HealthProfessional-PractitionerRole.json",
  "package_name": "nictiz.fhir.nl.r4.nl-core",
  "date": null,
  "derivation": "constraint",
  "publisher": "Nictiz",
  "fhirVersion": "4.0.1",
  "purpose": "A derived profile from [zib-HealthProfessional-PractitionerRole](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
  "name": "NlcoreHealthProfessionalPractitionerRole",
  "abstract": false,
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "nl core HealthProfessional PractitionerRole",
  "package_version": "0.7.0-beta.1",
  "status": "draft",
  "id": "6c7e49a6-105e-4707-9506-d900241c5acf",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole",
  "version": null,
  "differential": {
    "element": [ {
      "id": "PractitionerRole",
      "path": "PractitionerRole",
      "alias": [ "nl-core-HealthProfessional-PractitionerRole" ]
    }, {
      "id": "PractitionerRole.practitioner",
      "path": "PractitionerRole.practitioner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner" ]
      } ]
    }, {
      "id": "PractitionerRole.organization",
      "path": "PractitionerRole.organization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" ]
      } ],
      "comment": "A HealthcareProvider in zib terms is primarily a location where care is provided, and so the zib concept HealthcareProvider (NL-CM:17.1.6) would normally be fulfilled using a reference to a Location resource (profile nl-core-HealthcareProvider). However, this particular context refers to the organizational aspects of a HealthcareProvider rather than its physical location:\r\n* the zib concept name is not preceded by a role indicator of the zib (like Location::HealthcareProvider, concept id NL-CM:14.1.5, in the zib Procedure).\r\n* the `PractitionerRole.location` cardinality (0..*) does not match the zib concept (0..1) and restricting it is not correct as a health professional could be working on multiple locations.\r\n\r\nTherefore, this concept is fulfilled using a reference to the Organization resource (profile nl-core-HealthcareProvider-Organization) and mapped onto `PractitionerRole.organization` instead of `PractitionerRole.location`."
    }, {
      "id": "PractitionerRole.location",
      "path": "PractitionerRole.location",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location", "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider" ]
      } ]
    }, {
      "id": "PractitionerRole.telecom:telephoneNumbers",
      "path": "PractitionerRole.telecom",
      "type": [ {
        "code": "ContactPoint",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" ]
      } ],
      "sliceName": "telephoneNumbers"
    }, {
      "id": "PractitionerRole.telecom:emailAddresses",
      "path": "PractitionerRole.telecom",
      "type": [ {
        "code": "ContactPoint",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" ]
      } ],
      "sliceName": "emailAddresses"
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "https://www.nictiz.nl",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole"
}