I1_10_F.RdHüftEndoprothesenErstimplantation bei anderen Diagnosen (nicht in I.1.8.F, I.1.9.F)
I1_10_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
41_3_N
I1-Gelenkersatz, Endoprothese
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Fallzahl
I1_10_F <- function(x){ x %>%
mutate( i = if_else((F_Hueft_TEP_Erstimpl_elektiv_aus &
F_Hueft_TEP_Fraktur_aus &
F_Hueft_Knie_Tumor_aus &
F_Hueft_Knie_Kombi_aus &
srg %in_table% (CHOP_Huefte_Implantation) &
srg %not_in_table% (CHOP_TEPABST)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('I1_10_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I1_10_F() # \dontrun{}