-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bd4aa8
commit e407d49
Showing
4 changed files
with
529 additions
and
0 deletions.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
nl-core/StructureDefinitions/nl-core-HealthProfessional-Practitioner.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="nl-core-HealthProfessional-Practitioner" /> | ||
<text> | ||
<status value="empty"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> | ||
</text> | ||
<url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner" /> | ||
<name value="NlcoreHealthProfessionalPractitioner" /> | ||
<title value="nl core HealthProfessional Practitioner" /> | ||
<status value="draft" /> | ||
<publisher value="Nictiz" /> | ||
<contact> | ||
<name value="Nictiz" /> | ||
<telecom> | ||
<system value="url" /> | ||
<value value="https://www.nictiz.nl" /> | ||
<use value="work" /> | ||
</telecom> | ||
</contact> | ||
<description value="A health professional is a person who is authorized to perform actions in the field of individual healthcare." /> | ||
<purpose value="A derived profile from [zib-HealthProfessional-Practitioner](http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-Practitioner) 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." /> | ||
<copyright value="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." /> | ||
<fhirVersion value="4.0.1" /> | ||
<mapping> | ||
<identity value="zib-healthprofessional-v3.5-2020EN" /> | ||
<uri value="https://zibs.nl/wiki/HealthProfessional-v3.5(2020EN)" /> | ||
<name value="zib HealthProfessional-v3.5(2020EN)" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="zib-contactinformation-v1.2-2020EN" /> | ||
<uri value="https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)" /> | ||
<name value="zib ContactInformation-v1.2(2020EN)" /> | ||
</mapping> | ||
<kind value="resource" /> | ||
<abstract value="false" /> | ||
<type value="Practitioner" /> | ||
<baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-Practitioner" /> | ||
<derivation value="constraint" /> | ||
<differential> | ||
<element id="Practitioner"> | ||
<path value="Practitioner" /> | ||
<comment value="The zib HealthProfessional is mapped for all but one concept (HealthProfessionalRole) to this Practitioner profile and a profile on PractitionerRole (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole>). The PractitionerRole resource covers the recording of the location and types of services that HealthProfessionals are able to provide for a HealthcareProvider. The zib concepts Specialty and HealthcareProvider are therefore mapped onto PractitionerRole.

