Skip to content

Commit 87ae33c

Browse files
committed
move and update core schemas to hosp for v2.0
1 parent b981e48 commit 87ae33c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

mimic-iv/buildmimic/bigquery/schemas/core/admissions.json renamed to mimic-iv/buildmimic/bigquery/schemas/hosp/admissions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"name": "subject_id", "type": "INT64", "mode": "REQUIRED"}, {"name": "hadm_id", "type": "INT64", "mode": "REQUIRED"}, {"name": "admittime", "type": "DATETIME", "mode": "REQUIRED"}, {"name": "dischtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "deathtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "admission_type", "type": "STRING", "mode": "REQUIRED"}, {"name": "admission_location", "type": "STRING", "mode": "NULLABLE"}, {"name": "discharge_location", "type": "STRING", "mode": "NULLABLE"}, {"name": "insurance", "type": "STRING", "mode": "NULLABLE"}, {"name": "language", "type": "STRING", "mode": "NULLABLE"}, {"name": "marital_status", "type": "STRING", "mode": "NULLABLE"}, {"name": "ethnicity", "type": "STRING", "mode": "NULLABLE"}, {"name": "edregtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "edouttime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "hospital_expire_flag", "type": "INT64", "mode": "NULLABLE"}]
1+
[{"name": "subject_id", "type": "INT64", "mode": "REQUIRED"}, {"name": "hadm_id", "type": "INT64", "mode": "REQUIRED"}, {"name": "admittime", "type": "DATETIME", "mode": "REQUIRED"}, {"name": "dischtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "deathtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "admission_type", "type": "STRING", "mode": "REQUIRED"}, {"name": "admission_location", "type": "STRING", "mode": "NULLABLE"}, {"name": "discharge_location", "type": "STRING", "mode": "NULLABLE"}, {"name": "insurance", "type": "STRING", "mode": "NULLABLE"}, {"name": "language", "type": "STRING", "mode": "NULLABLE"}, {"name": "marital_status", "type": "STRING", "mode": "NULLABLE"}, {"name": "race", "type": "STRING", "mode": "NULLABLE"}, {"name": "edregtime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "edouttime", "type": "DATETIME", "mode": "NULLABLE"}, {"name": "hospital_expire_flag", "type": "INT64", "mode": "NULLABLE"}]

mimic-iv/buildmimic/bigquery/schemas/core/patients.json renamed to mimic-iv/buildmimic/bigquery/schemas/hosp/patients.json

File renamed without changes.

mimic-iv/buildmimic/bigquery/schemas/core/transfers.json renamed to mimic-iv/buildmimic/bigquery/schemas/hosp/transfers.json

File renamed without changes.

0 commit comments

Comments
 (0)