forked from hapifhir/org.hl7.fhir.core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Grahame Grieve
committed
Jan 6, 2024
1 parent
85435f3
commit 83bed29
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
## Validator Changes | ||
|
||
* no changes | ||
* Major rework of tx and validation test cases associated with reworking terminology / validator interface and ongoing testing + reconciliation with Ontoserver | ||
major upgrade to validation - use terminology server to perform more logic, and standardise interface based on agreements with Vocab & Ontoserver | ||
* Improve slicing error message | ||
* Add warning to user when referencing an extension that doesn't exist in FHIRPath | ||
* Fix bugs in FHIRPath implementation of split() and join() | ||
* Fix bug handling null objects in JSON (R5) | ||
* Fix for missing search parameter definition in R4 | ||
* fix bug handling XML name extension | ||
|
||
## Other code changes | ||
|
||
* no changes | ||
* Properly populate property definitions in expansions | ||
* Add CVX Importer | ||
* R6 release support | ||
* IPS tool development | ||
* Improved errors publishing IGs |