-
Bug/Issue
-
Resolution: Resolved
-
Moderate
-
None
-
CMS0826v1
-
7.3.0
-
Question
We are getting output mismatch on cypress for a few patients of cms826v2.
We have a few queries regarding EncounterDiagnosis.
A similar ticket was raised earlier, please find below link for your reference.
https://oncprojectracking.healthit.gov/support/browse/CQM-6904
Query 1:
Consider below statements from Denominator exclusion.
Encounter with Diagnosis of COVID19 Infection
"Encounter with Age 18 and Older" EncounterInpatient
where exists ( EncounterInpatient.diagnoses EncounterDiagnosis
where EncounterDiagnosis.code in "COVID 19"
)
We have identified a Patient named Eleanor Rodriguez present in cypress test deck with a diagnosis code- 840539006 is expected to qualify for the above denominator exclusion criteria.
The status of patient's diagnosis is inactive.
Since the diagnosis is checked during encounter, shouldn't the status be active here?
Query 2:
Consider below statements from Numerator.
Encounter with New Deep Tissue Pressure Injury Not POA by Indicator
"Encounter with Age 18 and Older" EncounterInpatient
where exists ( EncounterInpatient.diagnoses DeepPressureInjury
where DeepPressureInjury.code in "Pressure Injury Deep Tissue Diagnoses"
and DeepPressureInjury.presentOnAdmissionIndicator in "Not Present On Admission or Documentation Insufficient to Determine"
)
Patient named Byron Shelton present in cypress test deck with a diagnosis code- L89.006 is expected to qualify for the above Numerator criteria.
The status of patient's diagnosis is inactive.
As per above statements Deep Pressure Injury is an EncounterInpatient.diagnoses.
Since this is an encounter diagnosis, shouldn't the status be active here as well?
PFA, Patient files.
Request you to assist us urgently as our client deliverables are dependent on it.