I1_23_X.RdHüftEndoprothesenErstimplantation bei HD Koxarthrose oder chronischer Arthritis ohne Frührehabilitation, Aufenthaltsdauer
I1_23_X(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
A_06_WV
I1-Gelenkersatz, Endoprothese
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Aufenthaltsdauer
I1_23_X <- 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) &
srg %not_in_table% (CHOP_Fruehrehabilitation_gesamt)), los, as.double(NA))) %>%
output_table_cnt('I1_23_X') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I1_23_X() # \dontrun{}