Knie­Endoprothesen­Erstimplantation bei HD Gonarthrose oder chronischer Arthritis ohne Frührehabilitation

I1_24_F(x)

Arguments

x

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

Alias

A_07_N

Kapitel

I1-Gelenkersatz, Endoprothese

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Fallzahl

Spezifikation

I1_24_F <- function(x){ x %>%
mutate( i = if_else((F_Hueft_Knie_Kombi_aus &
F_Hueft_Knie_Tumor_aus &
srg %in_table% (CHOP_Knie_Implantation) &
pdx %in_table% (ICD_Gonarthrose_QSR_312) &
sdx %not_in_table% (ICD_Knie_elekt_aus_QSR_313) &
srg %not_in_table% (CHOP_TEPABST) &
srg %not_in_table% (CHOP_Huefte_Knie_Sonderprothese) &
srg %not_in_table% (CHOP_Fruehrehabilitation_gesamt)), 1, as.double(NA))) %>%
output_table_cnt('I1_24_F') }

Examples

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