Hi team,
We have a query regarding Numerator validation
Numerator
"VTE Prophylaxis Received on Day of or Day After Admission or Procedure"
Definition
VTE Prophylaxis Received on Day of or Day After Admission or Procedure
( from
"Encounter With Age Range and Without VTE Diagnosis or Obstetrical Conditions" QualifyingEncounter,
"VTE Prophylaxis by Medication Administered or Device Applied" HasVTEProphylaxis
where HasVTEProphylaxis.relevantPeriod starts during VTEICU."CalendarDayOfOrDayAfter"(start of QualifyingEncounter.relevantPeriod)
return QualifyingEncounter
)
union ( from
"Encounter With Age Range and Without VTE Diagnosis or Obstetrical Conditions" QualifyingEncounter,
["Procedure, Performed": "General or Neuraxial Anesthesia"] AnesthesiaProcedure,
"VTE Prophylaxis by Medication Administered or Device Applied" HasVTEProphylaxis
where AnesthesiaProcedure.relevantPeriod ends 1 day after day of start of QualifyingEncounter.relevantPeriod
and HasVTEProphylaxis.relevantPeriod starts during VTEICU."CalendarDayOfOrDayAfter"(end of AnesthesiaProcedure.relevantPeriod)
return QualifyingEncounter
)
*VTE Prophylaxis by Medication Administered or Device Applied *
( ["Medication, Administered": "Low Dose Unfractionated Heparin for VTE Prophylaxis"] VTEMedication
where VTEMedication.route in "Subcutaneous route"
)
union ["Medication, Administered": "Low Molecular Weight Heparin for VTE Prophylaxis"]
union ["Medication, Administered": "Injectable Factor Xa Inhibitor for VTE Prophylaxis"]
union ["Medication, Administered": "Warfarin"]
union ["Device, Applied": "Intermittent pneumatic compression devices (IPC)"]
union ["Device, Applied": "Venous foot pumps (VFP)"]
union ["Device, Applied": "Graduated compression stockings (GCS)"]
Consider below scenario:
Patient 1 has inpatient stay from 01/01/2019 3:00 pm till 01/05/2019 4:00 pm and age is 19 years & has ["Medication, Administered": "Low Dose Unfractionated Heparin for VTE Prophylaxis"] VTEMedication where VTEMedication.route in "Subcutaneous route" starts
from 01/01/2019 2:00 pm. Will this patient qualify for Numerator?
Patient 2 has inpatient stay from 01/01/2019 3:00 pm till 01/05/2019 4:00 pm and age is 19 years & has ["Medication, Administered": "Low Dose Unfractionated Heparin for VTE Prophylaxis"] VTEMedication where VTEMedication.route in "Subcutaneous route" starts
from 01/01/2019 3:00 pm. Will this patient qualify for Numerator?
Patient 3 has inpatient stay from 01/01/2019 3:00 pm till 01/05/2019 4:00 pm and age is 19 years & has ["Medication, Administered": "Low Dose Unfractionated Heparin for VTE Prophylaxis"] VTEMedication where VTEMedication.route in "Subcutaneous route" starts
from 01/02/2019 3:00 pm. Will this patient qualify for Numerator?