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