J3_06_F.RdKonservative Versorgung mit Transfusion von >4 EK oder TK und IPS (ohne Polytrauma, oder Hämato-Onkologische Diagnose)
J3_06_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
58_321_N
J3-Komplexe Konstellationen
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Fallzahl
J3_06_F <- 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_cnt('J3_06_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_06_F() # \dontrun{}