J1_11_F.RdFälle mit ARDS
J1_11_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
56_4_Z
J1-Beatmung, ARDS und extrakorporale Verfahren
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Fallzahl
J1_11_F <- function(x){ x %>%
mutate( i = if_else((los>0),
if_else((ddx %in_table% (ICD_COVID19_ARDS)), 2, 1), as.double(NA))) %>%
output_table_cnt('J1_11_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J1_11_F() # \dontrun{}