Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
PersonTribalAffiliation
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
PersonID | INTEGER | ?   | MANDATORY | FK from Person |
TribalAffiliation | CHAR(5) |   | MANDATORY | User selected TribalAffiliation. Field is supported by lookup type: [TribalAffiliation], which is derived from ValueSet: [HL7 US Tribal Entity]. Values are defined in the LookupCode table for the above lookup type. |
Order | INTEGER | 0   | MANDATORY | Sequence number of the each Tribal affiliation selected for Person. |
LastModifiedByPracticeID | INTEGER | ?   | MANDATORY | FK from Practice The PracticeID of the practice that last modified the TribalAffiliation for the person. |
LastModifiedByDateTime | DATETIME-TZ |   | MANDATORY | The date, time and time zone offset the person TribalAffiliation was modified. |
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... |
---|---|---|
Practice | PersonTribalAffiliation.LastModifiedByPracticeID = Practice.PracticeID | CASCADE if PersonTribalAffiliation exists |
Person | PersonTribalAffiliation.PersonID = Person.PersonID | CASCADE if PersonTribalAffiliation exists |
Child Table | Join Phrase | When deleting PersonTribalAffiliation record... |
---|