FHIR Chat · SUSHI 2.0.0 Beta 1 · shorthand

Stream: shorthand

Topic: SUSHI 2.0.0 Beta 1


view this post on Zulip Chris Moesel (Jun 04 2021 at 19:25):

Announcing SUSHI 2.0.0-beta.1! This beta release introduces significant new features, bug fixes, and several breaking changes. New features include:

  • Rule indentation for succinct specification of subpaths
  • Logical models and custom resources
  • Hierarchical CodeSystems and concept-specific caret rules
  • Option to output preprocessed FSH
  • Extensions for representing elements from other versions of FHIR
  • Extension for profiling BackboneElements

Since this is a beta release, you must install it by specifying its version (otherwise NPM installs the latest stable release):

$ npm install -g fsh-sushi@2.0.0-beta.1

See the Release Notes for details on the new features, additional bug fixes, breaking changes, and instructions for using this beta release in the AutoBuild environment.

The SUSHI team would like to thank @Joe Paquette and athenahealth for implementing support for logical models and custom resources in in this release. Their quality contribution and teamwork has greatly improved SUSHI and allowed the SUSHI team to focus on many of the other proposed FSH STU2 features found in this release. Thank you, Joe and athenahealth!

view this post on Zulip Martin Höcker (Jun 04 2021 at 21:26):

This is absolutely amazing work --thank you so much for producing this fantastic tool!! I especially love the new support for logical model/custom resources and the support for concept-specific caret rules!

view this post on Zulip Chris Moesel (Jun 04 2021 at 22:26):

Thanks @Martin Höcker! The concept hierarchies and caret rules were so obvious. I can't believe we didn't do that in STU1! Then again, we had a lot to do in STU1 as it was, so glad we're fitting it into STU2!

view this post on Zulip Chris Moesel (Jun 05 2021 at 00:40):

I just noticed that some of the supporting documentation (in FSH School and current build of FSH spec) hadn't been fully deployed at the time I published the release notes. Sorry to anyone who eagerly jumped in and found broken links! It should be resolved now!


Last updated: Apr 12 2022 at 19:14 UTC