J3_06_M.RdKonservative Versorgung mit Transfusion von >4 EK oder TK und IPS (ohne Polytrauma, oder Hämato-Onkologische Diagnose), Mortalität
J3_06_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
58_321
J3-Komplexe Konstellationen
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Mortalität
J3_06_M <- function(x){ x %>%
mutate( i = if_else((srg %not_in_table% (CHOP_Operationen_Ausschluss) &
srg %in_table% (CHOP_Massentransfusion_EK_TK) &
F_ICU &
ddx %not_in_table% (ICD_Haematoonkologie) &
ddx %not_in_table% (ICD_Gerinnungsstoerung_ZE) &
F_Polytrauma_exclusion),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('J3_06_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_06_M() # \dontrun{}