mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
451 B
451 B
Validator Changes
- Add format codes
md
andurl
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
- Parse status when parsing FML metadata
- Fix NPE in FHIRPath resolve() for contained resources (discussion)