...
field | type | attributes | notes | example |
---|---|---|---|---|
entity_id | int(20) | UNSIGNED NOT NULL AUTO_INCREMENT | Provided by Pellucid, same as entities table | 1219198502 |
entity_hospital_id | int(10) | DEFAULT NULL | hospital entity_id that the clinic is tied to | 100001 |
local_id | varchar(10) | DEFAULT NULL | Assigned by data provider, ex: state | 0012 |
type | varchar(25) | DEFAULT NULL | Provides details on the type of service | DBA |
name | varchar(255) | DEFAULT NULL | Ted's ACO | |
aka | varchar(255) | DEFAULT NULL | Ted Jr's ACO | |
address | varchar(255) | DEFAULT NULL | Physical Location | 123 Fake St |
city | varchar(255) | DEFAULT NULL | Lake Success | |
state | varchar(2) | DEFAULT NULL | Two-letter state abbreviation | NY |
state_fips | varchar(10) | DEFAULT NULL | Nationally defined | 09 |
zipcode | varchar(5) | DEFAULT NULL | 11042 | |
county_name | varchar(30) | DEFAULT NULL | Nassau | |
county_fips | varchar(10) | DEFAULT NULL | Determined by state | 056 |
phone_number | varchar(46) | DEFAULT NULL | 5165550123 | |
closed_date | date | DEFAULT NULL | YYYY-MM-DD | 2011-01-12 |
created | datetime | when the row was created | 2000-01-01 11:11:11 | |
modified | datetime | when the row was most recently changed | 2014-08-01 01:12:12 |