Anteil alloplastische OP bei Inguinalhernie, Alter 0-19

E2_03_P(x)

Arguments

x

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

Alias

19_31

Kapitel

E2-Hernienoperationen

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Anteil

Spezifikation

E2_03_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Inguinalhernie) &
(agedays>27 |
ageyears>=1) &
ageyears<20),
if_else((srg %in_table% (CHOP_alloplast_Hernie)), 2, 1), as.double(NA))) %>%
output_table_perc('E2_03_P') }

Examples

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