FHIR Chat · Announcing SUSHI 0.7.0 · shorthand

Stream: shorthand

Topic: Announcing SUSHI 0.7.0


view this post on Zulip Chris Moesel (Feb 04 2020 at 21:43):

SUSHI 0.7.0 introduces the following features, enhancements, and bug fixes:

  • ValueSets and CodeSystems now support the caret (^) syntax for setting root-level metadata. E.g.,
ValueSet: FreshWaterValueSet
Description: "All fresh water fish"
* ^publisher = "Fish Brothers"
* ^status = #draft
* ^experimental = true
  • Applies pattern[x] constraints to generated instances (#160)
  • Suppresses inherited invariants from IG documentation (#117)
  • Fixes slice differentials to only specify what changed from the element that was sliced (#181)
  • Fixes processing of multi-line strings using """ (#80)
  • Fixes incorrect error message when package.json is corrupt (#177)

See: https://github.com/FHIR/sushi/releases/tag/v0.7.0


Last updated: Apr 12 2022 at 19:14 UTC