FHIR Chat · MeasureReport Vs cds cards · cql

Stream: cql

Topic: MeasureReport Vs cds cards


view this post on Zulip Surya (Oct 01 2019 at 13:20):

Hi all, i gone through this cql logic Statin_Therapy_for_the_Prevention_and_Treatment_of_CVD_eCQM_Derived_FHIRv102.cql Can any one suggest me to what i will get through this logic either measure report or cds cards.

view this post on Zulip David Winters (Oct 01 2019 at 13:44):

Hey @Surya . That CQL will output recommendation text based upon the eCQM that it's based on. That text could be used in a CDS Hooks card, but the CQL does not produce a measure report. You can find more information on CDS Connect where this was published.

view this post on Zulip Surya (Oct 01 2019 at 13:50):

but in that cds conect artifact we are having numerator , denominator, inclusion and denominator exclusion where these fields belongs to measure.

view this post on Zulip David Winters (Oct 01 2019 at 14:07):

You're correct, the numerator and denominator are referenced on CDS Connect since they are the underlying supporting evidence for the CDS. Checkout the Artifact Representation section, specifically what is listed under "Interventions and Actions."

view this post on Zulip Alexander Kiel (Oct 01 2019 at 15:45):

To my knowledge of Quality Reporting, you could generate a Measure resource which would reference your CQL library to the effect that you could obtain a MeasureReport resource through $evaluate-measure. I currently implement a FHIR server which can do this.

view this post on Zulip Surya (Oct 02 2019 at 09:40):

thanks @David Winters If the cql logic represents cds cards, then what type of hook it would generate?

view this post on Zulip David Winters (Oct 02 2019 at 12:42):

That CQL won't generate a card by itself, but its output could be used in an information card. One way you could do this is with the AHRQ CQL Services Tool: You would follow the README instructions in that project and would end up defining a configuration file which would map the pertinent CQL expression(s) to the CDS Hook card. That's one way, but there are alternatives which may be better suited to your use case, such as CQL Ruler.

view this post on Zulip Bryn Rhodes (Oct 03 2019 at 04:11):

@Surya, to use the logic in a CQF Ruler and expose it via CDS Hooks, you would use a PlanDefinition to reference the logic in the CQL library. Examples of doing this with recommendations from the CDC's Opioid Prescribing Support Guideline can be found here. Note that an STU3 version of these artifacts is available here and on CDS Connect.

view this post on Zulip Surya (Oct 03 2019 at 12:56):

Hi All ,among these AHRQ artifact cql logic's can anyone get cds cards and measure report??
please share that information if any one get those...
Thanks in advance.


Last updated: Apr 12 2022 at 19:14 UTC