int_procedure_from_claims
:::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
| Schema | dax_intermediate |
| Table | int_procedure_from_claims |
| Layer | Core Data Model |
| Object type | table |
| Columns | 8 |
| Grain | procedure_id |
| Tags | core |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
procedure_id | varchar | PK | not null | — |
encounter_id | varchar | — | — | |
claim_id | varchar | not null | — | |
code_system | varchar | — | — | |
source_code | varchar | — | — | |
normalized_code | varchar | — | — | |
ingest_datetime | timestamp | — | — | |
data_source | varchar | not null | — |
Querying
select *
from dax_intermediate.int_procedure_from_claims
limit 100;