FHIR Chat · Parse entire expression with fhirpath · fhirpath

Stream: fhirpath

Topic: Parse entire expression with fhirpath


view this post on Zulip 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

view this post on Zulip 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