Skip to content

Commit

Permalink
Update code_status.sql
Browse files Browse the repository at this point in the history
I replaced "mimic_icu" with "mimiciv_icu". I believe that is a typo which leads us to another version.
  • Loading branch information
SichengH authored Dec 1, 2023
1 parent 99407a5 commit af43ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iv/concepts/treatment/code_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are five distinct values for the code status order in the ICU data:
, CASE
WHEN value IN ('DNR (do not resuscitate)', 'DNR / DNI') THEN 1
ELSE 0 END AS dnr
FROM `physionet-data.mimic_icu.chartevents`
FROM `physionet-data.mimiciv_icu.chartevents`
WHERE itemid IN (223758)
)

Expand Down

0 comments on commit af43ddc

Please sign in to comment.