Response: Thank you for the question. This response will provide a CQL WORK-AROUND to display overall Risk Adjustment Variable(s) Coverage that should meet your immediate need but, after you can confirm that it works for your measure test cases, this issue should be directed back to the MADiE Development Team for their analysis as a possible future implementation. WORK-AROUND pt1: The following definition can be appended to the end of your measure to trigger the individual definitions: ``` /* ===== SDE Temporary definition to display Risk Variable Coverages ===== */ define "SDE for RA DISPLAY ONLY": "Risk Variable Maternal Age" is not null or "Risk Variable Preterm Birth" is not null or "Risk Variable Lab and Physical Exam Results" is not null or "Risk Variable Anemia" is not null or "Risk Variable Asthma" is not null or "Risk Variable Autoimmune Disease" is not null or "Risk Variable Bariatric Surgery" is not null or "Risk Variable Bleeding Disorder" is not null or "Risk Variable Cardiac Disease" is not null or "Risk Variable Economic Housing Instability" is not null or "Risk Variable Gastrointestinal Disease" is not null or "Risk Variable Gestational Diabetes" is not null or "Risk Variable HIV" is not null or "Risk Variable Hypertension" is not null or "Risk Variable Long Term Anticoagulant Use" is not null or "Risk Variable Mental Health Disorder" is not null or "Risk Variable Morbid Obesity" is not null or "Risk Variable Multiple Pregnancy" is not null or "Risk Variable Neuromuscular" is not null or "Risk Variable Obstetrical VTE" is not null or "Risk Variable Other Preeclampsia" is not null or "Risk Variable Placenta Previa" is not null or "Risk Variable Placental Abruption" is not null or "Risk Variable Placental Accreta Spectrum" is not null or "Risk Variable Preexisting Diabetes" is not null or "Risk Variable Previous Cesarean" is not null or "Risk Variable Pulmonary Hypertension" is not null or "Risk Variable Renal Disease" is not null or "Risk Variable Severe Preeclampsia" is not null or "Risk Variable Substance Abuse" is not null or "Risk Variable Thyrotoxicosis" is not null or "SDE SOC Diagnoses Detail" is not null or "SDE SOC Procedure Detail" is not null or "SDE Variable Calculated Gestational Age" is not null ``` WORK-AROUND pt2: Relace "Denominator Exclusion" with the following definition will keep a commented-out copy of the original plus the modified definition so that a Population 'calls' the "SDE for RA DISPLAY ONLY" definition which 'calls' the individual components pertinent to additional SDE and RA definitions so that they will run and return data (ie 'used' for Coverage calculation). Note that Coverage will not occur for the 'else' expression if data is present so to confirm 100% Coverage you could comment out the revised "Denominator Exclusion" and uncomment the original "Denominator Exclusion". ``` /* define "Denominator Exclusion": "Delivery Encounters with COVID and Respiratory Condition or Procedure" */ /* ===== USE FOLLOWING TO TRIGGER "SDE for RA DISPLAY ONLY" FOR COVERAGE ===== */ define "Denominator Exclusion": if "SDE for RA DISPLAY ONLY" then "Delivery Encounters with COVID and Respiratory Condition or Procedure" else "Delivery Encounters with COVID and Respiratory Condition or Procedure" ``` Now, go to Test Measures and 'Run Test(s)', then check "Coverage" tab which should under Definitions now show "SDE for RA DISPLAY ONLY" with appropriate highlighting for ALL test cases. An additional benefit is that, if you open an individual test measure highlighting tab and 'Run Test', you will find the result for each variable with appropriate highlighting and result. Screenshots attached. Hope this helps. If this resolves your ticket, please notify me to redirect the ticket back to the MADiE Team. Thank you. PMuir MD eCQM Standards Team