PROVIDER table

THIS IS OUTDATED. All documentation is now on the github wiki. Please refer there or to the CDM working group for more information

The PROVIDER table contains a list of uniquely identified healthcare providers. These are individuals providing hands-on healthcare to patients, such as physicians, nurses, midwives, physical therapists etc.

FieldRequiredTypeDescription
provider_idYesintegerA unique identifier for each Provider.
provider_nameNovarchar(50)A description of the Provider.
npiNovarchar(20)The National Provider Identifier (NPI) of the provider.
deaNovarchar(20)The Drug Enforcement Administration (DEA) number of the provider.
specialty_concept_idNointegerA foreign key to a Standard Specialty Concept ID in the Standardized Vocabularies.
care_site_idNointegerA foreign key to the main Care Site where the provider is practicing.
year_of_birthNointegerThe year of birth of the Provider.
gender_concept_idNointegerThe gender of the Provider.
provider_source_valueNovarchar(50)The identifier used for the Provider in the source data, stored here for reference.
specialty_source_valueNovarchar(50)The source code for the Provider specialty as it appears in the source data, stored here for reference.
specialty_source_concept_idNointegerA foreign key to a Concept that refers to the code used in the source.
gender_source_valueNovarchar(50)The gender code for the Provider as it appears in the source data, stored here for reference.
gender_source_concept_idNointegerA foreign key to a Concept that refers to the code used in the source.

Conventions