SUSHI 3.6.0
What's Changed
- Create index files for FSH-defined entities by @mint-thompson in #1377
- Unfold choice type slices when no unfolded elements match by @jafeltra in #1373
- CodeSystem implied values can only be extension URLs by @mint-thompson in #1374
- Update FPL dependency by @mint-thompson in #1376
- Handle recursive extension contexts by @cmoesel in #1378
- CaretValueRule codes are quoted if they contain spaces by @mint-thompson in #1382
- Value Set concept components have one code per line by @mint-thompson in #1381
- Improve IG exampleCanonical matching on versioned meta.profile for profiles that don't specify a version by @cmoesel in #1387
- Produce correct FSH for concept CaretValueRules on ValueSets by @mint-thompson in #1385
- Add Characteristics to Logical FSH representation by @mint-thompson in #1390
- Use rules for most Invariant keywords by @mint-thompson in #1397
New Feature: FSH index files
SUSHI will create two new files that contain the mappings between the input FSH definitions and output JSON files. The files are created in the fsh-generated
directory. One file is in a text format for ease of readability, and the other file is in JSON format for ease of processing.
Install or Update
SUSHI 3.6.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.6.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.5.0), 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.5.0...v3.6.0