FHIR Chat · indented block not working? · shorthand

Stream: shorthand

Topic: indented block not working?


view this post on Zulip Jose Costa Teixeira (Sep 06 2021 at 19:42):

Why is this

* item[=].extension[+].url = "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs"
* item[=].extension[=].valueInteger = 2

not working, but this is ?

* item[=]
  * extension[+].url = "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs"
  * extension[=].valueInteger = 2

view this post on Zulip Chris Moesel (Sep 07 2021 at 12:04):

@Jose Costa Teixeira - what version of SUSHI are you using? I think this was fixed in 2.0.1.

view this post on Zulip Jose Costa Teixeira (Sep 07 2021 at 13:10):

ah right. This was fshonline

view this post on Zulip Jose Costa Teixeira (Sep 07 2021 at 13:13):

...and it's fixed

view this post on Zulip Jose Costa Teixeira (Sep 07 2021 at 13:14):

I did not look at the versions, I thought fshonline would always be on the latest

view this post on Zulip Jose Costa Teixeira (Sep 07 2021 at 13:14):

Thanks!

view this post on Zulip Chris Moesel (Sep 07 2021 at 13:14):

Yeah, we need to get FSH-O onto 2.0.1. Sorry about that.

view this post on Zulip Jose Costa Teixeira (Sep 07 2021 at 13:14):

btw, the CI-build is also using 2.0.1?


Last updated: Apr 12 2022 at 19:14 UTC