Hi Team,
We have a query regarding Numerator Query for Population Criteria 2:
Numerator
exists ( "Medication List" )
or ( "Two High Risk Medications With Prolonged Duration" )
*Two High Risk Medications With Prolonged Duration *
( "Cumulative Medication Duration"("AntiInfectives During Measurement Period")>= 90
and "AntiInfectives"
)
or ( "Cumulative Medication Duration"("Hypnotics During Measurement Period")>= 90
and "Nonbenzodiazepine_Hypnotics")
AntiInfectives
//Anti Infectives, other
exists ( "More than 1 Of"(["Medication, Order": "Anti Infectives, other"]))
*AntiInfectives During Measurement Period *
["Medication, Order": "Anti Infectives, other"] AntiInfectives
where AntiInfectives.relevantPeriod during "Measurement Period"
*Cumulative Medication Duration(Medication List<"Medication, Order">) *
Sum((collapse(Medication.relevantPeriod))CumulativeDosages
return all duration in days of CumulativeDosages)
Please consider below scenario:
Scenario 1:
Measurement Period : 01-01-2019 to 12-31-2019
Patient Age > 65
Has Qualifying encounter during measurement period
Has antinfectives 1 from 01-01-2019 to 01-31-2019
Has antinfectives 2 from 01-31-2019 to 04-01-2019
Scenario 2:
Measurement Period : 01-01-2019 to 12-31-2019
Patient Age > 65
Has Qualifying encounter during measurement period
Has antinfectives 1 from 01-01-2019 to 02-15-2019
Has antinfectives 2 from 01-01-2019 to 02-15-2019
Scenario 3:
Measurement Period : 01-01-2019 to 12-31-2019
Patient Age > 65
Has Qualifying encounter during measurement period
Has antinfectives 1 from 01-01-2019 to 01-31-2019
Has antinfectives 2 from 02-01-2019 to 04-02-2019
Please confirm which scenario will qualify