Stream: fhirpath
Topic: Parse entire expression with fhirpath
Yury Sedinkin (Mar 16 2021 at 18:38):
To have the parser generated by antlr check the entire expression, we could add the following rule to the grammar (http://hl7.org/fhirpath/N1/grammar.html):
entireExpression
: expression EOF
;
See explanation here: https://stackoverflow.com/a/17847089
Bryn Rhodes (Mar 16 2021 at 18:45):
Good suggestion, @Yury Sedinkin , thank you! (submitted a tracker here)
Last updated: Apr 12 2022 at 19:14 UTC