Skip to content

Commit af43ddc

Browse files
authored
Update code_status.sql
I replaced "mimic_icu" with "mimiciv_icu". I believe that is a typo which leads us to another version.
1 parent 99407a5 commit af43ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/treatment/code_status.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are five distinct values for the code status order in the ICU data:
2929
, CASE
3030
WHEN value IN ('DNR (do not resuscitate)', 'DNR / DNI') THEN 1
3131
ELSE 0 END AS dnr
32-
FROM `physionet-data.mimic_icu.chartevents`
32+
FROM `physionet-data.mimiciv_icu.chartevents`
3333
WHERE itemid IN (223758)
3434
)
3535

0 commit comments

Comments
 (0)