DP fracture du trochanter avec traitement opératoire (âge >19) avec rééducation précoce

I3_18_F(x)

Arguments

x

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

Alias

46_23_Z

Chapitre

I3-Fractures métaphysaires de la hanche

Groupe

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

Type

nombre de cas

Spécification

I3_18_F <- 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_cnt('I3_18_F') }

Examples

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