Basically I’m developing application using asp.net and I want to write Custom validator which will check right NPI number.
Basically I’m developing application using asp.net and I want to write Custom validator which
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Wikipedia says:
Obviously that just validates the check digit. To find whether a number is actually assigned, I think you need a list. There’s an online lookup, for example. Even without that, there may be additional checks you can do if you know anything about how HIPAA hands the numbers out.