Skip to content

1.6.23

Compare
Choose a tag to compare
@markiantorno markiantorno released this 09 Sep 19:40
· 296 commits to master since this release
  • Translations: fix concurrent modification error processing language translations
  • Translations: Move translation files to /translations from /temp/lang
  • Validator: Fix expression for con-3 properly (fix validation problem on some condition resources)
  • Validator: Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
  • Validator: Fix value set rendering creating wrong references
  • Validator: Fix bug processing value set includes / excludes that are just value sets (no system value)
  • Validator: Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Dont.20error.20when.20you.20cant.20find.20code.20system and implement unknown-codesystems-cause-errors
  • Validator: Improve message for when elements are out of order in profile differentials
  • Renderer: FHIRPath: Allow _ in constant names (per FHIRPath spec)
  • Renderer: Fix problem where profile rendering had spurious slices for nodes everywhere
  • Renderer: Check for null fetcher processing ConceptMaps (#1728)
  • Renderer: Fix problem generating value set spreadsheets
  • SQL: Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository