ND Lungenembolie bei Behandlungsfällen mit OP, Mortalität

ND Lungenembolie bei Fällen mit therapeutischen Massnahmen, Mortalität

J3_08_M(x)

J3_08_M(x)

Arguments

x

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

Alias

58_41

58_41

Kapitel

J3-Komplexe Konstellationen

J3-Komplexe Konstellationen

Gruppe

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

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

Typ

Mortalität

Mortalität

Spezifikation

J3_08_M <- function(x){ x %>%
mutate( i = if_else(( (srg %in_table% (CHOP_Operationen_Erweitert) |
srg %in_table% (CHOP_Therap_Massnahmen)) &
srg %not_in_table% (CHOP_LAE_Ausschluss) &
sdx %in_table% (ICD_Lungenembolie)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('J3_08_M') }

J3_08_M <- function(x){ x %>%
mutate( i = if_else(( (srg %in_table% (CHOP_Operationen_Erweitert) |
srg %in_table% (CHOP_Therap_Massnahmen)) &
srg %not_in_table% (CHOP_LAE_Ausschluss) &
sdx %in_table% (ICD_Lungenembolie)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('J3_08_M') }

Examples

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