Skip to content

Commit 355993c

Browse files
committed
apply schema changes occurring in v2.0
1 parent 6aa0154 commit 355993c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

mimic-iv-ed/buildmimic/bigquery/schemas/ed/edstays.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,25 @@
2323
"name": "outtime",
2424
"type": "DATETIME",
2525
"mode": "REQUIRED"
26+
},
27+
{
28+
"name": "gender",
29+
"type": "STRING",
30+
"mode": "REQUIRED"
31+
},
32+
{
33+
"name": "race",
34+
"type": "STRING",
35+
"mode": "NULLABLE"
36+
},
37+
{
38+
"name": "arrival_transport",
39+
"type": "STRING",
40+
"mode": "REQUIRED"
41+
},
42+
{
43+
"name": "disposition",
44+
"type": "STRING",
45+
"mode": "NULLABLE"
2646
}
2747
]

mimic-iv-ed/buildmimic/bigquery/schemas/ed/triage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"name": "pain",
44-
"type": "NUMERIC",
44+
"type": "STRING",
4545
"mode": "NULLABLE"
4646
},
4747
{

0 commit comments

Comments
 (0)