Skip to content

GoFSH 1.6.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 01 Jun 16:50
· 67 commits to master since this release
cc0c148

GoFSH 1.6.0 contains the following changes:

  • Improve support for FHIR R4B and FHIR R5 pre-releases (#180)
  • Allow users to indicate FHIR version via -u/--useFHIRVersion flag (details below) (#177)
  • Ignore ig-r4.json file since it duplicates original IG JSON file (#179)
  • Indicate that GoFSH supports FHIR Shorthand 2.0.0 (#174)
  • Update SUSHI dependency to SUSHI 2.5.0

Allow users to indicate FHIR version via -u/--useFHIRVersion flag

Typically, GoFSH will analyze the input sources to determine the FHIR version to use. In some cases, however, the sources do not provide enough information to determine the FHIR version. In these cases, authors can use the -u or --useFHIRVersion flag to indicate the version to use. For example:

gofsh /path/to/my/ig --useFHIRVersion 4.0.1

Install or Update

To install or update to the latest version, run the following command:

$ npm install -g gofsh

To revert to a previous release, run a command like the following:

$ npm install -g gofsh@1.5.0

Additional Documentation

For additional documentation, see FSH School.