Kaiserschnitt bei risikoarmer Geburt, Alter >34

G1_07_F(x)

Arguments

x

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

Alias

32_322_Z

Kapitel

G1-Geburten

Gruppe

G-Geburtshilfe und Frauenheilkunde

Typ

Fallzahl

Spezifikation

G1_07_F <- function(x){ x %>%
mutate( i = if_else((F_Geburt &
(srg %in_table% (CHOP_Geburt_gesamt) |
ddx %in_table% (ICD_Resultat_Entbindung)) &
ddx %not_in_table% (ICD_Geburtsrisiko) &
ageyears>=35),
if_else((srg %in_table% (CHOP_Sectio)), 2, 1), as.double(NA))) %>%
output_table_cnt('G1_07_F') }

Examples

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