B1_15_X.RdHD Hirninfarkt ohne Frührehabilitation (Alter >19), Aufenthaltsdauer
B1_15_X(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
A_11_WV
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Aufenthaltsdauer
B1_15_X <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('I630','I639') &
ageyears>19 &
srg %not_in_table% (CHOP_Fruehrehabilitation_gesamt)), los, as.double(NA))) %>%
output_table_cnt('B1_15_X') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_15_X() # \dontrun{}