Komplexe Eingriffe am Organsystem Ösophagus, Alter >19

Z3_05_F(x)

Arguments

x

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

Alias

M_031_F

Kapitel

Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)

Gruppe

Z-Zusatzinformationen

Typ

Mindestfallzahl

Spezifikation

Z3_05_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_Oesophagus) &
ageyears>19), 1, as.double(NA))) %>%
output_table_cnt('Z3_05_F') }

Examples

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