B2_07_F.RdNeurologische oder andere Komplexbehandlung (Stroke Unit) bei anderer HD (ohne Hirninfarkt oder TIA) oder Alter <20
B2_07_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
10_5_F
B2-Behandlung auf Stroke Unit
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B2_07_F <- function(x){ x %>%
mutate( i = if_else(( (srg %in_table% (CHOP_Stroke) &
ageyears<20) |
(ageyears>19 &
pdx %not_in_range% c('I630','I639') &
pdx %not_in_table% (ICD_TIA) &
srg %in_table% (CHOP_Stroke))), 1, as.double(NA))) %>%
output_table_cnt('B2_07_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B2_07_F() # \dontrun{}