Skip to main content

person_id_crosswalk

Maps every source identifier onto the person_id used throughout the core layer. Consult this table when you need to trace a warehouse person back to the member or patient identifiers a source system knows them by, or to understand how records from different systems were merged.

At a glance

Schemadax_core
Tableperson_id_crosswalk
LayerCore Data Model
Object typetable
Columns7
Grainperson_id, patient_id, member_id, payer, plan, data_source
Tagscore

Columns

ColumnTypeKeyConstraintsDescription
person_idvarcharPKDax identifier for the individual.
patient_idvarcharPKPatient identifier as issued by a clinical source system.
member_idvarcharPKMember identifier as issued by a payer.
payervarcharPKPayer that issued the member identifier.
planvarcharPKPlan associated with the member identifier.
dax_last_runtimestampTimestamp of the warehouse build that produced this row.
data_sourcevarcharPKLabel for the contributing system.

Querying

select *
from dax_core.person_id_crosswalk
limit 100;