google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
151 stars 84 forks source link

First version of ViewApplicator #880

Closed bashir2 closed 10 months ago

bashir2 commented 10 months ago

Description of what I changed

This is the first step in implementing #821. This implements all aspects of select statements. Type checking and applying where and constant sections will be added in subsequent PRs.

E2E test

TESTED:

Added unit-tests covering various aspects of the new code.

Checklist: I completed these to help reviewers :)