-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8cb4a3
commit 4ab95b4
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# sparkcql | ||
Evaluation of Clinical Quality Language using Spark | ||
# cql-transpiler | ||
|
||
**Under Development** | ||
The CQL Transpiler is a tool for translating [Clinical Quality Language (CQL)](https://cql.hl7.org/) to its SQL equivalence. The transpiler itself doesn't actually produce SQL but instead translates each ELM operator into [DBT](https://getdbt.com/)/[Jinja](https://jinja.palletsprojects.com/en/3.1.x/) *macro operator* equivalents. These *macro operators* are translated to a given SQL dialect through a separate DBT *transpiler target* package imported into the implementor's solution. Spark SQL is the first planned *transpiler target* but the development and use of other targets is possible. | ||
|
||
This project is still very much in its infancy but is hoped to be used for VA's 2024 Joint Commission submission. |