Skip to content

Commit

Permalink
Merge pull request #26 from samply/refactor/split-age-stratifier
Browse files Browse the repository at this point in the history
Removed Primary Diagnosis from Age Stratifier
  • Loading branch information
torbrenner authored Nov 21, 2023
2 parents ac41ba3 + 5e622ec commit 5aa51e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/demo/src/measures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,11 @@ export const dktkPatientsMeasure = {
],
},
cql: `
DKTK_STRAT_GENDER_STRATIFIER
DKTK_STRAT_AGE_STRATIFIER
DKTK_STRAT_PRIMARY_DIAGNOSIS_STRATIFIER
DKTK_STRAT_AGE_CLASS_STRATIFIER
DKTK_STRAT_DECEASED_STRATIFIER
`,
Expand Down

0 comments on commit 5aa51e0

Please sign in to comment.