We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99407a5 commit af43ddcCopy full SHA for af43ddc
mimic-iv/concepts/treatment/code_status.sql
@@ -29,7 +29,7 @@ There are five distinct values for the code status order in the ICU data:
29
, CASE
30
WHEN value IN ('DNR (do not resuscitate)', 'DNR / DNI') THEN 1
31
ELSE 0 END AS dnr
32
- FROM `physionet-data.mimic_icu.chartevents`
+ FROM `physionet-data.mimiciv_icu.chartevents`
33
WHERE itemid IN (223758)
34
)
35
0 commit comments