dénominateur Transferts avec DP infarctus du myocarde (âge >19), pourcentage

A1_01_VN(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

A_20_N

Chapitre

A1-Infarctus du myocarde

Groupe

A-Maladies cardiaques

Type

transferts

Spécification

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

Examples

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