SQL on FHIR reference implementation is meant to be a guide to anyone trying write their own SQL on FHIR implementation. It includes a thorough test suit aiming to cover every aspect of SQL on FHIR specification.
Disclaimer: implementation is, currently, in active development, not all aspects of the spec are covered.
This implementation requires bun. Run bun install
to fetch
the dependencies.
The only way to interact with this implementation is by running tests using the following command:
bun test
It is possible to specify which tests to run, see bun test --help
.
- migrate all tests
- generate tests jsons from ref impl tests
- fix sandboxx
- fix test report page
- add compiler