Leberresektion/¬destruktion mit kolorektalen Resektionen bei kolorektalem Karzinom

E4_14_F(x)

Arguments

x

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

Alias

21_36_Z

Kapitel

E4-Erkrankungen von Dickdarm und Enddarm

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Fallzahl

Spezifikation

E4_14_F <- function(x){ x %>%
mutate( i = if_else((ddx %in_table% (ICD_kolorektales_Karzinom) &
srg %in_table% (CHOP_Kolonresektion_erweitert_total %+%
CHOP_Kolonresektion_partiell %+%
CHOP_Rektumresektion)),
if_else((srg %in_table% (CHOP_Leberresektion)), 2, 1), as.double(NA))) %>%
output_table_cnt('E4_14_F') }

Examples

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