claim_tooth_status
Provides information about the status of individual teeth
Primary Key:Foreign Keys:claim_id=>claim.claim_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
claim_id | bigint | No | Yes | Link to the claim record. Generated through expression: |
tooth_number | text | No | Yes | ADA Universal National Tooth Designation System (from DN201) Generated through expression: |
tooth_status | tooth_status_type | Yes | No | Status of the tooth (from DN202) Generated through expression: |
tooth_number_qualifier | code_list_qualifier_type | No | No | The code set used to identify the tooth in tooth_number (from DN206) Generated through expression: |