Beatmungsfälle >24 h ohne COVID-19 (ohne Neugeborene)

J1_09_F(x)

Arguments

x

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

Alias

56_3_N

Kapitel

J1-Beatmung, ARDS und extrakorporale Verfahren

Gruppe

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

Typ

Fallzahl

Spezifikation

J1_09_F <- 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_cnt('J1_09_F') }

Examples

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