Z3_12_F.RdVersorgung von Früh- und Neugeborenen mit einem Geburtsgewicht von <1250 g
Z3_12_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
M_08_F
Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)
Z-Zusatzinformationen
Mindestfallzahl
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') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% Z3_12_F() # \dontrun{}