Skip to main content

int_patient_remove_duplicates

:::caution Internal model This is an intermediate/staging model used to build the query surface. It is documented for lineage and debugging. Its shape may change between releases, so avoid building reports directly on it. :::

At a glance

Schemadax_core
Tableint_patient_remove_duplicates
LayerCore Data Model
Object typetable
Columns25
Grainperson_id, data_source
Tagscore, core_stage_clinical

Columns

ColumnTypeKeyConstraintsDescription
person_idPK
patient_id
first_name
middle_name
last_name
name_suffix
sex
race
ethnicity
birth_date
death_date
death_flag
social_security_number
address
city
state
zip_code
county
latitude
longitude
phone
email
ingest_datetime
dax_last_run
data_sourcePK

Querying

select *
from dax_core.int_patient_remove_duplicates
limit 100;