mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-10 06:44:44 +00:00
17 lines
608 B
Markdown
17 lines
608 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
|
|
|