Stream: fhirpath
Topic: if
Grahame Grieve (Jan 28 2019 at 01:39):
GF#20307 - I would think that it would be better to specify that iif() is short circuit evaluation. Not sure what the syntax would be otherwise. Whatever, we need to clean up the mystifying comment on iif()
Bryn Rhodes (Jan 29 2019 at 02:50):
I was thinking of an "if" expression in the language:
'if' expression 'then' expression 'else' expression
That way it can be parser-recognized
Bryn Rhodes (Jan 29 2019 at 02:54):
But I've proposed a disposition based on your suggestion: GF#20307
Last updated: Apr 12 2022 at 19:14 UTC