Skip to content

Commit

Permalink
Removed hospital_discharge from first_24h task
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandewater committed Oct 28, 2024
1 parent 54cd7c6 commit 65c6c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MEDS_DEV/tasks/criteria/mortality/in_icu/first_24h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ description: >-
predicates:
icu_admission: ???
icu_discharge: ???
hospital_discharge: ???
death: ???
discharge_or_death:
expr: or(icu_discharge, death, hospital_discharge)
expr: or(icu_discharge, death)

trigger: icu_admission

Expand Down

0 comments on commit 65c6c27

Please sign in to comment.