-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Moderate
-
None
-
None
-
-
CMS0056v10
-
Not sure how to write measure logic
Hi, I have a question about how we should treat DENEX in 056.
We're looking at the lower body fracture workflow and the logic is this:
exists ( "Total Hip Arthroplasty Procedure" THAProcedure
where Count(["Diagnosis": "Fracture - Lower Body"] LowerBodyFracture
where LowerBodyFracture.prevalencePeriod starts less than 1 day on or before start of THAProcedure.relevantPeriod
)>= 2
)
The less than 1 day is the issue here. The lower body fracture date is
2020-11-18 00:00:00.000
and the time of the THA procedure is
2020-11-19 00:00:00.000
Because this is exactly one day, the logic would say we wouldn't include it.
BUT since it wasn't done at exactly midnight, this is more of a question if we need to include a time for the logic
But then again, the description of the measure is this:
Exclude patients with two or more fractures indicating trauma at the time of the total hip arthroplasty
So that might be right, if the hip fractures actually happened the day before the hip arthroplasty, then we shouldn't count it?