Description Usage Arguments Details Value Examples
This function will varify nhs numbers according to the checksum process outlined by UK Government Data Standards Catalogue (GDSC), Version 2.0, Agreed 01.01.02 availible as reference here: https://www.datadictionary.nhs.uk/version2/data_dictionary/data_field_notes/n/nhs_number_de.asp?shownav=0
1 | verify_nhs(nhs_numbers = NULL)
|
nhs_numbers |
as character vector |
Please enter the NHS number as characters (i.e. "6744424270" and not 6744424270). Remove all formatting, including spaces and dashes.
a logical vector
1 | verify_nhs("6744424270") # expect TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.