Z3_02_F.RdLebertransplantationen (ohne Teilleber-Lebendspende)
Z3_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
M_011_F
Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)
Z-Zusatzinformationen
Mindestfallzahl
Z3_02_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_Leber_ohne_Spende)), 1, as.double(NA))) %>%
output_table_cnt('Z3_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% Z3_02_F() # \dontrun{}