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 10613e7 commit 0c77c58Copy full SHA for 0c77c58
mimic-iv/concepts/measurement/oxygen_delivery.sql
@@ -6,7 +6,7 @@ with ce_stg1 as
6
, ce.charttime
7
, CASE
8
-- merge o2 flows into a single row
9
- WHEN itemid IN (223834, 227582, 224691) THEN 223834
+ WHEN itemid IN (223834, 227582) THEN 223834
10
ELSE itemid END AS itemid
11
, value
12
, valuenum
@@ -18,9 +18,10 @@ with ce_stg1 as
18
(
19
223834 -- o2 flow
20
, 227582 -- bipap o2 flow
21
- , 224691 -- Flow Rate (L)
22
-- additional o2 flow is its own column
23
, 227287 -- additional o2 flow
+ -- below flow rate is *not* o2 flow, and not included
24
+ -- , 224691 -- Flow Rate (L)
25
)
26
27
, ce_stg2 AS
0 commit comments