Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PlanClaimDiag
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PlanID | INTEGER | ?   | MANDATORY | FK - From PlanClaim table. |
| PolicyNumber | CHARACTER(20) |   | MANDATORY | FK - From PlanClaim table. |
| ClaimSID | INTEGER | ?   | MANDATORY | FK - From PlanClaim table. |
| DiagnosisType | CHAR(1) | Alpha_-_O   | MANDATORY | The type of UB diagnosis. O = Other, V = Reason for Visit, E = External Cause of Injury, A = Admitting Diagnosis. Note: Professional claims all have diag type O = Other. |
| OrderNumber | INTEGER | 0   | MANDATORY | Programmatically set order. This is the order that the diags will appear on the claim. |
| DiagnosisCode | CHAR(10) |   | MANDATORY | Diagnosis code that corresponds to the diagnosis. |
| TimeStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was last written. |
| LastUser | INTEGER | ?   | OPTIONAL | User ID of user that last wrote the record. |
| CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
| CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
| PresentOnAdmission | CHAR(1) | Set_To_Empty_String   | OPTIONAL | Specifies whether or not the diag was present on admission. Y = Yes , N = No , U = Unknown , W = Not Applicable. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| PlanClaim | PlanClaimDiag.PlanID = PlanClaim.PlanID and PlanClaimDiag.PolicyNumber = PlanClaim.PolicyNumber and PlanClaimDiag.ClaimSID = PlanClaim.ClaimSID |
CASCADE if PlanClaimDiag exists |
| Child Table | Join Phrase | When deleting PlanClaimDiag record... |
|---|