normalized__medical_claim_diagnoses
At a glance
| Schema | dax_normalized_layer |
| Table | normalized__medical_claim_diagnoses |
| Layer | Normalized Layer |
| Object type | table |
| Columns | 8 |
| Grain | medical_claim_id, condition_rank |
| Tags | normalized_layer |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
medical_claim_id | — | not null | — | |
claim_id | — | not null | — | |
claim_line_number | — | — | — | |
condition_rank | — | not null | — | |
code_system | — | — | — | |
source_code | — | — | — | |
normalized_code | — | — | — | |
data_source | — | not null | — |
Querying
select *
from dax_normalized_layer.normalized__medical_claim_diagnoses
limit 100;