Knie­Endoprothesen­Erstimplantation bei anderen Diagnosen (nicht in I.1.15.F), Mortalität

I1_16_M(x)

Arguments

x

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

Alias

43_2

Kapitel

I1-Gelenkersatz, Endoprothese

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Mortalität

Spezifikation

I1_16_M <- function(x){ x %>%
mutate( i = if_else((F_Hueft_Knie_Kombi_aus &
F_Hueft_Knie_Tumor_aus &
F_Knie_Erstimplantation_aus &
srg %in_table% (CHOP_Knie_Implantation) &
srg %not_in_table% (CHOP_TEPABST)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('I1_16_M') }

Examples

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