value_sources

Summary

This table contains data on the sources that provide information to populate the entity_values table; its primary key is the source_id. Each data point in the entity_values table can be linked to a source from this table.

 

Fields

fieldtypeattributesnotesexample
source_idint(11)NOT NULL AUTO_INCREMENTProvided by Pellucid1234
titletextNOT NULLProvided by sourceNew Jersey Department of Health
update_frequencyenum('triennial','biennial','annual','quarterly','monthly','weekly','daily','hourly','ondemand','unknown')NOT NULL DEFAULT 'unknown'Determined by IPROannual
update_typeenum('rolling','append','snapshot')NOT NULL DEFAULT 'rolling'Determined by IPROrolling
geo_coverageenum('world','us','state','county','city','zip','facility')NOT NULL DEFAULT 'world'Provided by sourceworld
file_formatenum('csv','fixedlength','xls','mdb','sql')NOT NULL DEFAULT 'world'Provided by sourceworld
provider_coverageenum('h','nh','hh','po','cc')NOT NULL DEFAULT 'h'Provided by sourceh
provider_payorenum('allpayor','medicare','medicaid','private','other')NOT NULL DEFAULT 'allpayor'Provided by sourceallpayor
ownertextNOT NULLProvided by sourceNJ Department of Health Data
owner_public_urltextNOT NULL http://datasource.ipro.fakewebsite.com/
owner_data_urltextNOT NULL  
short_desctextNOT NULLProduced by IPROThe department of health for state X
long_desctextNOT NULLProduced by IPROThe department of health for state X. Chartered and operated by soandso, they are responsible for...
pellucid_loctextNOT NULLProvided by IPRO 
dua_urltextNOT NULL http://datasource.ipro.fakewebsite.com/dua
acquisition_contact_nametextNOT NULLDetermined by IPROJohn Smith
acquisition_contact_emailtextNOT NULLDetermined by IPROjsmith@doh.statex
acquisition_contact_telephonetextNOT NULLDetermined by IPRO1235550001
createdtimestampNOT NULL DEFAULT '0000-00-00 00:00:00'Date the row was created in YYYY-MM-DD HH:MM:SS format2009-01-24 13:52:39
modifiedtimestampNOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,Date the row was last edited in YYYY-MM-DD HH:MM:SS format2009-03-14 09:08:12