HD Hirninfarkt ohne Frührehabilitation (Alter >19), Aufenthaltsdauer

B1_15_X(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

A_11_WV

Kapitel

B1-Schlaganfall

Gruppe

B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)

Typ

Aufenthaltsdauer

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% B1_15_X()  # \dontrun{}