OP am Rückenmark/Spinalkanal, ohne isolierte lokale Schmerztherapie

I2_04_F(x)

Arguments

x

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

Alias

47_11_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_04_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Rueckenmark)), 1, as.double(NA))) %>%
output_table_cnt('I2_04_F') }

Examples

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