Skip to content

Commit

Permalink
Add surgery vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Apr 5, 2024
1 parent 047c099 commit 866f52b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
15 changes: 14 additions & 1 deletion inst/extdata/config/concept-dict/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,14 @@
{
"table": "chartevents",
"ids": [
"1008"
1008
],
"sub_var": "itemid"
},
{
"table": "outputevents",
"ids": [
1034
],
"sub_var": "itemid"
}
Expand Down Expand Up @@ -221,6 +228,12 @@
"class": "fun_itm",
"callback": "combine_callbacks(fwd_concept('urine'), urine_rate)"
}
],
"picdb": [
{
"class": "fun_itm",
"callback": "combine_callbacks(fwd_concept('urine'), urine_rate)"
}
]
}
},
Expand Down
30 changes: 30 additions & 0 deletions inst/extdata/config/concept-dict/vitals.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
1015
],
"sub_var": "itemid"
},
{
"table": "surgery_vital_signs",
"ids": "SV4",
"sub_var": "itemid"
}
]
}
Expand Down Expand Up @@ -182,6 +187,11 @@
}
],
"picdb": [
{
"table": "surgery_vital_signs",
"ids": "SV16",
"sub_var": "itemid"
}
]
}
},
Expand Down Expand Up @@ -268,6 +278,11 @@
1003, 1002
],
"sub_var": "itemid"
},
{
"table": "surgery_vital_signs",
"ids": ["SV1", "SV2"],
"sub_var": "itemid"
}
]
}
Expand Down Expand Up @@ -379,6 +394,11 @@
}
],
"picdb": [
{
"table": "surgery_vital_signs",
"ids": "SV5",
"sub_var": "itemid"
}
]
}
},
Expand Down Expand Up @@ -487,6 +507,11 @@
1016
],
"sub_var": "itemid"
},
{
"table": "surgery_vital_signs",
"ids": "SV3",
"sub_var": "itemid"
}
]
}
Expand Down Expand Up @@ -642,6 +667,11 @@
5253
],
"sub_var": "itemid"
},
{
"table": "surgery_vital_signs",
"ids": ["SV14", "SV15"],
"sub_var": "itemid"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/config/data-sources/picdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
"time_vars": [
"monitor_time"
],
"index_var": "oper_id",
"index_var": "monitor_time",
"val_var": "value"
},
"num_rows": 1944187,
Expand Down

0 comments on commit 866f52b

Please sign in to comment.