Skip to content

Commit

Permalink
textual changes, updated known-issues and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyKoo1 committed Oct 2, 2024
1 parent aedce51 commit 5669cec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions known-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ unmapped zib concepts:

issues should occur: false

zib-HealthcareProvider:
ignored issues:
Location.address:
- message: "Constraint failed: sd-pg-02: 'If mapping.map exists and the mapping is not implicit, short should exist'"
reason: The required short description is given by the datatype profile, so it is absent from the differential.
- message: "Constraint failed: sd-pg-04: 'If mapping.map exists and the mapping is not implicit, alias should exist.'"
reason: The required alias is given by the datatype profile, so it is absent from the differential.
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Nictiz-R4-Zib2024 Release Notes

## HealthcareProvider
### zib-HealthcareProvider-Organisation
* `.type:organizationType` ; terminology ; Changed codes in OrganisatieTypeCodelijst; ZIB-1559, ZIB-1927
* `type:departmentSpecialty` ; terminology ; Changed codes in DepartmentSpecialtyCodelist; ZIB-1665
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<path value="Organization.type" />
<sliceName value="departmentSpecialty" />
<short value="DepartmentSpecialty" />
<definition value="The specialty of the healthcare provider’s department. The departmental specialty can be filled in if further indication of the healthcare provider is needed. This refers to the recognized medical specialties as stated in the BIG Act." />
<definition value="The specialty of the healthcare provider’s department. The departmental specialty can be filled in if further indication of the healthcare provider is needed." />
<alias value="AfdelingSpecialisme" />
<max value="1" />
<binding>
Expand Down
2 changes: 2 additions & 0 deletions zib/StructureDefinitions/zib-HealthcareProvider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@
</element>
<element id="Location.address">
<path value="Location.address" />
<short value="AddressInformation" />
<definition value="The physical address of the healthcare provider’s location." />
<comment value="The cardinality mismatch with the zib (`0..1` versus `0..*`) is explained by the restriction of FHIR to limit the `Location.address` to a physical address while the zib allows for other types of addresses (e.g. a postal address). Other types of addresses than a physical address are given in `Organization.address` which is referenced by `Location.managingOrganization`." />
<alias value="Adresgegevens" />
<type>
<code value="Address" />
<profile value="http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation" />

Check notice on line 105 in zib/StructureDefinitions/zib-HealthcareProvider.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[5].type[0].profile[0])
Expand Down

0 comments on commit 5669cec

Please sign in to comment.