Skip to content

Fix Charlson age_score off-by-one at decade boundaries#2061

Open
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/charlson-age-score-decade-boundary
Open

Fix Charlson age_score off-by-one at decade boundaries#2061
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/charlson-age-score-decade-boundary

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • age <= 50 scored 0; CCI awards 1 point from age 50 onward
  • Use age < 50/60/70/80 in BQ + regenerated postgres/duckdb

Test plan

  • age 50 → age_score 1; age 49 → 0
  • transpile CI green

Made with Cursor

age<=50 scored 0; CCI awards 1 point starting at age 50.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant