Z3_13_F.RdChirurgische Behandlung des Brustkrebses (Mamma-Ca-Chirurgie)
Z3_13_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
M_09_F
Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)
Z-Zusatzinformationen
Mindestfallzahl
Z3_13_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Resektion_brusterhaltend %+%
CHOP_Resektion_nicht_brusterhaltend) &
ddx %in_table% (ICD_MiMe_Mama)), 1, as.double(NA))) %>%
output_table_cnt('Z3_13_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% Z3_13_F() # \dontrun{}