[CYPRESS-553] If we are encountering this issue during certification, should this error be ignored by certifying bodies since it is a logic issue to be corrected in the next release? Created: 04/29/15  Updated: 05/06/18  Resolved: 07/24/15

Status: Closed
Project: CYPRESS Issue Tracker
Component/s: None

Type: Bug/Issue Priority: Blocker
Reporter: Kelli Klippenstein (Inactive) Assignee: David Czulada
Resolution: Delivered Votes: 0
Labels: None

Issue Links:
Cloners
clones CYPRESS-506 CAT III errors for NQF 0059 / CMS122v3 Closed
Duplicate
is duplicated by CQM-1370 CMS122v3: Diabetes_Adult_A Closed
is duplicated by CYPRESS-615 QRDA III failing due to logic issue Closed
Solution: CMS122v3: Diabetes: Hemoglobin A1c Poor Control
Patient is numerator compliant if most recent HbA1c level >9%, the most recent HbA1c result is missing, or if there are no HbA1c tests performed and results documented during the measurement period.
• Numerator =
o AND:
 OR:
 AND: MOST RECENT:"Occurrence A of Laboratory Test, Result: HbA1c Laboratory Test" during "Measurement Period"
 AND: "Occurrence A of Laboratory Test, Result: HbA1c Laboratory Test (result > 9 %)"
 OR:
 AND: MOST RECENT:"Occurrence A of Laboratory Test, Performed: HbA1c Laboratory Test" during "Measurement Period"
 AND NOT: "Occurrence A of Laboratory Test, Result: HbA1c Laboratory Test (result)" starts after start of "Occurrence A of Laboratory Test, Performed: HbA1c Laboratory Test"
 OR NOT: "Laboratory Test, Performed: HbA1c Laboratory Test" during "Measurement Period"
Problem: Since a “Laboratory Test, Result” is indicative of “Laboratory Test, Performed” it is impossible to indicate that a “Laboratory Test, Result” has taken place after a “Laboratory Test, Performed.” Logically, it will appear that the “Laboratory Test, Result” has taken place at the same time as the “Laboratory Test, Performed.”

Solution: To be consistent with the intent of the measure, change the “start after start” operand to the “start after or concurrent with start” operand to capture a “Laboratory Test, Result” that occurs concurrently with the “Laboratory Test, Performed”

 OR:
 AND: MOST RECENT:"Occurrence A of Laboratory Test, Performed: HbA1c Laboratory Test" during "Measurement Period"
 AND NOT:
 OR "Occurrence A of Laboratory Test, Result: HbA1c Laboratory Test (result)" starts after or concurrent with start of "Occurrence A of Laboratory Test, Performed: HbA1c Laboratory Test"
Previous Issue Type: Implementation Problem

 Description   

For NQF 0059: Diabetes: Hemoglobin A1c Poor Control – the numerator is supposed to include patients whose most recent Hemoglobin A1c lab result value is >9%. In this case patient Ashley Briggs has an active diagnosis of Diabetes Mellitus (ICD-9-CM 250.01, dx date Feb 26, 2013) and her most recent Hemoglobin A1c lab result value is 8% (dt Jul 22, 2013). Since the patient's lab result value is <9% she is not included in the numerators. Cypress is expecting this patient (Ashley Briggs) along with patient Jessie Bowman to be included in the numerator (both these patients qualify the initial patient population and denominator requirements of NQF 0059). Since Ashley Briggs is not reported, Cypress is considering it as an error hence the 11 error messages and the failure of the measure.

The cloned JIRA issue states this is a logic error to be corrected in the next release. If we are encountering this issue during certification, should this error be ignored by certifying bodies?



 Comments   
Comment by David Czulada [ 05/05/15 ]

Kelli-

In cases where the measure logic differs from the measure description, the measure logic trumps the measure description.

In the case of this measure, the measure logic states that the Laboratory Test, Result has to occur after the Laboratory Test, Performed. Since the measure logic interprets a Laboratory Test, Result as a Laboratory Test, Performed; the Laboratory Test, Result occurs at the same time as the Laboratory Test, Performed (and not starts after start). As a result, the AND NOT condition in this measure is true putting the patients into the Numerator.

Following the measure logic, this patient should be calculated in the Numerator and should be reported as such.

-Dave Czulada

Comment by David Czulada [ 05/01/15 ]

Kelli-

As you already know, this is a broken measure and we are tracking down official guidance. We will post it here when we get it.

-Dave

Generated at Fri Apr 26 13:05:04 EDT 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.