Stream: implementers
Topic: Need list of standard FHIR CQL files
Narayan Chalise (Aug 11 2021 at 12:06):
I need a list of standard FHIR CQL files. Please suggest. Thanks.
Vadim Peretokin (Aug 11 2021 at 12:07):
What's the purpose?
Narayan Chalise (Aug 11 2021 at 12:43):
Use to calculate Quality measures based on the FHIR model.
Lloyd McKenzie (Aug 11 2021 at 13:46):
CQL is a language. You can write CQL to do pretty much anything. The CQL you'd need would depend on the measures you'd want to express. Unless a standard Measure has been defined in an implementation guide or been made available to you from someone else, you're going to need to write the CQL yourself.
Narayan Chalise (Aug 12 2021 at 03:24):
Yes. I need to write custom measures based on my requirement. But I want CMS standard measures in FHIR.
Lloyd McKenzie (Aug 12 2021 at 14:22):
@Bryn Rhodes - do you know if there's anything already defined and available?
Bryn Rhodes (Aug 12 2021 at 16:32):
@Narayan Chalise The current drafts that we use for testing and pilots are here: https://build.fhir.org/ig/cqframework/ecqm-content-r4/
Bryn Rhodes (Aug 12 2021 at 16:33):
The source for that IG is here: https://github.com/cqframework/ecqm-content-r4 and specifically, the CQL source for the libraries and measures is here: https://github.com/cqframework/ecqm-content-r4/tree/master/input/cql
Bryn Rhodes (Aug 12 2021 at 16:33):
Note that as the home page of that IG says, these are draft measures.
Narayan Chalise (Aug 13 2021 at 04:44):
Thank you @Bryn Rhodes for the information.
Last updated: Apr 12 2022 at 19:14 UTC