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" + } ] } },