Fälle mit Resektion der Lunge

J1_14N_F(x)

Arguments

x

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

Alias

56_43_N

Kapitel

J1-Beatmung, ARDS und extrakorporale Verfahren

Gruppe

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

Typ

Fallzahl

Spezifikation

J1_14N_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Thoraxchirurgische_Eingriffe)),
if_else((ddx %in_table% (ICD_COVID19_ARDS)), 2, 1), as.double(NA))) %>%
output_table_cnt('J1_14N_F') }

Examples

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