OP des vaisseaux extra­crâniens sans rééducation précoce (âge >19), durée de séjour

F1_05_X(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

A_04_WV

Chapitre

F1-Opérations des artères cérébrales

Groupe

F-Affections des vaisseaux

Type

durée de séjour

Spécification

F1_05_X <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Carotis_OP %+%
CHOP_Vertebralis_OP) &
srg %not_in_table% (CHOP_Herz_OP) &
ddx %not_in_table% (ICD_HNO_Tumor) &
srg %not_in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) &
srg %not_in_table% (CHOP_Amput_Bein) &
srg %not_in_table% (CHOP_Amput_Fuss) &
ddx %not_in_table% (ICD_HWK_Trauma) &
F_Polytrauma_exclusion &
F_28_11_Aus &
F_28_12_Aus &
F_28_13_Aus &
F_28_15_Aus &
F_28_17_Aus &
F_28_18_Aus &
ageyears>19 &
srg %not_in_table% (CHOP_Fruehrehabilitation_gesamt)), los, as.double(NA))) %>%
output_table_cnt('F1_05_X') }

Examples

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