Versorgung von Früh- und Neugeborenen mit einem Geburtsgewicht von <1250 g

Z3_12_F(x)

Arguments

x

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

Alias

M_08_F

Kapitel

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

Gruppe

Z-Zusatzinformationen

Typ

Mindestfallzahl

Spezifikation

Z3_12_F <- function(x){ x %>%
mutate( i = if_else((F_Neugeborenes &
((birthwt<1250 &
birthwt>250) |
(admwt<1250 &
admwt>250))), 1, as.double(NA))) %>%
output_table_cnt('Z3_12_F') }

Examples

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