Z3_15_M.RdThoraxchirurgische Behandlung des Lungenkarzinoms, Alter >19, Mortalität
Z3_15_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
M_102
Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)
Z-Zusatzinformationen
Mortalität
Z3_15_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_LungenCA) &
ddx %in_table% (ICD_MiMe_LungenCA) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('Z3_15_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% Z3_15_M() # \dontrun{}