npm fsh-sushi 3.3.0
SUSHI 3.3.0

latest releases: 3.18.1, 3.18.0, 3.17.0...
2 years ago

SUSHI 3.3.0 is the first release to fully support all of the trial-use features introduced in the FHIR Shorthand 3.0 Ballot Specification.

What's Changed

Full Changelog: v3.2.0...v3.3.0

Allow caret and insert rules to be applied to concepts within a ValueSet

Authors can now set the underlying metadata of concepts in a ValueSet using caret rules. This works in a similar way as setting metadata on concepts in CodeSystems and is primarily used to set concept designation properties.

For example, to specify a designation for the fully specified name of the included concept $SCT#84162001 using indented rules:

* $SCT#84162001  "Cold"
  * ^designation[0].use = $SCT#900000000000003001 "Fully specified name"
  * ^designation[0].value = "Cold sensation quality (qualifier value)"

Or, if you prefer, you may repeat the code on each caret assignment:

* $SCT#84162001  "Cold"
* $SCT#84162001 ^designation[0].use = $SCT#900000000000003001 "Fully specified name"
* $SCT#84162001 ^designation[0].value = "Cold sensation quality (qualifier value)"

For more information and examples, see the trial-use Concept Metadata documentation in the FSH 3.0.0 Ballot Specification.

Install or Update

SUSHI 3.3.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.3.0, run the following command:

$ npm install -g fsh-sushi

To revert to the previous SUSHI stable release (3.2.0), run the following command:

$ npm install -g fsh-sushi@3.2.0

To check or confirm what version of SUSHI you have installed, you can run the following command:

$ sushi -v

Don't miss a new fsh-sushi release

NewReleases is sending notifications on new releases.