PROV_OUTREACH_TABLE

This table provides methods of outreach for individual healthcare providers, including emails, and primary locations.

Queries that source from PROV_OUTREACH_TABLE table

What is in the PROV_OUTREACH_TABLE table?

Results are returned as a json, pySpark DataFrame, or pandas DataFrame (default).

featuredescriptionexample
hcp_npiNational Provider Identifier (NPI) of the individual provider registered with NPPES.1588763981
hcp_nameFull name of the individual provider recordrandal aaberg
taxonomyPrimary taxonomy code of the individual provider367A00000X
subspecialtySubspecialty of the individual provider recordurology - general
specialtySpecialty of the individual provider recordurology
specialty_categorySpecialty category of the individual provider recordallopathic & osteopathic physicians
email1Primary email address of the individual provider[email protected]
email2Secondary email address of the individual provider[email protected]
addressPrimary address on record for the individual provider record3288 moanalua rd
cityCity of primary address for the individual provider recordhonolulu
stateTwo digit US State code of primary address for the individual provider recordHI
zipZip code of the primary address for the individual provider record96819
phonePrimary phone number of the individual provider record808-432-8000
faxPrimary fax number of the individual provider record808-432-8000
update_dateThe last date in which the provider contact details have been updated2023-09-01

Helper Function within the CareQuery API to help understand the underlying PROV_OUTREACH_TABLE dataset.

# import package
from care_query.care_query import CareQuery

# instantiate and connect
cq = CareQuery(email = "your-email", 
               token = "your-api-token")

# return details 
print(cq.glossary.table_detail('PROV_OUTREACH_TABLE'))