Beatmungsfälle >24 h mit OP (ohne Neugeborene), Mortalität

J1_05_M(x)

Arguments

x

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

Alias

56_121

Kapitel

J1-Beatmung, ARDS und extrakorporale Verfahren

Gruppe

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

Typ

Mortalität

Spezifikation

J1_05_M <- function(x){ x %>%
mutate( i = if_else(( (agedays>27 |
ageyears>0) &
srg %in_table% (CHOP_Operationen_Ausschluss) &
hmv>24),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('J1_05_M') }

Examples

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