NHS numbers are 10 digit numbers where the 10th digit is a checksum. This function validates the checksums of the supplied NHS numbers.
is_number_valid(nhs_number, warn = TRUE)
A 10 digit NHS number to validate
Boolean that controls display of warning messages