Skip to content

Commit

Permalink
removed comments, reran docs, pulled in latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuvaforrest committed Oct 23, 2023
1 parent 53a3d0d commit 10d5c89
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,3 @@ select
, exclusion_reason
, '{{ var('tuva_last_run')}}' as tuva_last_run
from qualifying_encounters
-- qualify row_number() over (partition by patient_id order by exclusion_date) = 1
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,3 @@ select
, exclusion_reason
, '{{ var('tuva_last_run')}}' as tuva_last_run
from frailty_with_dementia d
qualify row_number() over (partition by patient_id order by exclusion_date ) = 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/*
DENOMINATOR EXCLUSIONS:
Patients with a diagnosis or past history of total colectomy or colorectal cancer: G9711
Patient was provided hospice services any time during the measurement period: G9710
*/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
)
}}

/*
Patients with one or more screenings for colorectal cancer. Appropriate screenings are defined by any one of the
following criteria:
- Fecal occult blood test (FOBT) during the measurement period
- Flexible sigmoidoscopy during the measurement period or the four years prior to the measurement period
- Colonoscopy during the measurement period or the nine years prior to the measurement period
- Computed tomography (CT) colonography during the measurement period or the four years prior to the
measurement period.
- Fecal immunochemical DNA test (FIT-DNA) during the measurement period or the two years prior to the
measurement period.
*/

with denominator as (

select
Expand Down

0 comments on commit 10d5c89

Please sign in to comment.