Skip to content

Commit

Permalink
AddDataFrom Zib script executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin-nictiz committed Sep 11, 2024
1 parent 08cf3fb commit 08155a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions zib/StructureDefinitions/zib-HealthProfessional-Practitioner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<element id="Practitioner">
<path value="Practitioner" />
<short value="HealthProfessional" />
<definition value="A health professional is a person who is authorized to perform actions in the field of individual healthcare." />
<comment value="The zib HealthProfessional is mapped for all but one concept (HealthProfessionalRole) to this Practitioner profile and a profile on PractitionerRole (&lt;http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole&gt;). 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.&#xD;&#xA;&#xD;&#xA;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="Zorgverlener" />
<mapping>
Expand All @@ -58,7 +57,7 @@
<rules value="open" />
</slicing>
<short value="HealthProfessionalIdentificationNumber" />
<definition value="The healthcare provider identification number is a number that uniquely identifies the healthcare provider. &#xD;&#xA; &#xD;The following numbers are used in the Netherlands: &#xD;1. UZI Health Professionals. Identification of health professionals (people) in the Dutch healthcare industry. &#xD;2. VEKTIS AGB-Z. Identifies health professionals and healthcare organizations &#xD;3. BIG-ID. The ID of the health professional listed in the BIG Register. &#xD;&#xA; &#xD;This information is not readily available for foreign health professionals." />
<definition value="The health professional identification number is a number that uniquely identifies the health professional.The following numbers are used in the Netherlands: 1. UZI Health Professionals. Identification of health professionals (people) in the Dutch healthcare industry. 2. VEKTIS AGB-Z. Identifies health professionals and healthcare organizations 3. BIG-ID. The ID of the health professional listed in the BIG-Register. This information is not readily available for foreign health professionals." />
<alias value="ZorgverlenerIdentificatienummer" />
<mapping>
<identity value="zib-healthprofessional-v4.0-2024EN" />
Expand Down Expand Up @@ -97,7 +96,7 @@
<rules value="open" />
</slicing>
<short value="NameInformation" />
<definition value="Health professionals full name. If a health professional identification number is entered, it will be the name as listed in UZI, AGB or by the healthcare center." />
<definition value="Health professional's full name. If a health professional identification number is entered, it will be the name as listed in UZI, AGB or by the healthcare center." />
<alias value="Naamgegevens" />
<mapping>
<identity value="zib-healthprofessional-v4.0-2024EN" />
Expand Down Expand Up @@ -132,7 +131,7 @@
<rules value="open" />
</slicing>
<short value="ContactInformation" />
<definition value="Health professionals telephone number(s) or e-mail address(es)." />
<definition value="Health professional's telephone number(s) or e-mail address(es)." />
<comment value="The cardinality mismatch between the zib (`0..1`) and FHIR (`0..*`) is explained by the containers TelephoneNumbers (`0..*`) and EmailAddresses (`0..*`) inside the ContactInformation model. The FHIR datatype ContactPoint does not have these containers." />
<alias value="Contactgegevens" />
<mapping>
Expand Down Expand Up @@ -164,7 +163,9 @@
</element>
<element id="Practitioner.address">
<path value="Practitioner.address" />
<definition value="Health professional’s address information." />
<short value="AddressInformation" />
<definition value="Health professional's address information." />
<alias value="Adresgegevens" />
<type>
<code value="Address" />
<profile value="http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation" />

Check notice on line 171 in zib/StructureDefinitions/zib-HealthProfessional-Practitioner.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Canonical URL 'http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation' does not resolve (at StructureDefinition.differential.element[11].type[0].profile[0])
Expand All @@ -178,7 +179,7 @@
<element id="Practitioner.gender">
<path value="Practitioner.gender" />
<short value="Gender" />
<definition value="Patient’s administrative gender." />
<definition value="Health professional's administrative gender." />
<alias value="Geslacht" />
<binding>
<strength value="required" />
Expand Down

0 comments on commit 08155a6

Please sign in to comment.