Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PlanAltID
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PlanID | INTEGER | ?   | MANDATORY | FK |
| AidClass | CHARACTER(3) |   | MANDATORY | Developer supplied class. Valid values are: D - provider (doctor) E - EDI I - plan (insurance) ID - insurance provider IP - insurance practice P - person S - service center F - finance center |
| AidTag | CHARACTER(8) |   | MANDATORY | User entered ID Tag used to label an ID number for an entity assigned to an alternate ID class. |
| ProviderClass | CHARACTER(3) |   | MANDATORY | Developer supplied class. Valid values are: D - provider (doctor) E - EDI I - plan (insurance) ID - insurance provider IP - insurance practice P - person S - service center F - finance center |
| ProviderTag | CHARACTER(8) |   | MANDATORY | User entered ID Tag used to label an ID number for an entity assigned to an alternate ID class. |
| ID | CHARACTER(20) |   | MANDATORY | The alternate id for the associated alternate id tag. User entered. |
| Options | CHARACTER(20) |   | OPTIONAL | Options for the alternate id. User entered. |
| 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. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| AlternateID | PlanAltID.ProviderClass = AlternateID.AidClass and PlanAltID.ProviderTag = AlternateID.AidTag |
RESTRICT if PlanAltID exists |
| AlternateID | PlanAltID.AidClass = AlternateID.AidClass and PlanAltID.AidTag = AlternateID.AidTag |
CASCADE if PlanAltID exists |
| Plan | PlanAltID.PlanID = Plan.PlanID | CASCADE if PlanAltID exists |
| Child Table | Join Phrase | When deleting PlanAltID record... |
|---|