OP mit Transfusion von >4 EK oder TK und IPS (ohne Organtransplantation, Polytrauma, OP am Herzen offen oder Hämato-Onkologische Diagnose)

J3_07_F(x)

Arguments

x

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

Alias

58_311_N

Kapitel

J3-Komplexe Konstellationen

Gruppe

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

Typ

Fallzahl

Spezifikation

J3_07_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Massentransfusion_EK_TK) &
srg %in_table% (CHOP_Operationen_Ausschluss) &
srg %not_in_table% (CHOP_Organ_Tx_alle) &
srg %not_in_table% (CHOP_Herz_OP_offen) &
ddx %not_in_table% (ICD_Haematoonkologie) &
ddx %not_in_table% (ICD_Gerinnungsstoerung_ZE) &
F_Polytrauma_exclusion &
F_ICU),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('J3_07_F') }

Examples

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