Skip to content

fix: score SAPS II fever before the normal-temp arm - #2135

Open
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sapsii-temp-fever-order
Open

fix: score SAPS II fever before the normal-temp arm#2135
Chessing234 wants to merge 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sapsii-temp-fever-order

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • MIMIC-III SAPS II checked tempc_min < 39 before tempc_max ≥ 39, so fever almost never scored.
  • Reorder to match MIMIC-IV / Le Gall in all dialect copies.

Test plan

  • min=36.5, max=39.5 → temp_score 3 (was 0)

Made with Cursor

tempc_min < 39 was checked first, so fever with max ≥ 39 almost never
scored. Match MIMIC-IV / Le Gall: ≥39 → 3, else 0.

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