From e0f46e5e6dd355c12f30a2180c6f6b3b0aab47f6 Mon Sep 17 00:00:00 2001 From: Manuel Burger Date: Sun, 31 Mar 2024 18:39:55 +0200 Subject: [PATCH] Add `death_icu` for `sic` --- inst/extdata/config/concept-dict/outcome.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/inst/extdata/config/concept-dict/outcome.json b/inst/extdata/config/concept-dict/outcome.json index c488c703..56b41191 100644 --- a/inst/extdata/config/concept-dict/outcome.json +++ b/inst/extdata/config/concept-dict/outcome.json @@ -212,6 +212,16 @@ "callback": "mimic_death_icu", "class": "col_itm" } + ], + "sic": [ + { + "table": "cases", + "index_var": "offsetofdeath", + "adm_time": "offsetafterfirstadmission", + "val_var": "timeofstay", + "callback": "sic_death", + "class": "col_itm" + } ] } },