Anteil Verlegungen bei Hüft­Endoprothesen­Erstimplantation bei HD Koxarthrose oder chronischer Arthritis

I1_08_V(x)

Arguments

x

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

Alias

A_34

Kapitel

I1-Gelenkersatz, Endoprothese

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Verlegungen

Spezifikation

I1_08_V <- 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) &
!F_Tot),
if_else((F_Verlegung), 2, 1), as.double(NA))) %>%
output_table_perc('I1_08_V') }

Examples

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