Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "CQL light" - x-fhir-query plus extensions in questionnaire #2622

Open
ewoutkramer opened this issue Nov 13, 2023 · 0 comments
Open

Comments

@ewoutkramer
Copy link
Member

The SDC IG defines capabilities to populate Questionnaires using CQL. Although powerful, it is also possible to use FhirPath + additional extensions to achieve much of the same goals. FhirPath population uses three ingredients

  • An extension comparable to the "context" of CQL
  • An extension using x-fhir-query to serve as a kind of retrieve
  • An expression in FhirPath.

This is described in more detail here: https://hl7.org/fhir/uv/sdc/STU3/populate.html#expression-based-population

It is likely that, at least for the near-future IGs, this system is used instead of full CQL. We should take a look at it and see how we can support it. One possible way to do it, is by translating the FhirPath + the extensions to ELM itself, and then running it using our CQL SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants