SUSHI 2.1.0 includes the following enhancements and bug fixes:
- Automatically populate
urlelement onUsage: #definitionInstances (#908, #791) - Warn when a concept is included in a ValueSet more than once (#913, #832)
Support case-insensitive package names (#912, #800)Reverted in 2.1.1 as this causes failures in the IG Publisher auto-build process- Display source information when warning about ValueSet filter operand types (#922, #910)
- Support finding
Usage: #definitionInstances withInstanceOf: CodeSystemwhen resolving codes in FSH (#920, #801) - Replace errors related to slice cardinality being greater than cardinality of the sliced element with a warning (#926, #918)
- Fix bug with validation of choice slices when validating cardinality of Instance elements (#916, #911)
- Update vulnerable dependencies (#917)
Full Documentation
For additional documentation, refer to FSH School's SUSHI documentation, the FSH STU1 specification, and/or the FSH current build specification.
Install or Update
To install or update to this release, run the following command:
$ npm install -g fsh-sushiTo revert to a previous stable release, run a command like the following:
$ npm install -g fsh-sushi@2.0.1To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v