Patienten mit angeborenen Gerinnungsstörungen

J3_02_F(x)

Arguments

x

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

Alias

58_2_F

Kapitel

J3-Komplexe Konstellationen

Gruppe

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

Typ

Fallzahl

Spezifikation

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

Examples

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