Replies: 3 comments 14 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Here is a Python implementation of macro language https://github.com/beda-software/sql-on-fhir-py/blob/main/macro.py |
Beta Was this translation helpful? Give feedback.
14 replies
-
I have had a chat with someone deeply involved in openEHR. Their AQL may be an inspiration for our work: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We can introduce SQL templates with a macro to write portable queries:
List of possible macro functions:
BNF for path expression:
Examples:
!col.path
is required for JSON databases and have same behavior as.col.path
in columnar dbsBeta Was this translation helpful? Give feedback.
All reactions