Skip to content

Commit fa14116

Browse files
committed
fix: add missing icd_version column for mimic-iv-ed diagnosis table
1 parent 2d5fed8 commit fa14116

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"type": "STRING",
2020
"mode": "REQUIRED"
2121
},
22+
{
23+
"name": "icd_version",
24+
"type": "INT64",
25+
"mode": "REQUIRED"
26+
},
2227
{
2328
"name": "icd_title",
2429
"type": "STRING",

0 commit comments

Comments
 (0)