Hide
Proposed Solution:
The proposed solution is to expand the qualifying encounter timeframe from "November of the year prior to the measurement period and the end of the measurement period" to "August of the year prior to the measurement period and the end of the measurement period" to capture those who had a THA procedure and a follow-up FSA as early as possible.
Initial Population header before:
[...]and who had an outpatient encounter between November of the year prior to the measurement period and the end of the measurement period
Initial Population header after:
[...]and who had an outpatient encounter between August of the year prior to the measurement period and the end of the measurement period
Initial Population logic before:
define "Qualifying Encounter":
[...]
where ValidEncounters.relevantPeriod during day of Interval["November 1 Year Prior to the Measurement Period", end of "Measurement Period"])
define "November 1 Year Prior to the Measurement Period":
DateTime((year from start of "Measurement Period" - 1), 11, 1, 0, 0, 0, 0, 0)
Initial Population logic after:
define "Qualifying Encounter":
[...]
where ValidEncounters.relevantPeriod during day of Interval["August 1 Year Prior to the Measurement Period", end of "Measurement Period"])
define "August 1 Year Prior to the Measurement Period":
DateTime((year from start of "Measurement Period" - 1), 8, 1, 0, 0, 0, 0, 0)
Rationale for Change:
This revision will align with the measure intent to capture those who had a THA procedure and a follow-up FSA at the earliest possible dates.
Show
Proposed Solution:
The proposed solution is to expand the qualifying encounter timeframe from "November of the year prior to the measurement period and the end of the measurement period" to "August of the year prior to the measurement period and the end of the measurement period" to capture those who had a THA procedure and a follow-up FSA as early as possible.
Initial Population header before:
[...]and who had an outpatient encounter between November of the year prior to the measurement period and the end of the measurement period
Initial Population header after:
[...]and who had an outpatient encounter between August of the year prior to the measurement period and the end of the measurement period
Initial Population logic before:
define "Qualifying Encounter":
[...]
where ValidEncounters.relevantPeriod during day of Interval["November 1 Year Prior to the Measurement Period", end of "Measurement Period"])
define "November 1 Year Prior to the Measurement Period":
DateTime((year from start of "Measurement Period" - 1), 11, 1, 0, 0, 0, 0, 0)
Initial Population logic after:
define "Qualifying Encounter":
[...]
where ValidEncounters.relevantPeriod during day of Interval["August 1 Year Prior to the Measurement Period", end of "Measurement Period"])
define "August 1 Year Prior to the Measurement Period":
DateTime((year from start of "Measurement Period" - 1), 8, 1, 0, 0, 0, 0, 0)
Rationale for Change:
This revision will align with the measure intent to capture those who had a THA procedure and a follow-up FSA at the earliest possible dates.