Skip to content

Commit e18f4b9

Browse files
fix(mimic-iv): exclude non-positive values in coagulation
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6eb9ef2 commit e18f4b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mimic-iv/concepts/measurement/coagulation.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ WHERE le.itemid IN
2727
, 51275 -- PTT
2828
)
2929
AND valuenum IS NOT NULL
30+
AND valuenum > 0
3031
GROUP BY le.specimen_id
3132
;

0 commit comments

Comments
 (0)