MayJuun / fhir

A Dart/Flutter package for working with FHIR resources.
MIT License
41 stars 29 forks source link

Pre-parse AST for performance #30

Closed tiloc closed 2 years ago

tiloc commented 2 years ago

Allow separate parsing and execution to gain performance when one FHIRPath is to be executed many times on different input data (e.g. SDC calculatedExpression).