EXEC_OUTREACH_TABLE

This table provides methods of outreach for hospital and health system executives, including email, LinkedIn and role context.

Queries that source from EXEC_OUTREACH_TABLE table

What is in the EXEC_OUTREACH_TABLE table?

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

featuredescriptionexample
exec_nameFull name of the executive recorddaniel giang
hospitalPrimary hospital/system associated with the executive recordloma linda university medical center
titleRole title associated with the hospital/system executive recordvice president of graduate medical education
departmentDepartmental affiliation with the role of the executive recordadministrative
exec_levelAdministrative level of the executive recordvice president
email1Primary email address of the hospital/system executive record[email protected]
email2Secondary email address of the hospital/system executive record
addressPrimary address of the hospital/system executive record11234 anderson st
cityCity for the primary address of the hospital/system executive recordloma linda
stateUS State code for the primary address of the hospital/system executive recordCA
zipZip code for the primary address of the hospital/system executive record92354
phonePrimary phone number of the hospital/system executive record909-558-4000
linkedinLinkedIn URL for the hospital/system executive recordhttps://www.linkedin.com/in/daniel-giang-84227085/
npiNational Provider Identifier (NPI) if executive is an NPPES registered healthcare provider1568492635
org_urlOrganizational website most closely associated with the executive recordllu.edu
system_execBiary indicator of whether the executive is at the hospital or health system administrative level0
update_dateThe last date in which the hospital executive contact details have been updated2023-09-01

Helper Function within the CareQuery API to help understand the underlying EXEC_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('EXEC_OUTREACH_TABLE'))