Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.13 KB

File metadata and controls

31 lines (28 loc) · 2.13 KB

IO.Vericred.Model.Provider

Properties

Name Type Description Notes
City string City name (e.g. Springfield). [optional]
Email string Primary email address to contact the provider. [optional]
Gender string Provider's gender (M or F) [optional]
FirstName string Given name for the provider. [optional]
Id int? National Provider Index (NPI) number [optional]
LastName string Family name for the provider. [optional]
Latitude decimal? Latitude of provider [optional]
Longitude decimal? Longitude of provider [optional]
MiddleName string Middle name for the provider. [optional]
NetworkIds List<int?> Array of network ids [optional]
OrganizationName string name for the providers of type: organization. [optional]
PersonalPhone string Personal contact phone for the provider. [optional]
Phone string Office phone for the provider [optional]
PresentationName string Preferred name for display (e.g. Dr. Francis White may prefer Dr. Frank White) [optional]
Specialty string Name of the primary Specialty [optional]
State string State code for the provider's address (e.g. NY). [optional]
StateId int? Foreign key to States [optional]
StreetLine1 string First line of the provider's street address. [optional]
StreetLine2 string Second line of the provider's street address. [optional]
Suffix string Suffix for the provider's name (e.g. Jr) [optional]
Title string Professional title for the provider (e.g. Dr). [optional]
Type string Type of NPI number (individual provider vs organization). [optional]
ZipCode string Postal code for the provider's address (e.g. 11215) [optional]

[Back to Model list] [Back to API list] [Back to README]