Hüft­Endoprothesen­Erstimplantation bei HD Schenkelhals­ oder pertrochantärer Fraktur, Mortalität

I1_09_M(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

41_2

Kapitel

I1-Gelenkersatz, Endoprothese

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Mortalität

Spezifikation

I1_09_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_Hueft_Fraktur_QSR_211) &
sdx %not_in_table% (ICD_Hueft_Frak_AusND_QSR_214)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('I1_09_M') }

Examples

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