Skip to content

Commit

Permalink
apply schema changes occurring in v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Jul 13, 2022
1 parent 6aa0154 commit 355993c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions mimic-iv-ed/buildmimic/bigquery/schemas/ed/edstays.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,25 @@
"name": "outtime",
"type": "DATETIME",
"mode": "REQUIRED"
},
{
"name": "gender",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "race",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "arrival_transport",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "disposition",
"type": "STRING",
"mode": "NULLABLE"
}
]
2 changes: 1 addition & 1 deletion mimic-iv-ed/buildmimic/bigquery/schemas/ed/triage.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
"name": "pain",
"type": "NUMERIC",
"type": "STRING",
"mode": "NULLABLE"
},
{
Expand Down

0 comments on commit 355993c

Please sign in to comment.