B1_09_P.RdAnteil HD Hirninfarkt ohne Tumor oder Kopfverletzung mit systemischer Thrombolyse (Alter >19), Direktaufnahmen
B1_09_P(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
09_311
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Anteil
B1_09_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('I630','I639') &
sdx %not_in_table% (ICD_ADSR_ex) &
lba !='6' &
ageyears>19),
if_else((srg %in_table% (CHOP_Thrombolyse)), 2, 1), as.double(NA))) %>%
output_table_perc('B1_09_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_09_P() # \dontrun{}