LOCATION table

The LOCATION table represents a generic way to capture physical location or address informationof Persons and Care Sites.

FieldRequiredTypeDescription
location_idYesintegerA unique identifier for each geographic location.
address_1Novarchar(50)The address field 1, typically used for the street address, as it appears in the source data.
address_2Novarchar(50)The address field 2, typically used for additional detail such as buildings, suites, floors, as it appears in the source data.
city Novarchar(50)The city field as it appears in the source data.
stateNovarchar(2)The state field as it appears in the source data.
zipNovarchar(9)The zip or postal code.
countyNovarchar(20)The county.
location_source_valueNovarchar(50)The verbatim information that is used to uniquely identify the location as it appears in the source data.

Conventions