Skip to content

Commit

Permalink
Add diffs of mimic-iv.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Jan 4, 2024
1 parent 7f2cc42 commit e1832b5
Showing 1 changed file with 54 additions and 2 deletions.
56 changes: 54 additions & 2 deletions inst/extdata/config/data-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -7136,6 +7136,10 @@
"hospital_expire_flag": {
"name": "hospital_expire_flag",
"spec": "col_integer"
},
"admit_provider_id": {
"name": "admit_provider_id",
"spec": "col_character"
}
}
},
Expand Down Expand Up @@ -7573,6 +7577,10 @@
"name": "storetime",
"spec": "col_datetime",
"format": "%Y-%m-%d %H:%M:%S"
},
"enter_provider_id": {
"name": "enter_provider_id",
"spec": "col_character"
}
}
},
Expand Down Expand Up @@ -7682,6 +7690,10 @@
"comments": {
"name": "comments",
"spec": "col_character"
},
"order_provider_id": {
"name": "order_provider_id",
"spec": "col_character"
}
},
"partitioning": {
Expand Down Expand Up @@ -7797,6 +7809,10 @@
"comments": {
"name": "comments",
"spec": "col_character"
},
"order_provider_id": {
"name": "order_provider_id",
"spec": "col_character"
}
}
},
Expand Down Expand Up @@ -8012,6 +8028,10 @@
"partitioning": {
"col": "subject_id",
"breaks": [12017899, 13999829, 15979442, 17994364]
},
"order_provider_id": {
"name": "order_provider_id",
"spec": "col_character"
}
},
"prescriptions": {
Expand Down Expand Up @@ -8093,6 +8113,14 @@
"route": {
"name": "route",
"spec": "col_character"
},
"order_provider_id": {
"name": "order_provider_id",
"spec": "col_character"
},
"formulary_drug_cd": {
"name": "formulary_drug_cd",
"spec": "col_character"
}
}
},
Expand Down Expand Up @@ -8215,6 +8243,10 @@
"warning": {
"name": "warning",
"spec": "col_integer"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
}
},
"partitioning": {
Expand Down Expand Up @@ -8269,6 +8301,10 @@
"warning": {
"name": "warning",
"spec": "col_integer"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
}
}
},
Expand Down Expand Up @@ -8385,6 +8421,10 @@
"name": "stay_id",
"spec": "col_integer"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
},
"starttime": {
"name": "starttime",
"spec": "col_datetime",
Expand Down Expand Up @@ -8525,6 +8565,10 @@
"valueuom": {
"name": "valueuom",
"spec": "col_character"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
}
}
},
Expand Down Expand Up @@ -8645,6 +8689,10 @@
"originalrate": {
"name": "originalrate",
"spec": "col_double"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
}
}
},
Expand All @@ -8653,7 +8701,7 @@
"defaults": {
"index_var": "chartdate",
"val_var": "result_value",
"time_vars": "chartdate"
"time_vars": ["chartdate"]
},
"num_rows": 6439169,
"cols": {
Expand Down Expand Up @@ -8681,7 +8729,7 @@
}
},
"caregiver": {
"files": "hosp/caregiver.csv.gz",
"files": "icu/caregiver.csv.gz",
"defaults": [],
"num_rows": 15468,
"cols": {
Expand Down Expand Up @@ -8724,6 +8772,10 @@
"name": "stay_id",
"spec": "col_integer"
},
"caregiver_id": {
"name": "caregiver_id",
"spec": "col_integer"
},
"starttime": {
"name": "starttime",
"spec": "col_datetime",
Expand Down

0 comments on commit e1832b5

Please sign in to comment.