The practitioner table contains information on healthcare providers who deliver care to patients. Primary Keys:
  • practitioner_id
Foreign Keys:
  • location_id
ColumnData TypeDescriptionTerminology
practitioner_idstringUnique identifier for the practitioner-
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
first_namestringPractitioner’s first name-
last_namestringPractitioner’s last name-
middle_namestringPractitioner’s middle name-
npistringNational Provider Identifier-
license_numberstringState license number-
specialtystringMedical specialty-
specialty_codestringSpecialty code-
credentialstringProfessional credentialsMD, DO, RN, NP, PA
organization_idstringIdentifier for the organization-
location_idstringIdentifier for the primary location-
phone_numberstringPrimary phone number-
email_addressstringPrimary email address-
active_statusbooleanWhether the practitioner is active-
data_sourcestringSource of the practitioner dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the practitioner data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-