I5_01_F.RdEndoprothese am Schulter- oder Ellenbogengelenk
I5_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
48_1_F
I5-Weitere Eingriffe am Bewegungsapparat inkl. Endoprothetik
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Fallzahl
I5_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Endopr_SchulterEllbogen) &
F_Polytrauma_exclusion), 1, as.double(NA))) %>%
output_table_cnt('I5_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I5_01_F() # \dontrun{}