Fälle mit ARDS

J1_11_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

56_4_Z

Kapitel

J1-Beatmung, ARDS und extrakorporale Verfahren

Gruppe

J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)

Typ

Fallzahl

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% J1_11_F()  # \dontrun{}