Skip to content

Commit 49383fd

Browse files
committed
fix: use mimiciv schema for crrt
1 parent 30c7bcc commit 49383fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/organfailure/kdigo_stages.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ crrt_stg AS (
6262
CASE
6363
WHEN charttime IS NOT NULL THEN 3
6464
ELSE NULL END AS aki_stage_crrt
65-
FROM `physionet-data.mimic_derived.crrt`
65+
FROM `physionet-data.mimiciv_derived.crrt`
6666
)
6767
-- get all charttimes documented
6868
, tm_stg AS

0 commit comments

Comments
 (0)