Operierte Patienten mit angeborenen Gerinnungsstörungen

J3_03_F(x)

Arguments

x

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

Alias

58_21_F

Kapitel

J3-Komplexe Konstellationen

Gruppe

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

Typ

Fallzahl

Spezifikation

J3_03_F <- function(x){ x %>%
mutate( i = if_else((ddx %in_table% (ICD_Gerinnungsstoerung_ZE) &
srg %in_table% (CHOP_Operationen_Erweitert)), 1, as.double(NA))) %>%
output_table_cnt('J3_03_F') }

Examples

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