# \donttest{
# Download latest diagnosis CCSR mapping
dx_map <- download_ccsr("diagnosis")
# Download specific version of procedure CCSR mapping
pr_map <- download_ccsr("procedure", version = "v2025.1")
# Download without caching
dx_map <- download_ccsr("diagnosis", cache = FALSE)
# }
Run the code above in your browser using DataLab