HD Herzinfarkt mit Herz-Kreislauf-Stillstand vor Aufnahme (Alter >19)

A1_18_F(x)

Arguments

x

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

Alias

01_33_N

Kapitel

A1-Herzinfarkt

Gruppe

A-Erkrankungen des Herzens

Typ

Fallzahl

Spezifikation

A1_18_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Herzinfarkt) &
ddx %in_table% (ICD_ext_Reanimation) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('A1_18_F') }

Examples

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