2023-03-01 19:09:18 -05:00
|
|
|
## Major change:
|
|
|
|
|
|
|
|
* New R5 release - rebuild R5 implementation, update a lot of related code
|
|
|
|
|
2022-02-03 16:35:26 -05:00
|
|
|
## Validator Changes
|
|
|
|
|
2023-03-01 19:09:18 -05:00
|
|
|
* Load separate R5 extensions package
|
|
|
|
* Load FML directly, and validate mapping as much as possible
|
2022-02-03 16:35:26 -05:00
|
|
|
|
|
|
|
## Other code changes
|
|
|
|
|
2023-03-01 19:09:18 -05:00
|
|
|
* Fix bugs in Java R5 code generator
|
|
|
|
* Add more control at the code level over how to handle unknown profiles when generating snapshots
|
|
|
|
* Rework ConceptMap for major R5 changes
|
|
|
|
* Fix bug in CommaGeneratedStringBuilder (calling toString() multiple times duplicated content)
|
|
|
|
* handle case [reference].where(resolve() is X) when analysing types+elements in FHIRPath statements
|