org.hl7.fhir.core/RELEASE_NOTES.md

20 lines
795 B
Markdown
Raw Normal View History

## Validator Changes
2023-05-22 03:25:28 -04:00
* Snapshot Generation Changes:
** Check for slicenames without any slicing
2023-05-23 03:41:31 -04:00
** Check that slice names are unique
2023-05-22 03:25:28 -04:00
** Check for additional slicing rules in a set of slices
** Check that the minimum cardinality of a set of slices is correct
* Clean up duplicate errors when dates/dateTimes/instants have invalid formats
* Handle unknown code systems consistently when validating coded elements
2023-05-23 03:41:31 -04:00
* Handle sub-slicing case where slice matches both the slice definition and the sub-slice definition
## Other code changes
2023-05-22 03:25:28 -04:00
* Add support for R4B to loader
2023-05-23 03:41:31 -04:00
* Change type if cache-id parameter
2023-05-24 02:57:30 -04:00
* Change snapshot generation to not update documentation from profile for elements with profiled types that are not extensions
2023-05-24 07:55:47 -04:00
* Add support for TestPlan and SubscriptionTopic in R4 IGs
2023-05-23 03:41:31 -04:00
2023-05-23 16:16:18 -04:00