Nenner Anteil Verlegungen bei Beatmungsfällen >24 h (ohne Neugeborene)

J1_01_VN(x)

Arguments

x

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

Alias

A_35_N

Kapitel

J1-Beatmung, ARDS und extrakorporale Verfahren

Gruppe

J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)

Typ

Verlegungen

Spezifikation

J1_01_VN <- function(x){ x %>%
mutate( i = if_else(( (agedays>27 |
ageyears>0) &
hmv>24 &
!F_Tot),
if_else((F_Verlegung), 2, 1), as.double(NA))) %>%
output_table_cnt('J1_01_VN') }

Examples

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