FHIR Chat · Harmonize delimited identifiers with FHIRPath · mapping-framework

Stream: mapping-framework

Topic: Harmonize delimited identifiers with FHIRPath


view this post on Zulip Alexander Zautke (Dec 03 2019 at 20:12):

Currently the mapping language defines that it's possible to create a delimited identifier using backticks or double quotes, whereas FHIRPath as far as I understand only allows backticks. For the .NET implementation, we would be in favour of harmonizing both approaches as closely as possible (we try share most of the parser code between FHIRPath and the mapping language). Would there anyone else be in favour of removing double quotes for delimited identifiers?

view this post on Zulip Bryn Rhodes (Dec 05 2019 at 04:17):

I would second that notion, yes. They were removed from FHIRPath because they were so easily confused with string literals, which led to hard to understand parser errors. Disallowing them prevents that mistake from getting past the lexer.

view this post on Zulip Alexander Zautke (Dec 09 2019 at 10:53):

See FHIR-25286


Last updated: Apr 12 2022 at 19:14 UTC