org.hl7.fhir.core/RELEASE_NOTES.md
2023-03-13 14:47:41 +11:00

451 B

Validator Changes

  • 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

  • Parse status when parsing FML metadata
  • Fix NPE in FHIRPath resolve() for contained resources (discussion)