PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.nl.zorgviewer@1.5.0
    http://hl7.nl/fhir/zorgviewer/StructureDefinition/PractitionerRole
{
  "description": "De rollen van de Zorgverlener",
  "_filename": "StructureDefinition-PractitionerRole.json",
  "package_name": "hl7.fhir.nl.zorgviewer",
  "date": "2024-09-30T11:56:22+00:00",
  "derivation": "constraint",
  "publisher": "RIVO-NN HL7NL",
  "fhirVersion": "3.0.2",
  "jurisdiction": [ {
    "coding": [ {
      "code": "NL",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "PractitionerRole",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/HealthProfessional-v3.2(2017EN)",
    "name": "HCIM HealthProfessional-v3.2(2017EN)",
    "identity": "hcim-healthprofessional-v3.2-2017EN"
  }, {
    "uri": "https://zibs.nl/wiki/ContactInformation-v1.0(2017EN)",
    "name": "HCIM ContactInformation-v1.0(2017EN)",
    "comment": "ContactInformation has become an independent information model as of release 2017 of the HCIMs.",
    "identity": "hcim-contactinformation-v1.0-2017EN"
  }, {
    "uri": "https://zibs.nl/wiki/BasicElements-v1.0(2017EN)",
    "name": "HCIM BasicElements-v1.0(2017EN)",
    "identity": "hcim-basicelements-v1.0-2017EN"
  }, {
    "uri": "https://zibs.nl/wiki/HealthProfessional-v3.0(2016EN)",
    "name": "HCIM HealthProfessional-v3.0(2016EN)",
    "identity": "hcim-healthprofessional-v3.0-2016EN"
  }, {
    "uri": "https://zibs.nl/wiki/Patient-v3.0(2016EN)",
    "name": "HCIM Patient-v3.0(2016EN)",
    "comment": "ContactInformation has become an independent information model as of release 2017 of the HCIMs.",
    "identity": "hcim-contactinformation-v3.0-2016EN"
  }, {
    "uri": "https://zibs.nl/wiki/HealthProfessional-v1.2.1(2015EN)",
    "name": "HCIM HealthProfessional-v1.2.1(2015EN)",
    "identity": "hcim-healthprofessional-v1.2.1-2015EN"
  }, {
    "uri": "https://zibs.nl/wiki/Patient-v2.0.1(2015EN)",
    "name": "HCIM Patient-v2.0.1(2015EN)",
    "comment": "ContactInformation has become an independent information model as of release 2017 of the HCIMs.",
    "identity": "hcim-contactinformation-v2.0.1-2015EN"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "PractitionerRole",
  "package_version": "1.5.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      }, {
        "key": "zv-prr-1",
        "human": "PractitionerRole Specialty COD016 Vektiz AGB medische specialismen code SHOULD be present.",
        "xpath": "/f:identifier/f:system='urn:oid:2.16.840.1.113883.2.4.6.7'",
        "severity": "error",
        "expression": "identifier.where(system='urn:oid:2.16.840.1.113883.2.4.6.7')"
      } ],
      "path": "PractitionerRole",
      "min": 0,
      "definition": "A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.",
      "short": "Roles/organizations the practitioner is associated with",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "PRD (as one example)",
        "identity": "v2"
      }, {
        "map": "Role",
        "identity": "rim"
      }, {
        "map": "ServiceSiteProvider",
        "identity": "servd"
      }, {
        "map": "administrative.individual",
        "identity": "w5"
      } ],
      "max": "*",
      "id": "PractitionerRole",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole"
      }
    }, {
      "path": "PractitionerRole.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "PractitionerRole.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "PractitionerRole.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "PractitionerRole.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "PractitionerRole.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "PractitionerRole.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "PractitionerRole.text",
      "condition": [ "dom-1" ],
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "PractitionerRole.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "PractitionerRole.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "PractitionerRole.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "PractitionerRole.identifier",
      "requirements": "Often, specific identities are assigned for the agent.",
      "min": 0,
      "definition": "Business Identifiers that are specific to a role/location.",
      "short": "Business Identifiers that are specific to a role/location",
      "mapping": [ {
        "map": "NL-CM:0.0.6",
        "comment": "IdentificationNumber",
        "identity": "hcim-basicelements-v1.0-2017EN"
      }, {
        "map": "PRD-7 (or XCN.1)",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "./Identifiers",
        "identity": "servd"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "PractitionerRole.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.identifier"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.active",
      "requirements": "Need to be able to mark a practitioner record as not to be used because it was created in error.",
      "min": 0,
      "definition": "Whether this practitioner's record is in active use.",
      "short": "Whether this practitioner's record is in active use",
      "mapping": [ {
        "map": "STF-7",
        "identity": "v2"
      }, {
        "map": ".statusCode",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "defaultValueBoolean": true,
      "max": "1",
      "id": "PractitionerRole.active",
      "comment": "Default is true. \r\rIf the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.active"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.period",
      "requirements": "Even after the agencies is revoked, the fact that it existed must still be recorded.",
      "min": 0,
      "definition": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.",
      "short": "The period during which the practitioner is authorized to perform in these role(s)",
      "mapping": [ {
        "map": "PRD-8/9 / PRA-5.4",
        "identity": "v2"
      }, {
        "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)",
        "identity": "servd"
      }, {
        "map": "when.done",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "max": "1",
      "id": "PractitionerRole.period",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.period"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.practitioner",
      "min": 0,
      "definition": "Practitioner that is able to provide the defined services for the organation.",
      "short": "Practitioner that is able to provide the defined services for the organation",
      "mapping": [ {
        "map": ".player",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
      } ],
      "max": "1",
      "id": "PractitionerRole.practitioner",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.practitioner"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.organization",
      "min": 0,
      "definition": "The organization where the Practitioner performs the roles associated.",
      "short": "HealthcareProvider",
      "mapping": [ {
        "map": "NL-CM:17.1.6",
        "comment": "HealthcareProvider",
        "identity": "hcim-healthprofessional-v1.2.1-2015EN"
      }, {
        "map": "NL-CM:17.1.6",
        "comment": "HealthcareProvider",
        "identity": "hcim-healthprofessional-v3.0-2016EN"
      }, {
        "map": "NL-CM:17.1.6",
        "comment": "HealthcareProvider",
        "identity": "hcim-healthprofessional-v3.2-2017EN"
      }, {
        "map": ".scoper",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
      } ],
      "alias": [ "Zorgaanbieder" ],
      "max": "1",
      "id": "PractitionerRole.organization",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.organization"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.code",
      "requirements": "Need to know what authority the practitioner has - what can they do?",
      "min": 0,
      "definition": "Zie [ConceptMap-epic-rolcode](ConceptMap-epic-rolcode.html)",
      "short": "Roles which this practitioner may perform",
      "mapping": [ {
        "map": "PRD-1 / STF-18  / PRA-3  / PRT-4  / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "example",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PractitionerRole"
        } ],
        "description": "The role a person plays representing an organization",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/practitioner-role"
        }
      },
      "max": "*",
      "id": "PractitionerRole.code",
      "comment": "A person may have more than one role. Note: in earlier versions of this profile there used to be an association with the HCIM element NL-CM:17.1.5 HealthProfessionalRole. This mapping was semantically incorrect. The HCIM element is a property of the association of PractitionerRole to some healthcare act. In a number of FHIR Resources the association is implicit from the semantics of the resource element like in `Observation.performer`. In others you can make this explicit like `Encounter.participant.type`, `CareTeam.participant.role` and `Procedure.performer.role`. Please refer to the relevant profiles on those resources for associations with HCIM NL-CM:17.1.5 HealthProfessionalRole.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.code"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Health professional’s medical specialty. This refers to the recognized medical specialties as stated in the BIG Act. A PractitionerRole instance SHALL be a singular association between a person acting in a certain specialty for a certain organization. It's possible however that either specialty or organization or both is/are unknown. It is also possible that equivalent specialisms are available in multiple coding systems e.g. 01.015 UZI (Huisarts) and 0101 AGB (Huisartsen, niet apotheekhoudend). For this reason you may use multiple coding elements, each indicating the relevant code from a different system.",
      "short": "Specialty",
      "mapping": [ {
        "map": "NL-CM:17.1.4",
        "comment": "Specialty",
        "identity": "hcim-healthprofessional-v1.2.1-2015EN"
      }, {
        "map": "NL-CM:17.1.4",
        "comment": "Specialty",
        "identity": "hcim-healthprofessional-v3.0-2016EN"
      }, {
        "map": "NL-CM:17.1.4",
        "comment": "Specialty",
        "identity": "hcim-healthprofessional-v3.2-2017EN"
      }, {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PractitionerSpecialty"
        } ],
        "description": "Specific specialty associated with the agency",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "alias": [ "Specialisme" ],
      "max": "1",
      "id": "PractitionerRole.specialty",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.specialty.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "PractitionerRole.specialty.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.specialty.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "PractitionerRole.specialty.coding",
      "requirements": "Allows for translations and alternate encodings within a code system.  Also supports communication of the same instance to systems requiring different encodings.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "short": "Code defined by a terminology system",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Coding"
      } ],
      "max": "*",
      "id": "PractitionerRole.specialty.coding",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding",
      "requirements": "Allows for translations and alternate encodings within a code system.  Also supports communication of the same instance to systems requiring different encodings.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "short": "SpecialtyUZI",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "sliceName": "SpecialtyUZI",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PractitionerSpecialty"
        } ],
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.6--20171231000000"
        }
      },
      "alias": [ "SpecialismeUZI" ],
      "max": "*",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "PractitionerRole.specialty.coding.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "PractitionerRole.specialty.coding.system",
      "requirements": "Need to be unambiguous about the source of the definition of the symbol.",
      "min": 1,
      "definition": "The identification of the code system that defines the meaning of the symbol in the code.",
      "short": "Identity of the terminology system",
      "fixedUri": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
      "mapping": [ {
        "map": "C*E.3",
        "identity": "v2"
      }, {
        "map": "./codeSystem",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.system",
      "comment": "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.system"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.version",
      "min": 0,
      "definition": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
      "short": "Version of the system - if relevant",
      "mapping": [ {
        "map": "C*E.7",
        "identity": "v2"
      }, {
        "map": "./codeSystemVersion",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.version",
      "comment": "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.version"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.code",
      "requirements": "Need to refer to a particular code in the system.",
      "min": 0,
      "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
      "short": "Symbol in syntax defined by the system",
      "mapping": [ {
        "map": "C*E.1",
        "identity": "v2"
      }, {
        "map": "./code",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.code"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.display",
      "requirements": "Need to be able to carry a human-readable meaning of the code for readers that do not know  the system.",
      "min": 0,
      "definition": "A representation of the meaning of the code in the system, following the rules of the system.",
      "short": "Representation defined by the system",
      "mapping": [ {
        "map": "C*E.2 - but note this is not well followed",
        "identity": "v2"
      }, {
        "map": "CV.displayName",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.display",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.display"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.userSelected",
      "requirements": "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.",
      "min": 0,
      "definition": "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).",
      "short": "If this coding was chosen directly by the user",
      "mapping": [ {
        "map": "Sometimes implied by being first",
        "identity": "v2"
      }, {
        "map": "CD.codingRationale",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [     fhir:source \"true\";     fhir:target dt:CDCoding.codingRationale\\#O   ]",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyUZI.userSelected",
      "comment": "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.userSelected"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding",
      "requirements": "Allows for translations and alternate encodings within a code system.  Also supports communication of the same instance to systems requiring different encodings.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "short": "SpecialtyAGB",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "sliceName": "SpecialtyAGB",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PractitionerSpecialty"
        } ],
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.7--20171231000000"
        }
      },
      "alias": [ "SpecialismeAGB" ],
      "max": "*",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "PractitionerRole.specialty.coding.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "PractitionerRole.specialty.coding.system",
      "requirements": "Need to be unambiguous about the source of the definition of the symbol.",
      "min": 1,
      "definition": "The identification of the code system that defines the meaning of the symbol in the code.",
      "short": "Identity of the terminology system",
      "fixedUri": "urn:oid:2.16.840.1.113883.2.4.6.7",
      "mapping": [ {
        "map": "C*E.3",
        "identity": "v2"
      }, {
        "map": "./codeSystem",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.system",
      "comment": "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.system"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.version",
      "min": 0,
      "definition": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
      "short": "Version of the system - if relevant",
      "mapping": [ {
        "map": "C*E.7",
        "identity": "v2"
      }, {
        "map": "./codeSystemVersion",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.version",
      "comment": "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.version"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.code",
      "requirements": "Need to refer to a particular code in the system.",
      "min": 0,
      "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
      "short": "Symbol in syntax defined by the system",
      "mapping": [ {
        "map": "C*E.1",
        "identity": "v2"
      }, {
        "map": "./code",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.code"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.display",
      "requirements": "Need to be able to carry a human-readable meaning of the code for readers that do not know  the system.",
      "min": 0,
      "definition": "A representation of the meaning of the code in the system, following the rules of the system.",
      "short": "Representation defined by the system",
      "mapping": [ {
        "map": "C*E.2 - but note this is not well followed",
        "identity": "v2"
      }, {
        "map": "CV.displayName",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.display",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.display"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.coding.userSelected",
      "requirements": "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.",
      "min": 0,
      "definition": "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).",
      "short": "If this coding was chosen directly by the user",
      "mapping": [ {
        "map": "Sometimes implied by being first",
        "identity": "v2"
      }, {
        "map": "CD.codingRationale",
        "identity": "rim"
      }, {
        "map": "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [     fhir:source \"true\";     fhir:target dt:CDCoding.codingRationale\\#O   ]",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.coding:SpecialtyAGB.userSelected",
      "comment": "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Coding.userSelected"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.specialty.text",
      "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
      "min": 0,
      "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
      "short": "Plain text representation of the concept",
      "mapping": [ {
        "map": "C*E.9. But note many systems use C*E.2 for this",
        "identity": "v2"
      }, {
        "map": "./originalText[mediaType/code=\"text/plain\"]/data",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "PractitionerRole.specialty.text",
      "comment": "Very often the text is the same as a displayName of one of the codings.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CodeableConcept.text"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.location",
      "min": 0,
      "definition": "The location(s) at which this practitioner provides care.",
      "short": "The location(s) at which this practitioner provides care",
      "mapping": [ {
        "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)
However these are accessed via the Site.ServiceSite.ServiceSiteProvider record. (The Site has the location)", "identity": "servd" }, { "map": "where", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location" } ], "max": "*", "id": "PractitionerRole.location", "base": { "max": "*", "min": 0, "path": "PractitionerRole.location" }, "isSummary": true }, { "path": "PractitionerRole.healthcareService", "min": 0, "definition": "The list of healthcare services that this worker provides for this role's Organization/Location(s).", "short": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", "mapping": [ { "map": "EDU-2 / AFF-3", "identity": "v2" }, { "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService" } ], "max": "*", "id": "PractitionerRole.healthcareService", "base": { "max": "*", "min": 0, "path": "PractitionerRole.healthcareService" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" }, { "key": "cpt-2", "human": "A system is required if a value is provided.", "xpath": "not(exists(f:value)) or exists(f:system)", "source": "http://hl7.org/fhir/StructureDefinition/ContactPoint", "severity": "error", "expression": "value.empty() or system.exists()" } ], "path": "PractitionerRole.telecom", "requirements": "Often practitioners have a dedicated line for each location (or service) that they work at, and need to be able to define separate contact details for each of these.", "min": 0, "definition": "Contact information includes a person's telephone numbers and email addresses. This datatype defines a common basis for expressing all contact information around the world, but adds extensions to express Dutch contacts specifically, according to the HCIM ContactInformation (v1.0, 2017). A Dutch ContactPoint still is a proper FHIR ContactPoint, which means that systems that cannot interpret the extensions will still be able to render and work with this datatype. The table below explains how the HCIM concepts are mapped to the various FHIR elements. The HCIM code itself should also be included using the TelecomType extension.\r\n\r\n| HCIM | `.ext:TelecomType` | `.system` | `.use` |\r\n|----------------------------------------------------|:------------------:|:---------:|:--------:|\r\n| Primary Home Land Line | _LL_ | _phone_ | _home_ |\r\n| Temporary Land Line | _LL_ | _phone_ | _temp_ |\r\n| Primary Work Land Line | _LL_ | _phone_ | _work_ |\r\n| | | | |\r\n| Primary Home Fax | _FAX_ | _fax_ | _home_ |\r\n| Temporary Fax | _FAX_ | _fax_ | _temp_ |\r\n| Primary Work Fax | _FAX_ | _fax_ | _work_ |\r\n| | | | |\r\n| Primary Home Mobile Phone | _MC_ | _phone_ | _home_ |\r\n| Temporary Mobile Phone | _MC_ | _phone_ | _temp_ |\r\n| Primary Work Mobile Phone | _MC_ | _phone_ | _work_ |\r\n| | | | |\r\n| Primary Home Pager | _PG_ | _pager_ | _home_ |\r\n| Temporary Pager | _PG_ | _pager_ | _temp_ |\r\n| Primary Work Pager | _PG_ | _pager_ | _work_ |\r\n| | | | |\r\n| Private email address | | _email_ | _home_ |\r\n| Work email address | | _email_ | _work_ |\r\n| | | | |\r\n| Mobile phone number undetermined private/business | | _phone_ | _mobile_ |", "short": "ContactInformation", "mapping": [ { "map": "NL-CM:17.1.8", "comment": "TelephoneEmail", "identity": "hcim-healthprofessional-v1.2.1-2015EN" }, { "map": "NL-CM:17.1.8", "comment": "TelephoneEmail", "identity": "hcim-healthprofessional-v3.0-2016EN" }, { "map": "NL-CM:17.1.8", "comment": "ContactInformation", "identity": "hcim-healthprofessional-v3.2-2017EN" }, { "map": "NL-CM:0.1.5", "comment": "ContactInformation", "identity": "hcim-contactinformation-v2.0.1-2015EN" }, { "map": "NL-CM:0.1.5", "comment": "ContactInformation", "identity": "hcim-contactinformation-v3.0-2016EN" }, { "map": "NL-CM:20.6.1", "comment": "ContactInformation", "identity": "hcim-contactinformation-v1.0-2017EN" }, { "map": "n/a", "identity": "rim" }, { "map": "XTN", "identity": "v2" }, { "map": "TEL", "identity": "rim" }, { "map": "ContactPoint", "identity": "servd" } ], "type": [ { "code": "ContactPoint", "profile": "http://fhir.nl/fhir/StructureDefinition/nl-core-contactpoint" } ], "alias": [ "Contactgegevens" ], "max": "*", "id": "PractitionerRole.telecom", "condition": [ "ele-1" ], "example": [ { "label": "Mobile business phone number. Note: the mobile nature stems from the number being an 06-* number.", "valueContactPoint": { "use": "work", "value": "+31611234567", "system": "phone" } }, { "label": "Mobile phone number undetermined private/business. Note: the mobile nature stems from the number being an 06-* number.", "valueContactPoint": { "use": "mobile", "value": "+31611234567", "system": "phone" } }, { "label": "Primary Home Land Line", "valueContactPoint": { "use": "home", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "LL", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Land Line" } ] } } ] } }, { "label": "Temporary Land Line", "valueContactPoint": { "use": "temp", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "LL", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Land Line" } ] } } ] } }, { "label": "Primary Work Land Line", "valueContactPoint": { "use": "work", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "LL", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Land Line" } ] } } ] } }, { "label": "Primary Home Fax", "valueContactPoint": { "use": "home", "value": "...", "system": "fax", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "FAX", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Fax" } ] } } ] } }, { "label": "Temporary Fax", "valueContactPoint": { "use": "temp", "value": "...", "system": "fax", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "FAX", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Fax" } ] } } ] } }, { "label": "Primary Work Fax", "valueContactPoint": { "use": "work", "value": "...", "system": "fax", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "FAX", "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1", "display": "Fax" } ] } } ] } }, { "label": "Primary Home Mobile Phone", "valueContactPoint": { "use": "home", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "MC", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Mobile Phone" } ] } } ] } }, { "label": "Temporary Mobile Phone", "valueContactPoint": { "use": "temp", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "MC", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Mobile Phone" } ] } } ] } }, { "label": "Primary Work Mobile Phone", "valueContactPoint": { "use": "work", "value": "...", "system": "phone", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "MC", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Mobile Phone" } ] } } ] } }, { "label": "Primary Home Pager", "valueContactPoint": { "use": "home", "value": "...", "system": "pager", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "PG", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Pager" } ] } } ] } }, { "label": "Temporary Pager", "valueContactPoint": { "use": "temp", "value": "...", "system": "pager", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "PG", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Pager" } ] } } ] } }, { "label": "Primary Work Pager", "valueContactPoint": { "use": "work", "value": "...", "system": "pager", "extension": [ { "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType", "valueCodeableConcept": { "coding": [ { "code": "PG", "system": "http://hl7.org/fhir/v3/AddressUse", "display": "Pager" } ] } } ] } }, { "label": "Private email address", "valueContactPoint": { "use": "home", "value": "giesput@myweb.nl", "system": "email" } }, { "label": "Work email address", "valueContactPoint": { "use": "work", "value": "example@workplace.nl", "system": "email" } } ], "base": { "max": "*", "min": 0, "path": "PractitionerRole.telecom" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime", "min": 0, "definition": "A collection of times that the Service Site is available.", "short": "Times the Service Site is available", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PractitionerRole.availableTime", "comment": "More detailed availability information may be provided in associated Schedule/Slot resources.", "base": { "max": "*", "min": 0, "path": "PractitionerRole.availableTime" } }, { "path": "PractitionerRole.availableTime.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PractitionerRole.availableTime.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "PractitionerRole.availableTime.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PractitionerRole.availableTime.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "PractitionerRole.availableTime.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PractitionerRole.availableTime.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "PractitionerRole.availableTime.daysOfWeek", "min": 0, "definition": "Indicates which days of the week are available between the start and end Times.", "short": "mon | tue | wed | thu | fri | sat | sun", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "DaysOfWeek" } ], "description": "The days of the week.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/days-of-week" } }, "max": "*", "id": "PractitionerRole.availableTime.daysOfWeek", "base": { "max": "*", "min": 0, "path": "PractitionerRole.availableTime.daysOfWeek" } }, { "path": "PractitionerRole.availableTime.allDay", "min": 0, "definition": "Is this always available? (hence times are irrelevant) e.g. 24 hour service.", "short": "Always available? e.g. 24 hour service", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "PractitionerRole.availableTime.allDay", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.allDay" } }, { "path": "PractitionerRole.availableTime.availableStartTime", "min": 0, "definition": "The opening time of day. Note: If the AllDay flag is set, then this time is ignored.", "short": "Opening time of day (ignored if allDay = true)", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "time" } ], "max": "1", "id": "PractitionerRole.availableTime.availableStartTime", "comment": "The timezone is expected to be for where this HealthcareService is provided at.", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.availableStartTime" } }, { "path": "PractitionerRole.availableTime.availableEndTime", "min": 0, "definition": "The closing time of day. Note: If the AllDay flag is set, then this time is ignored.", "short": "Closing time of day (ignored if allDay = true)", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "time" } ], "max": "1", "id": "PractitionerRole.availableTime.availableEndTime", "comment": "The timezone is expected to be for where this HealthcareService is provided at.", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.availableEndTime" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "PractitionerRole.notAvailable", "min": 0, "definition": "The HealthcareService is not available during this period of time due to the provided reason.", "short": "Not available during this time due to provided reason", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PractitionerRole.notAvailable", "base": { "max": "*", "min": 0, "path": "PractitionerRole.notAvailable" } }, { "path": "PractitionerRole.notAvailable.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PractitionerRole.notAvailable.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "PractitionerRole.notAvailable.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PractitionerRole.notAvailable.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "PractitionerRole.notAvailable.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PractitionerRole.notAvailable.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "PractitionerRole.notAvailable.description", "min": 1, "definition": "The reason that can be presented to the user as to why this time is not available.", "short": "Reason presented to the user explaining why time not available", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PractitionerRole.notAvailable.description", "base": { "max": "1", "min": 1, "path": "PractitionerRole.notAvailable.description" } }, { "path": "PractitionerRole.notAvailable.during", "min": 0, "definition": "Service is not available (seasonally or for a public holiday) from this date.", "short": "Service not availablefrom this date", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PractitionerRole.notAvailable.during", "base": { "max": "1", "min": 0, "path": "PractitionerRole.notAvailable.during" } }, { "path": "PractitionerRole.availabilityExceptions", "min": 0, "definition": "A description of site availability exceptions, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as details in the available Times and not available Times.", "short": "Description of availability exceptions", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PractitionerRole.availabilityExceptions", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availabilityExceptions" } }, { "path": "PractitionerRole.endpoint", "requirements": "Organizations have multiple systems that provide various services and ,ay also be different for practitioners too.\r\rSo the endpoint satisfies the need to be able to define the technical connection details for how to connect to them, and for what purpose.", "min": 0, "definition": "Technical endpoints providing access to services operated for the practitioner with this role.", "short": "Technical endpoints providing access to services operated for the practitioner with this role", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint" } ], "max": "*", "id": "PractitionerRole.endpoint", "base": { "max": "*", "min": 0, "path": "PractitionerRole.endpoint" } } ] }, "status": "active", "id": "38ff7906-34b4-479e-a454-1b44f065066d", "kind": "resource", "url": "http://hl7.nl/fhir/zorgviewer/StructureDefinition/PractitionerRole", "version": "1.5.0", "differential": { "element": [ { "id": "PractitionerRole", "path": "PractitionerRole", "constraint": [ { "key": "zv-prr-1", "human": "PractitionerRole Specialty COD016 Vektiz AGB medische specialismen code SHOULD be present.", "xpath": "/f:identifier/f:system='urn:oid:2.16.840.1.113883.2.4.6.7'", "severity": "error", "expression": "identifier.where(system='urn:oid:2.16.840.1.113883.2.4.6.7')" } ] }, { "id": "PractitionerRole.code", "path": "PractitionerRole.code", "definition": "Zie [ConceptMap-epic-rolcode](ConceptMap-epic-rolcode.html)", "mustSupport": true }, { "id": "PractitionerRole.specialty.coding:SpecialtyAGB", "path": "PractitionerRole.specialty.coding", "sliceName": "SpecialtyAGB", "mustSupport": true } ] }, "contact": [ { "name": "RIVO-NN", "telecom": [ { "value": "https://rivo-noord.nl", "system": "url" } ] }, { "name": "HL7NL", "telecom": [ { "value": "https://hl7.nl", "system": "url" } ] } ], "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole" }