Skip to content

Commit

Permalink
updated release notes, changed binding strength
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyKoo1 committed Dec 16, 2024
1 parent e55b507 commit b5d4d88
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
41 changes: 22 additions & 19 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,34 @@

## LaboratoryTestResult
### zib-LaboratoryTestResult
* `Observation` ; textual ; Removed guidance for InterpretationMethod ; ZIB-1292
* `Observation` ; textual ; Removed guidance for Requester ; ZIB-1269
* `.method` ; terminology ; Binding strength changed from Required to Extensible and changed codes in TestMethodCodelist ; ZIB-1958
* `.value[x]` ; terminology ; Added valueset TestResultCodelist ; ZIB-1442, ZIB-1293, ZIB-1274
* `.interpretation:resultFlags` ; cardinality ; Changed max cardinality from * to 1 ; ZIB-1072
* `Observation` ; textual ; Removed guidance for InterpretationMethod. ; ZIB-1292
* `Observation` ; textual ; Removed guidance for Requester. ; ZIB-1269
* `.method` ; terminology ; Binding strength changed from Required to Extensible and changed codes in TestMethodCodelist. ; ZIB-1958
* `.value[x]` ; terminology ; Removed TestResultCodelist. ; ZIB-2568
* `.value[x]:valueString` ; slicing ; Added Testresult to a slice. ; ZIB-2568
* `.value[x]:valueQuantity` ; slicing ; Added Testresult to a slice. ; ZIB-2568
* `.value[x]:valueCodeableConcept` ; slicing ; Added Testresult to a slice. ; ZIB-2568
* `.value[x]:valueCodeableConcept` ; terminology ; Added TestResultCodelist with Extensible binding. ; ZIB-2568
* `.interpretation:resultFlags` ; cardinality ; Changed max cardinality from * to 1. ; ZIB-1072

### nl-core-LaboratoryTestResult
* `.identfier` ; mapping ; Removed mapping of LaboratoriumUitslagIdentificatie and TestIdentificatie ; ZIBFHIR-152
* `.extension:edifactReferenceNumber` ; extension ; Removed ext-EdifactReferenceNumber ; ZIBFHIR-152
* `.extension:copyIndicator` ; extension ; Removed ext-copyIndicator ; ZIBFHIR-152

* `.identfier` ; mapping ; Removed mapping of LaboratoriumUitslagIdentificatie and TestIdentificatie. ; ZIBFHIR-152
* `.extension:edifactReferenceNumber` ; extension ; Removed ext-EdifactReferenceNumber. ; ZIBFHIR-152
* `.extension:copyIndicator` ; extension ; Removed ext-copyIndicator. ; ZIBFHIR-152

### zib-LaboratoryTestResult.Specimen, nl-core-LaboratoryTestResult.Specimen
* `.collection.collected[x]:collectedDateTime` ; mapping ; Removed mapping of CollectionDateTime ; ZIB-2239
* `.collection.collected[x]:collectedPeriod` ; mapping ; Removed mapping of CollectionPeriod ; ZIB-2239
* `.collection.duration` ; mapping ; Removed mapping of CollectionPeriod ; ZIB-2239
* `.collection.quantity` ; mapping ; Removed mapping of CollectedVolume ; ZIB-2239
* `.collection.method` ; mapping ; Removed mapping of CollectionMethod ; ZIB-2239
* `.collection.bodySite.extension:laterality` ; extension ; Removed ExtAnatomicalLocationLaterality ; ZIBFHIR-113
* `.collection.bodySite.extension:morphology` ; extension ; Replaced ExtLaboratoryTestResultSpecimenMorphology with BodyStructureReference for Morphology ; ZIBFHIR-113
* `.collection.bodySite.extension:morphology` ; mapping ; Moved mapping of Morphology to `BodyStructure.morphology` ; ZIBFHIR-113
* `.receivedTime` ; mapping ; Removed mapping of ReceivedDateTime ; ZIB-2239
* `.collection.collected[x]:collectedDateTime` ; mapping ; Removed mapping of CollectionDateTime. ; ZIB-2239
* `.collection.collected[x]:collectedPeriod` ; mapping ; Removed mapping of CollectionPeriod. ; ZIB-2239
* `.collection.duration` ; mapping ; Removed mapping of CollectionPeriod. ; ZIB-2239
* `.collection.quantity` ; mapping ; Removed mapping of CollectedVolume. ; ZIB-2239
* `.collection.method` ; mapping ; Removed mapping of CollectionMethod. ; ZIB-2239
* `.collection.bodySite.extension:laterality` ; extension ; Removed ExtAnatomicalLocationLaterality. ; ZIBFHIR-113
* `.collection.bodySite.extension:morphology` ; extension ; Replaced ExtLaboratoryTestResultSpecimenMorphology with BodyStructureReference for Morphology. ; ZIBFHIR-113
* `.collection.bodySite.extension:morphology` ; mapping ; Moved mapping of Morphology to `BodyStructure.morphology`. ; ZIBFHIR-113
* `.receivedTime` ; mapping ; Removed mapping of ReceivedDateTime. ; ZIB-2239

### zib-LaboratoryTestResult.Specimen-BodyStructure, nl-core-LaboratoryTestResult.Specimen-BodyStructure
* New profile that maps morphology to a native FHIR element inside the BodyStructure resource instead of a custom extension ; ZIBFHIR-113
* New profile that maps morphology to a native FHIR element inside the BodyStructure resource instead of a custom extension. ; ZIBFHIR-113

## NameInformation
### zib-NameInformation
Expand Down
2 changes: 1 addition & 1 deletion zib/StructureDefinitions/zib-LaboratoryTestResult.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<code value="CodeableConcept" />
</type>
<binding>
<strength value="required" />
<strength value="extensible" />
<valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.17--20240415000000" />
</binding>
</element>
Expand Down

0 comments on commit b5d4d88

Please sign in to comment.