Update RELEASE_NOTES.md

***NO_CI***
This commit is contained in:
dotasek 2023-10-04 18:44:01 -04:00 committed by GitHub
parent 752ab7a3d1
commit c8d9fcca25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,14 @@
## Validator Changes ## Validator Changes
* Allow programmatic access to validated fragments. * fix CDA parsing error for sdtc:raceCode
* Identify derived validated fragments. * fix xml output to deal with namespaces properly
* fix FHIRPath join implementation to make separator parameter optional
## Other code changes ## Other code changes
* no changes * Improve rendering for xml_no_order extension
* add command line demo app
* rework xig into 3 steps
* add userData to JSON element
* Initial SQL On FHIR implementation
* Add getDistalNames() to FHIRPath for SQL-on-FHIR support