Skip to contents

List ICD codes from Bundes-Klinik-Atlas

Usage

klinikatlas_icd_codes(safe = TRUE, refresh = FALSE)

Arguments

safe

Logical; if TRUE (default), apply rate-limiting and cache GET responses to tools::R_user_dir("bunddev", "cache").

refresh

Logical; if TRUE, ignore cached responses and re-fetch from the API (default FALSE).

Value

A tibble with one row per ICD code.

Details

Returns ICD code metadata used by the Bundes-Klinik-Atlas search UI. API documentation: https://github.com/bundesAPI/klinikatlas-api.

Examples

if (FALSE) { # \dontrun{
klinikatlas_icd_codes()
} # }