Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fieldtypeattributesnotesexample
entity_idint(10)UNSIGNED NOT NULL AUTO_INCREMENTProvided by Pellucid, same as entities table1219198502
local_idvarchar(10)DEFAULT NULLAssigned by data provider, ex: state 0012
namevarchar(255)DEFAULT NULL Ted's ACO
akavarchar(255)DEFAULT NULL Ted Jr's ACO
entity_typevarchar(255)DEFAULT NULL Medicare Shared Savings
classificationvarchar(255)DEFAULT NULLDetails on the Operating status of the entityPartnership of Hospitals
date_startdate YYYY-MM-DD2014-08-04
counties_servedvarchar(255)DEFAULT NULLList of counties that are part of the ACONassau
addressvarchar(255)DEFAULT NULLPhysical Location123 Fake St
cityvarchar(255)DEFAULT NULL Lake Success
statevarchar(2)DEFAULT NULLTwo-letter state abbreviationNY
state_fipsvarchar(10)DEFAULT NULL 09
zipcodevarchar(5)DEFAULT NULL 11042
county_namevarchar(30)DEFAULT NULL Nassau
county_fipsvarchar(10)DEFAULT NULL 056
phone_numbervarchar(46)DEFAULT NULL 5165550123
geo_latfloatDEFAULT NULLlatitude location-45.00032
geo_longfloatDEFAULT NULLlongitude location101.12345
websitevarchar(255)DEFAULT NULLurlwww.site.com
contact_iprovarchar(255)DEFAULT NULLcontact through IPRO

 jim@ipro.us

contact_cmwfvarchar(255)DEFAULT NULLcontact through Common Wealth Funds jim@fake.org
summary_detailvarchar(255)DEFAULT NULLa description of who runs the ACO and what locations it serves CEO James Bond is the contact
estimated_membersvarchar(255)DEFAULT NULLapproximate number of members600
estimated_physiciansvarchar(255)DEFAULT NULLapproximate number of physicians6
physician_detailsvarchar(255)DEFAULT NULLindicates the number of primary care physicians and specialistsPCPs = 12; Specialists = 4
closed_datedateDEFAULT NULL 2011-01-12
createddatetime when the row was created2000-01-01 11:11:11
modifieddatetime when the row was most recently changed2014-08-01 01:12:12

...