Although the zib concept name HealthProfessionalRole superficially seems to match the PractitionerRole resource, this is not the case based on the definition and values of that concept. In FHIR, the role that a HealthProfessional fulfills is captured as part of the clinical resource for that specific case, for example in the `Procedure.performer.role` element. This prevents the creation of duplicate HealthProfessional instances for each clinical situation where the HealthProfessional performs a different role in the process." /> | ||
<alias value="nl-core-HealthProfessional-Practitioner" /> | ||
</element> | ||
<element id="Practitioner.name:nameInformation"> | ||
<path value="Practitioner.name" /> | ||
<sliceName value="nameInformation" /> | ||
<type> | ||
<code value="HumanName" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-NameInformation" /> | ||
</type> | ||
</element> | ||
<element id="Practitioner.name:nameInformation-GivenName"> | ||
<path value="Practitioner.name" /> | ||
<sliceName value="nameInformation-GivenName" /> | ||
<type> | ||
<code value="HumanName" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-NameInformation.GivenName" /> | ||
</type> | ||
</element> | ||
<element id="Practitioner.telecom:telephoneNumbers"> | ||
<path value="Practitioner.telecom" /> | ||
<sliceName value="telephoneNumbers" /> | ||
<type> | ||
<code value="ContactPoint" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" /> | ||
</type> | ||
</element> | ||
<element id="Practitioner.telecom:emailAddresses"> | ||
<path value="Practitioner.telecom" /> | ||
<sliceName value="emailAddresses" /> | ||
<type> | ||
<code value="ContactPoint" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" /> | ||
</type> | ||
</element> | ||
<element id="Practitioner.address"> | ||
<path value="Practitioner.address" /> | ||
<type> | ||
<code value="Address" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation" /> | ||
</type> | ||
</element> | ||
</differential> | ||
</StructureDefinition> |
88 changes: 88 additions & 0 deletions
88
nl-core/StructureDefinitions/nl-core-HealthProfessional-PractitionerRole.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="nl-core-HealthProfessional-PractitionerRole" /> | ||
<text> | ||
<status value="empty"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div> | ||
</text> | ||
<url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole" /> | ||
<name value="NlcoreHealthProfessionalPractitionerRole" /> | ||
<title value="nl core HealthProfessional PractitionerRole" /> | ||
<status value="draft" /> | ||
<publisher value="Nictiz" /> | ||
<contact> | ||
<name value="Nictiz" /> | ||
<telecom> | ||
<system value="url" /> | ||
<value value="https://www.nictiz.nl" /> | ||
<use value="work" /> | ||
</telecom> | ||
</contact> | ||
<description value="A health professional is a person who is authorized to perform actions in the field of individual healthcare." /> | ||
<purpose value="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." /> | ||
<copyright value="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." /> | ||
<fhirVersion value="4.0.1" /> | ||
<mapping> | ||
<identity value="zib-healthprofessional-v3.5-2020EN" /> | ||
<uri value="https://zibs.nl/wiki/HealthProfessional-v3.5(2020EN)" /> | ||
<name value="zib HealthProfessional-v3.5(2020EN)" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="zib-contactinformation-v1.2-2020EN" /> | ||
<uri value="https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)" /> | ||
<name value="zib ContactInformation-v1.2(2020EN)" /> | ||
</mapping> | ||
<kind value="resource" /> | ||
<abstract value="false" /> | ||
<type value="PractitionerRole" /> | ||
<baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole" /> | ||
<derivation value="constraint" /> | ||
<differential> | ||
<element id="PractitionerRole"> | ||
<path value="PractitionerRole" /> | ||
<comment value="The zib HealthProfessional is mapped for all but one concept (HealthProfessionalRole) to a profile on Practitioner (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner>) and this PractitionerRole profile. The PractitionerRole resource covers the recording of the location and types of services that HealthProfessionals are able to provide for a HealthcareProvider. The zib concepts Specialty and HealthcareProvider are therefore mapped onto PractitionerRole.

Although the zib concept name HealthProfessionalRole superficially seems to match the PractitionerRole resource, this is not the case based on the definition and values of that concept. In FHIR, the role that a HealthProfessional fulfills is captured as part of the clinical resource for that specific case, for example in the `Procedure.performer.role` element. This prevents the creation of duplicate HealthProfessional instances for each clinical situation where the HealthProfessional performs a different role in the process." /> | ||
<alias value="nl-core-HealthProfessional-PractitionerRole" /> | ||
</element> | ||
<element id="PractitionerRole.practitioner"> | ||
<path value="PractitionerRole.practitioner" /> | ||
<type> | ||
<code value="Reference" /> | ||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> | ||
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner" /> | ||
</type> | ||
</element> | ||
<element id="PractitionerRole.organization"> | ||
<path value="PractitionerRole.organization" /> | ||
<comment value="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:
* 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).
* 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.

Therefore, 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`." /> | ||
<type> | ||
<code value="Reference" /> | ||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> | ||
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" /> | ||
</type> | ||
</element> | ||
<element id="PractitionerRole.location"> | ||
<path value="PractitionerRole.location" /> | ||
<type> | ||
<code value="Reference" /> | ||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" /> | ||
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider" /> | ||
</type> | ||
</element> | ||
<element id="PractitionerRole.telecom:telephoneNumbers"> | ||
<path value="PractitionerRole.telecom" /> | ||
<sliceName value="telephoneNumbers" /> | ||
<type> | ||
<code value="ContactPoint" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers" /> | ||
</type> | ||
</element> | ||
<element id="PractitionerRole.telecom:emailAddresses"> | ||
<path value="PractitionerRole.telecom" /> | ||
<sliceName value="emailAddresses" /> | ||
<type> | ||
<code value="ContactPoint" /> | ||
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses" /> | ||
</type> | ||
</element> | ||
</differential> | ||
</StructureDefinition> |
Oops, something went wrong.