A simple .NET 6 console application that generates random National Provider Identifier (NPI) numbers.
A National Provider Identifier (NPI) is a unique 10-digit identification number issued to healthcare providers in the United States by the Centers for Medicare and Medicaid Services (CMS).
- The app prompts you to enter how many NPI numbers you want to generate.
- It validates your input (must be a whole number).
- It prints the requested number of randomly generated NPI values, one per line.
dotnet run --project NPI-Generator
Example session:
How many NPI do you want?
5
1559595546
1559595546
1559595546
1559595546
1559595546