encounters__patient_data_source_id
At a glance
| Schema | dax_claims_preprocessing |
| Table | encounters__patient_data_source_id |
| Layer | Claims Preprocessing |
| Object type | table |
| Columns | 3 |
| Grain | patient_data_source_id |
| Tags | claims_preprocessing, encounters |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
patient_data_source_id | varchar | PK | not null, unique | — |
person_id | varchar | — | — | |
data_source | varchar | — | — |
Querying
select *
from dax_claims_preprocessing.encounters__patient_data_source_id
limit 100;