Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
CareTeamMember
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| CareTeamMemberSID | INTEGER | ?   | MANDATORY | Unique identifier of based on sequence: GeneralSystem |
| PracticeID | INTEGER | ?   | MANDATORY | FK |
| PatientID | INTEGER | ?   | MANDATORY | FK |
| EntitySID | INTEGER | ?   | MANDATORY | FK |
| Relationship | CHAR(12) |   | OPTIONAL | System defined. Relationship with Patient. Field is supported by the lookup type: PersonalAndLegalRelationship, which is derived from ValueSet: [Personal And Legal Relationship Role Type from National Library of Medicine]. Values are defined in the LookupCode table for the above lookup type. |
| Notes | CHAR(28000) |   | OPTIONAL | Note about relationship between patient, specialty, and others. |
| 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. |
| RelationshipFreeText | CHARACTER(60) |   | OPTIONAL | Stores Free Text value for Relationship for "Other" CareTeam Member |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| Person | CareTeamMember.EntitySID = Person.PersonID | RESTRICT if CareTeamMember exists |
| Patient | CareTeamMember.PracticeID = Patient.PracticeID and CareTeamMember.PatientID = Patient.PatientID |
CASCADE if CareTeamMember exists |
| Child Table | Join Phrase | When deleting CareTeamMember record... |
|---|