pathling
pathling copied to clipboard
SQL on FHIR view layer - POC implementation
This issue represents the work to implement and validate the WIP spec for the SQL on FHIR view layer.
The spec is here: https://github.com/FHIR/sql-on-fhir-v2/blob/master/fhir_analytics_spec.md
Tasks remaining:
- [ ] Refactor implementation to use array representations
- [ ] Get all view tests passing, and complete test suite
- [ ] Implement extract operation on top of views
- [ ] Implement aggregate operation on top of views
- [ ] Update the full test suite and get it passing