Skip to content

Commit

Permalink
Update README.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHardan authored Jan 16, 2024
1 parent a8cb4a3 commit 4ab95b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
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.

0 comments on commit 4ab95b4

Please sign in to comment.