mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
20 lines
795 B
Markdown
20 lines
795 B
Markdown
## Validator Changes
|
|
|
|
* Snapshot Generation Changes:
|
|
** Check for slicenames without any slicing
|
|
** Check that slice names are unique
|
|
** 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
|
|
* Handle sub-slicing case where slice matches both the slice definition and the sub-slice definition
|
|
|
|
## Other code changes
|
|
|
|
* Add support for R4B to loader
|
|
* Change type if cache-id parameter
|
|
* Change snapshot generation to not update documentation from profile for elements with profiled types that are not extensions
|
|
* Add support for TestPlan and SubscriptionTopic in R4 IGs
|
|
|
|
|