Code.

NPI() Method

Summary

Generates a 10 digit NPI (National Provider Identifier issued to health care providers in the United States)
Namespace
Faker
Containing Type
Code

Syntax

public static string NPI()

Remarks

Description of the NPI standard is at wikipedia. The NPI has replaced the unique physician identification number (UPIN).

Return Value

Type Description
string The generated NPI
GitHub