J1_09_M.RdBeatmungsfälle >24 h ohne COVID-19 (ohne Neugeborene), Mortalität
J1_09_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
56_3
J1-Beatmung, ARDS und extrakorporale Verfahren
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Mortalität
J1_09_M <- function(x){ x %>%
mutate( i = if_else(( (agedays>27 |
ageyears>0) &
hmv>24 &
ddx %not_in_table% (ICD_COVID19_Infektion_gesichert)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('J1_09_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J1_09_M() # \dontrun{}