Download the NHSBSA BNF-SNOMED mapping file
Source:R/get_nhsbsa_bnf_snomed.R
get_nhsbsa_bnf_snomed.RdDownloads the NHS Business Services Authority (NHSBSA) BNF-SNOMED/DM+D mapping file from the NHSBSA website.
Usage
get_nhsbsa_bnf_snomed(dir_path = tempdir(), overwrite = FALSE, quiet = FALSE)Arguments
- dir_path
Directory to download the file to. Defaults to
tempdir().- overwrite
Logical. If
TRUE, re-downloads the file even if it already exists. Default isFALSE.- quiet
Logical. If
TRUE, suppresses informational messages. Default isFALSE.