SUSHI 3.12.0 contains several enhancements and bug fixes, the most notable of which is support for FHIR R6 ballot 2. To base an IG on FHIR R6 ballot 2, specify fhirVersion
as follows in your sushi-config.yaml
:
fhirVersion: 6.0.0-ballot2
What's Changed
Software Changes
- Allow 6.x versions of FHIR by @mint-thompson in #1517
- Allow ValueSet to reference contained inline CodeSystem by @mint-thompson in #1520
- Only return FshType id from rule value if the value is a string by @mint-thompson in #1524
- Improve handling of ValueSet with self-reference by @KaelynJefferson in #1503
- Fix FSH Finder URL for regression script by @cmoesel in #1523
Documentation Changes
- Replace MITRE in project statement "maintainers" section by @mint-thompson in #1507
- Link to Knowledge Sharing Sessions by @jafeltra in #1521
- Correct date in DEPENDENCY-NOTES.md by @cmoesel in #1506
Install or Update
SUSHI 3.12.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.12.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.11.1), run the following command:
$ npm install -g [email protected]
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
Full Changelog: v3.11.1...v3.12.0