Z3_07_F.RdKomplexe Eingriffe am Organsystem Pankreas, Alter >19
Z3_07_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
M_041_F
Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)
Z-Zusatzinformationen
Mindestfallzahl
Z3_07_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_Pankreas) &
ageyears>19), 1, as.double(NA))) %>%
output_table_cnt('Z3_07_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% Z3_07_F() # \dontrun{}