...
This table is used to track identifying data for Accountable Care Organizations (ACOs) nationally.
...
field | type | attributes | notes | example |
---|---|---|---|---|
entity_acos.entity_id | int(10) | UNSIGNED NOT NULL AUTO_INCREMENT | Provided by Pellucid, same as FOREIGN KEY: links to entities table | 1219198502 |
entity_acos.local_id | varchar(10) | DEFAULT NULL | Assigned by data provider, ex: state | 0012 |
entity_acos.name | varchar(255) | DEFAULT NULL | Ted's ACO | |
entity_acos.aka | varchar(255) | DEFAULT NULL | Ted Jr's ACO | |
entity_acos.entity_type | varchar(255) | DEFAULT NULL | Medicare Shared Savings | |
entity_acos.classification | varchar(255) | DEFAULT NULL | Details on the Operating status of the entity | Partnership of Hospitals |
entity_acos.date_start | date | YYYY-MM-DD | 2014-08-04 | |
entity_acos.counties_served | varchar(255) | DEFAULT NULL | List of counties that are part of the ACO | Nassau |
entity_acos.address | varchar(255) | DEFAULT NULL | Physical Location | 123 Fake St |
entity_acos.city | varchar(255) | DEFAULT NULL | Lake Success | |
entity_acos.state | varchar(2) | DEFAULT NULL | Two-letter state abbreviation | NY |
entity_acos.state_fips | varchar(10) | DEFAULT NULL | 09 | |
entity_acos.zipcode | varchar(5) | DEFAULT NULL | 11042 | |
entity_acos.county_name | varchar(30) | DEFAULT NULL | Nassau | |
entity_acos.county_fips | varchar(10) | DEFAULT NULL | 056 | |
entity_acos.phone_number | varchar(46) | DEFAULT NULL | 5165550123 | |
entity_acos.geo_lat | float | DEFAULT NULL | latitude location | -45.00032 |
entity_acos.geo_long | float | DEFAULT NULL | longitude location | 101.12345 |
entity_acos.website | varchar(255) | DEFAULT NULL | url | www.site.com |
entity_acos.contact_ipro | varchar(255) | DEFAULT NULL | contact through IPRO | jim@ipro.us |
entity_acos.contact_cmwf | varchar(255) | DEFAULT NULL | contact through Common Wealth Funds | jim@fake.org |
entity_acos.summary_detail | varchar(255) | DEFAULT NULL | a description of who runs the ACO and what locations it serves | CEO James Bond is the contact |
entity_acos.estimated_members | varchar(255) | DEFAULT NULL | approximate number of members | 600 |
entity_acos.estimated_physicians | varchar(255) | DEFAULT NULL | approximate number of physicians | 6 |
entity_acos.physician_details | varchar(255) | DEFAULT NULL | indicates the number of primary care physicians and specialists | PCPs = 12; Specialists = 4 |
entity_acos.closed_date | date | DEFAULT NULL | 2011-01-12 | |
entity_acos.created | datetime | when the row was created | 2000-01-01 11:11:11 | |
entity_acos.modified | datetime | when the row was most recently changed | 2014-08-01 01:12:12 |
...