org.hl7.fhir.core/RELEASE_NOTES.md

18 lines
628 B
Markdown
Raw Normal View History

## Validator Changes
2023-05-10 00:18:59 -04:00
* Fix NPE validating StructureMap
* Improve error message about uri values
* Fix for wrong display when server returns error
* Slight improvement in performance
* Fix FHIRPath split function (parameter is not regex)
## Other code changes
2023-05-10 00:18:59 -04:00
* Support for NamingSystem conversion of url, version, and title (for THO)
* Update Conversion package docs (#1257) …
* Return codeableConcept from validate-code
* Refactor: Resource Root Elements Conversion
* Minor fixes for R5 redirector
* Fix bug handling filter, and refactor terminology code
* Fix for dstu2016may Resource equals methods (#1251) + Tests a