In CQR, is it possible to get aggregate ACI numbers for our group as a whole? I've been told ACI attestation can be done once at the group level rather than for individual providers.
Thanks,
Eric
While a lot of work to configure, I extract all the measures to an excel file. I then have a master excel file, which reads the cqr data output file, and re-groups all the data.
I use this throughout the year to determine how we are doing for measures, if any doctors are struggling, and at the end of the year to consolidate a report for each measure.
* Warning -- lots of Excel coding to accomplish this !!!
The cqr export from the tool creates tabs for each measure, and each tab is formatted something like
dr | dr # | num met | num excl | denom | denom excl
My master excel has a tab to convert a measure to the cqr tab name, accessed via a vlookup
Such that
Patient Elec Access | FNC_2_Obj_8_Meas_1v1
and another tab to convert a real doctor to the cqr prov id (dr #)
Jane Smith, MD | 123456789012
I then pull all this together to create a nice summary
Dr | Meas 1 | numerator | denominator | % compliance
Dr | Meas 1 | numerator | denominator | % compliance
total | Meas 1 | num total | denom total | total %
Does this give you unique patients at the group level though?
