org.hl7.fhir.core/RELEASE_NOTES.md

13 lines
530 B
Markdown
Raw Normal View History

## Validator Changes
* Fix issues with multiple terminology servers (should be live soon)
2024-01-17 05:07:15 -05:00
* Rework terminology system & cache to support new terminology server ecosystem
* Handle value set with exclusion filters when expanding
* Fix to consistent error messages when value sets can't be resolved
## Other code changes
2024-01-17 05:07:15 -05:00
* Fix bug processing empty structure maps
* Performance improvements to common IO routines, with test cases - see https://blog.qligier.ch/posts/2024-improving-perf-ig-publisher-io/ (thanks to Quentin Ligier)