A2_07_F.RdNYHA IV bei HD Rechtsherzinsuffizienz (Alter >19)
A2_07_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
02_16_Z
A2-Herzinsuffizienz
A-Erkrankungen des Herzens
Fallzahl
A2_07_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Rechtsherzinsuffizienz) &
ageyears>19),
if_else((pdx %in_range% c('I5005')), 2, 1), as.double(NA))) %>%
output_table_cnt('A2_07_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A2_07_F() # \dontrun{}