Hide
Proposed Solution:
Revise the numerator logic so that the numerator action can occur during the day of the qualifying encounter.
Current logic:
Numerator:
"Qualifying Encounter during day of Measurement Period" QualifyingEncounter
with ( ["Procedure, Performed": "Documentation of current medications (procedure)"]
union ["Intervention, Performed": "Documentation of current medications (procedure)"] ) MedicationsDocumented
such that Global."NormalizeInterval" ( MedicationsDocumented.relevantDatetime, MedicationsDocumented.relevantPeriod ) during QualifyingEncounter.relevantPeriod
Proposed logic:
Numerator:
"Qualifying Encounter during day of Measurement Period" QualifyingEncounter
with ( ["Procedure, Performed": "Documentation of current medications (procedure)"]
union ["Intervention, Performed": "Documentation of current medications (procedure)"] ) MedicationsDocumented
such that Global."NormalizeInterval" ( MedicationsDocumented.relevantDatetime, MedicationsDocumented.relevantPeriod ) during day of QualifyingEncounter.relevantPeriod
Rationale for Change:
This timing change allows for inclusion of medication documentation to occur during the day of the encounter, reducing clinician documentation burden by allowing for a variety of workflows.
Show
Proposed Solution:
Revise the numerator logic so that the numerator action can occur during the day of the qualifying encounter.
Current logic:
Numerator:
"Qualifying Encounter during day of Measurement Period" QualifyingEncounter
with ( ["Procedure, Performed": "Documentation of current medications (procedure)"]
union ["Intervention, Performed": "Documentation of current medications (procedure)"] ) MedicationsDocumented
such that Global."NormalizeInterval" ( MedicationsDocumented.relevantDatetime, MedicationsDocumented.relevantPeriod ) during QualifyingEncounter.relevantPeriod
Proposed logic:
Numerator:
"Qualifying Encounter during day of Measurement Period" QualifyingEncounter
with ( ["Procedure, Performed": "Documentation of current medications (procedure)"]
union ["Intervention, Performed": "Documentation of current medications (procedure)"] ) MedicationsDocumented
such that Global."NormalizeInterval" ( MedicationsDocumented.relevantDatetime, MedicationsDocumented.relevantPeriod ) during day of QualifyingEncounter.relevantPeriod
Rationale for Change:
This timing change allows for inclusion of medication documentation to occur during the day of the encounter, reducing clinician documentation burden by allowing for a variety of workflows.