Skip to main content

location

One row per facility or place of service, with address and facility type, used to resolve the facility identifiers carried on encounters and claims.

At a glance

Schemadax_core
Tablelocation
LayerCore Data Model
Object typetable
Columns14
Grainlocation_id, data_source
Tagscore

Columns

ColumnTypeKeyTerminologyConstraintsDescription
location_idvarcharPKnot null
npivarcharProvider
namevarchar
facility_typevarchar
parent_organizationvarchar
addressvarchar
cityvarchar
statevarchar
zip_codevarchar
latitudefloat
longitudefloat
ingest_datetimetimestamp
dax_last_runtimestamp
data_sourcevarcharPKnot null

Querying

select *
from dax_core.location
limit 100;