Fälle mit therapeutischen Massnahmen

Behandlungsfälle mit OP

J3_08N_F(x)

J3_08N_F(x)

Arguments

x

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

Alias

58_4_N

58_4_N

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

Fallzahl

Fallzahl

Spezifikation

J3_08N_F <- 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)),
if_else((sdx %in_table% (ICD_Lungenembolie)), 2, 1), as.double(NA))) %>%
output_table_cnt('J3_08N_F') }

J3_08N_F <- 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)),
if_else((sdx %in_table% (ICD_Lungenembolie)), 2, 1), as.double(NA))) %>%
output_table_cnt('J3_08N_F') }

Examples

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