org.hl7.fhir.core/RELEASE_NOTES.md

9 lines
451 B
Markdown
Raw Normal View History

## Validator Changes
2023-03-12 23:47:41 -04:00
* Add format codes ```md``` and ```url``` to FHIRPath escape() and unescape()
* Add second parameter ```s_last``` to FHIRPath join() to use a different separator for the last time (e.g. ```.join(', ', 'and')```)
## Other code changes
2023-03-12 23:47:41 -04:00
* Parse status when parsing FML metadata
* Fix NPE in FHIRPath resolve() for contained resources ([discussion](https://chat.fhir.org/#narrow/stream/179167-hapi/topic/fix.20to.20FHIRPathEngine))