I1_08_M.RdHüftEndoprothesenErstimplantation bei HD Koxarthrose oder chronischer Arthritis, Mortalität
I1_08_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
41_1
I1-Gelenkersatz, Endoprothese
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Mortalität
I1_08_M <- 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_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('I1_08_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I1_08_M() # \dontrun{}