G1_02N_F.RdVaginale Geburten
G1_02N_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
32_21_N
G1-Geburten
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G1_02N_F <- function(x){ x %>%
mutate( i = if_else((F_Geburt &
(srg %in_table% (CHOP_Geburt_gesamt) |
ddx %in_table% (ICD_Resultat_Entbindung)) &
srg %not_in_table% (CHOP_Sectio)),
if_else((ddx %in_table% (ICD_Dammriss)), 2, 1), as.double(NA))) %>%
output_table_cnt('G1_02N_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G1_02N_F() # \dontrun{}