I3_18_P.Rd
DP fracture du trochanter avec traitement opératoire (âge >19) avec rééducation précoce, pourcentage
I3_18_P(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
46_23
I3-Fractures métaphysaires de la hanche
I-Maladies des os, des articulations et du tissu conjonctif
pourcentage
I3_18_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Pertrochantaere_Fraktur) &
ddx %not_in_table% (ICD_Hueftfraktur_Aus) &
ddx %not_in_table% (ICD_TUMOR) &
srg %not_in_range% c('81A111') &
srg %not_in_table% (CHOP_TEPABST) &
srg %not_in_table% (CHOP_Huefte_Knie_Sonderprothese) &
(srg %in_table% (CHOP_Pertroch_Frak_EndoproOP) |
srg %in_table% (CHOP_Pertroch_Frak_OsteoOP)) &
ageyears>19),
if_else((srg %in_table% (CHOP_Fruehrehabilitation_gesamt)), 2, 1), as.double(NA))) %>%
output_table_perc('I3_18_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I3_18_P() # \dontrun{}