Skip to content

Commit

Permalink
Merge branch 'zib-AnatomicalLocation' into zib-LaboratoryTestResult
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdonToonstra committed Dec 26, 2024
2 parents 6f11eac + eb8f2ef commit a80f96b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<purpose value="A derived profile from [zib-AnatomicalLocation-BodyStructure](http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation-BodyStructure) 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-anatomicallocation-v1.0.3-2024EN" />
<uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" />
<name value="zib AnatomicalLocation-v1.0.3(2024EN)" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="BodyStructure" />
Expand All @@ -28,7 +33,7 @@
<differential>
<element id="BodyStructure">
<path value="BodyStructure" />
<definition value="Zib AnatomicalLocation is mapped to both a profile on CodeableConcept (&lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation&gt;) and this BodyStructure profile. &#xA;&#xA;When it is required to convey a discrete Laterality (NL-CM:20.7.3) next to (or in absence of) the Location (NL-CM:20.7.4), this BodyStructure profile should be used and referenced from the relevant resource. In cases where Laterality is either unnecessary or embedded within the location code itself, it can be conveyed directly in the relevant resource.&#xD;&#xA;&#xD;&#xA;**Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." />
<definition value="AnatomicalLocation is mapped to both a profile on CodeableConcept (&lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation&gt;) and this BodyStructure profile. &#xA;&#xA;When it is required to convey a discrete Laterality (NL-CM:20.7.3) next to (or in absence of) the Location (NL-CM:20.7.4), this BodyStructure profile should be used and referenced from the relevant resource. In cases where Laterality is either unnecessary or embedded within the location code itself, it can be conveyed directly in the relevant resource.&#xD;&#xA;&#xD;&#xA;**Note:** Receiving systems must support both the BodyStructure resource and the CodeableConcept in host resources, as either mechanism may be employed. Providing systems can select the appropriate mechanism based on their data requirements." />
<alias value="nl-core-AnatomicalLocation-BodyStructure" />
</element>
</differential>
Expand Down
5 changes: 5 additions & 0 deletions nl-core/StructureDefinitions/nl-core-AnatomicalLocation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<purpose value="A derived profile from [zib-AnatomicalLocation](http://nictiz.nl/fhir/StructureDefinition/zib-AnatomicalLocation) 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.&#xD;&#xA;&#xD;&#xA;Profilers can use this profile in places where AnatomicalLocation is instantiated. In addition to using this profile, the binding should be set to ValueSet &quot;LocatieCodelijsten&quot; (&lt;http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20240415000000&gt;) with a binding strength of _extensible_. The binding strength differs from the zib's original binding strength of _required_ to support the use of the BodyStructure reference extension as an alternative to a coded value." />
<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-anatomicallocation-v1.0.3-2024EN" />
<uri value="https://zibs.nl/wiki/AnatomicalLocation-v1.0.3(2024EN)" />
<name value="zib AnatomicalLocation-v1.0.3(2024EN)" />
</mapping>
<kind value="complex-type" />
<abstract value="false" />
<type value="CodeableConcept" />
Expand Down
8 changes: 4 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
* `.line.extension:houseNumberIndication.value[x]` ; constraint ; Removed houseNumberIndication for HouseNumberIndication. ; ZIB-2218
* `.country.extension:countryCode.value[x]` ; terminology ; Changed codes in LandCodelijsten (LandGBACodelijst and LandISOCodelijst). ; ZIB-2218

## BodyHeight (zib-BodyHeight, nl-core-BodyHeight)
* `.value[x]` ; textual ; Changed definition of HeightValue. ; ZIB-1887
* `.value[x]` ; textual ; Added guidance for HeightValue. ; ZIB-1887

## AnatomicalLocation
### zib-AnatomicalLocation, nl-core-AnatomicalLocation
* `CodeableConcept` ; textual ; Refined guidance for Location and Laterality ; ZIBFHIR-113
Expand All @@ -50,6 +46,10 @@
### zib-AnatomicalLocation-BodyStructure, nl-core-AnatomicalLocation-BodyStructure
* New profile that maps Laterality to a native FHIR element inside the BodyStructure resource instead of a custom extension. ; ZIBFHIR-113

## BodyHeight (zib-BodyHeight, nl-core-BodyHeight)
* `.value[x]` ; textual ; Changed definition of HeightValue. ; ZIB-1887
* `.value[x]` ; textual ; Added guidance for HeightValue. ; ZIB-1887

## ContactInformation
### zib-ContactInformation-TelephoneNumbers, nl-core-ContactInformation-TelephoneNumbers
* `ContactPoint` ; textual ; Added guidance for NumberType. ; ZIB-1652
Expand Down

0 comments on commit a80f96b

Please sign in to comment.