C1_07_P.RdAnteil geriatrische Frührehabilitation mit erweitertem Barthel-Index
C1_07_P(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
13_113
C1-Geriatrische Frührehabilitation
C-Altersmedizin
Anteil
C1_07_P <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Ger_Fruehreha)),
if_else((ddx %in_table% (ICD_Barthel_erweitert)), 2, 1), as.double(NA))) %>%
output_table_perc('C1_07_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% C1_07_P() # \dontrun{}