Lokale Schmerztherapie an der Wirbelsäule, ohne OP an der Wirbelsäule

I2_16_F(x)

Arguments

x

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

Alias

47_7_F

Kapitel

I2-Behandlungen/Operationen an der Wirbelsäule und am Rückenmark

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Fallzahl

Spezifikation

I2_16_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Schmerztherapie_lokal) &
srg %not_in_table% (CHOP_Wirbelsaeule) &
srg %not_in_table% (CHOP_Rueckenmark)), 1, as.double(NA))) %>%
output_table_cnt('I2_16_F') }

Examples

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