OP an der Wirbelsäule und am Rückenmark, ohne isolierte lokale Schmerztherapie

I2_03_F(x)

Arguments

x

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

Alias

47_1_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_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Wirbelsaeule) |
(srg %in_table% (CHOP_Zugang_Wirbelsaeule) &
srg %not_in_table% (CHOP_Schmerztherapie_lokal)) |
srg %in_table% (CHOP_Rueckenmark)), 1, as.double(NA))) %>%
output_table_cnt('I2_03_F') }

Examples

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