Skip to content

Commit

Permalink
removed redundant elements
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyKoo1 committed Oct 7, 2024
1 parent 1efa7c3 commit 3b821fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zib/StructureDefinitions/zib-HealthcareProvider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@
</element>
<element id="Location.address">

Check failure on line 97 in zib/StructureDefinitions/zib-HealthcareProvider.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Constraint failed: sd-pg-02: 'If mapping.map exists and the mapping is not implicit, short should exist' (defined in https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4) (at StructureDefinition.differential.element[5])

Check failure on line 97 in zib/StructureDefinitions/zib-HealthcareProvider.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Constraint failed: sd-pg-04: 'If mapping.map exists and the mapping is not implicit, alias should exist.' (defined in https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4) (at StructureDefinition.differential.element[5])

Check failure on line 97 in zib/StructureDefinitions/zib-HealthcareProvider.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: sd-pg-02: 'If mapping.map exists and the mapping is not implicit, short should exist' (defined in https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4) (at StructureDefinition.differential.element[5])

Check failure on line 97 in zib/StructureDefinitions/zib-HealthcareProvider.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: sd-pg-04: 'If mapping.map exists and the mapping is not implicit, alias should exist.' (defined in https://informatiestandaarden.nictiz.nl/wiki/FHIR:V1.0_FHIR_Profiling_Guidelines_R4) (at StructureDefinition.differential.element[5])
<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" />
Expand Down

0 comments on commit 3b821fd

Please sign in to comment.