J3_08N_F.RdFälle mit therapeutischen Massnahmen
Behandlungsfälle mit OP
J3_08N_F(x)
J3_08N_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
58_4_N
58_4_N
J3-Komplexe Konstellationen
J3-Komplexe Konstellationen
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Fallzahl
Fallzahl
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') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_08N_F() # \dontrun{}
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_08N_F() # \dontrun{}