Allogene Stammzelltransplantationen (Alter >19), Mortalität

Z3_09_M(x)

Arguments

x

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

Alias

M_052

Kapitel

Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)

Gruppe

Z-Zusatzinformationen

Typ

Mortalität

Spezifikation

Z3_09_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_Stammzelltransplantation) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('Z3_09_M') }

Examples

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