FHIR Chat · unable to combine flags on single line. · shorthand

Stream: shorthand

Topic: unable to combine flags on single line.


view this post on Zulip Eric Haas (Jun 25 2020 at 23:27):

can't combine flags on single line in version v0.13.2 like this

* type and actual MS

get error:

error no viable alternative at input '* type and'
  File: /Users/ehaas/Documents/FHIR/Sushi-Sandbox/fsh/my-profiles.fsh
  Line: 13
info  Preprocessed 2 documents with 3 aliases.
warn  Unsupported rule:
  File: /Users/ehaas/Documents/FHIR/Sushi-Sandbox/fsh/my-profiles.fsh
  Line: 13 - 12
warn  Unsupported rule: *typeandactualMS
  File: /Users/ehaas/Documents/FHIR/Sushi-Sandbox/fsh/my-profiles.fsh
  Line: 13

view this post on Zulip Chris Moesel (Jun 26 2020 at 01:20):

Oh man. You must have been reviewing some fresh documentation. The doc on build.fhir.org documents a few ballot-related changes that were just approved by vote on Monday but haven't yet been implemented in a SUSHI release... The keyword and (in this context) was one of those changes.

SUSHI currently follows the ballot version of FSH, in which you should use a , there instead:

* type, actual MS

Sorry about that. A new SUSHI release should be hitting the shelves soon! That release will support the new and old approach (but will issue a warning on uses of the old approach).


Last updated: Apr 12 2022 at 19:14 UTC