SUSHI 2.2.5 includes the following bug fixes and minor enhancements:
- Supports projects using FHIR version
5.0.0-snapshot1(#994, #995) (details below) - Fixes handling of elements w/ a slicename matching the element name (#993, #996)
FHIR 5.0.0-snapshot1
The latest R5 pre-release is version 5.0.0-snapshot. Projects that wish to use this version of FHIR can now specify it in their sushi-config.yaml file:
fhirVersion: 5.0.0-snapshot1NOTE: At the time of this release, the IG Publisher does not yet support FHIR 5.0.0-snapshot1. So while you can use it with SUSHI, you will not yet be able to fully build the IG using the FHIR IG Publisher. IG Publisher support for 5.0.0-snapshot1 is expected later today.
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 release, run a command like the following:
$ npm install -g fsh-sushi@2.2.3To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v