org.hl7.fhir.core/RELEASE_NOTES.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

## Validator Changes
2024-01-06 05:53:18 -05:00
* Major rework of tx and validation test cases associated with reworking terminology / validator interface and ongoing testing + reconciliation with Ontoserver
major upgrade to validation - use terminology server to perform more logic, and standardise interface based on agreements with Vocab & Ontoserver
* Improve slicing error message
* Add warning to user when referencing an extension that doesn't exist in FHIRPath
* Fix bugs in FHIRPath implementation of split() and join()
* Fix bug handling null objects in JSON (R5)
* Fix for missing search parameter definition in R4
* fix bug handling XML name extension
2024-01-09 15:08:20 -05:00
* Fix FHIRPath validation errors around use of %resource and %rootResource
2024-01-10 06:16:42 -05:00
* Correct validator enforcement of minValue for decimal and integer (#1538)
## Other code changes
2024-01-06 05:53:18 -05:00
* Properly populate property definitions in expansions
* Add CVX Importer
* R6 release support
* IPS tool development
* Improved errors publishing IGs
* Refactor Context to support multiple terminology services
2024-01-09 15:08:20 -05:00
* change type of error when value set circularity found
* Track generated side files when rendering resources
2024-01-10 14:21:12 -05:00
* Support for extended Unicode characters in XHTML / XML / JSON / Turtle