SUSHI 1.0.0 Beta 2 contains the following enhancements and bug fixes:
- Supports setting the resource description in the generated ImplementationGuide on conformance and terminology resources only (#629)
- Avoids generating a duplicate resource when a resource is provided in
inputand defined in FSH (#623) - Correctly extracts SUSHI configuration information from a provided ImplementationGuide resource (#635)
- Skips the processing of XML files that appear to be spreadsheets (#638)
- Fixes a bug where SUSHI specific comments were appended to input files (#626)
- Fixes a bug that allows uses the current working directory as the input directory if is not specified (#627)
- Resets the errors and warnings in between invocations of
fshToFhir(#625)
Full Documentation
For additional documentation, refer to FSH School's SUSHI 1.0 Beta documentation and/or the FSH specification.
Install or Update
To install or update to this beta version, run the following command:
$ npm install -g fsh-sushi@betaTo revert to a previous stable release, run a command like the following:
$ npm install -g fsh-sushi@0.16.0To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v