Endoprothese am Schulter- oder Ellenbogengelenk

I5_01_F(x)

Arguments

x

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

Alias

48_1_F

Kapitel

I5-Weitere Eingriffe am Bewegungsapparat inkl. Endoprothetik

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Fallzahl

Spezifikation

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') }

Examples

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