SQL on FHIR
Make analytics easier
Last updated
Was this helpful?
Make analytics easier
Last updated
Was this helpful?
SQL on FHIR engine is currently in preview
Performing analysis on FHIR data requires extracting data from deeply nested structures of resources, which may be cumbersome in some cases. To address this problem, Aidbox implements SQL on FHIR specification allowing users to create flat views of their resources in a simple, straightforward way
To utilize SQL on FHIR it's important to understand what a View Definition is and how to use it to define flat views.
Once your flat view is defined and materialized, you can query data from it using plain SQL.
To dive deeper into the nuances of using SQL on FHIR in Aidbox, consult the reference page.