Première implantation d'endoprothèse de hanche en cas de DP coxarthrose ou arthrite chronique avec complications, pourcentage

I1_11_P(x)

Arguments

x

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

Alias

41_4

Chapitre

I1-Remplacement de l'articulation, endoprothèse

Groupe

I-Maladies des os, des articulations et du tissu conjonctif

Type

pourcentage

Spécification

I1_11_P <- function(x){ x %>%
mutate( i = if_else((F_Hueft_Knie_Kombi_aus &
F_Hueft_Knie_Tumor_aus &
srg %in_table% (CHOP_Huefte_Implantation) &
srg %not_in_table% (CHOP_TEPABST) &
srg %not_in_table% (CHOP_Huefte_Knie_Sonderprothese) &
pdx %in_table% (ICD_Koxarthrose_QSR_112) &
sdx %not_in_table% (ICD_Hueft_exklusion_QSR_113)),
if_else((F_schwere_Komplikationen), 2, 1), as.double(NA))) %>%
output_table_perc('I1_11_P') }

Examples

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