Skip to contents

Downloads 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 is FALSE.

quiet

Logical. If TRUE, suppresses informational messages. Default is FALSE.

Value

File path to the downloaded zip file (invisibly).

Examples

if (FALSE) { # \dontrun{
path <- get_nhsbsa_bnf_snomed()
} # }