release notes
This commit is contained in:
parent
fbfd81532d
commit
ded7bc0ffd
|
@ -1,18 +1,13 @@
|
||||||
## Validator Changes
|
## Validator Changes
|
||||||
|
|
||||||
* Fix expression for con-3 properly (fix validation problem on some condition resources)
|
* Validate of experimental property on bindings
|
||||||
* Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
|
* Add -no-experimental-content flag
|
||||||
* FHIRPath: Allow _ in constant names (per FHIRPath spec)
|
* Allow JSON named extensions to be structure types other than logical
|
||||||
* Fix value set rendering creating wrong references
|
* Process relative URLs properly in base when generating snapshots
|
||||||
* Fix bug processing value set includes / excludes that are just value sets (no system value)
|
|
||||||
* Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors
|
|
||||||
* Improve message for when elements are out of order in profile differentials
|
|
||||||
|
|
||||||
|
|
||||||
## Other code changes
|
## Other code changes
|
||||||
|
|
||||||
* fix problem where profile rendering had spurious 'slices for' nodes everywhere
|
* Fix rendering path for value set references for kindling
|
||||||
* Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository
|
* refactor error handling in ProfileUtilities
|
||||||
* Fix problem generating value set spreadsheets
|
* Fix for NPE processing packages
|
||||||
* fix concurrent modification error processing language translations
|
|
||||||
* Check for null fetcher processing ConceptMaps (#1728)
|
|
||||||
|
|
Loading…
Reference in New Issue