HD Herzinfarkt ohne Frührehabilitation (Alter >19)

A1_12_F(x)

Arguments

x

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

Alias

A_10_N

Kapitel

A1-Herzinfarkt

Gruppe

A-Erkrankungen des Herzens

Typ

Fallzahl

Spezifikation

A1_12_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Herzinfarkt) &
ageyears>19 &
srg %not_in_table% (CHOP_Fruehrehabilitation_gesamt)), 1, as.double(NA))) %>%
output_table_cnt('A1_12_F') }

Examples

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