pathling icon indicating copy to clipboard operation
pathling copied to clipboard

SQL on FHIR view runner

Open piotrszul opened this issue 1 year ago • 1 comments

This pull request adds the ability to execute SQL on FHIR view definitions against data sources within the library API.

It also includes a comprehensive refactoring that integrates this new functionality with the rest of the code base and makes some changes that will improve performance across all of the different FHIRPath query operations.

Resolves #1438 and #1759.

piotrszul avatar Jan 16 '24 07:01 piotrszul

We need to make a corresponding change on this branch for c6b06e778944f209fde46f6a8250ebda3104f98b, so that we can properly handle the encoding of arrays of complex elements as null.

johngrimes avatar Jul 08 '24 23:07 johngrimes