Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
RefDocRole
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
CodeSystem | CHARACTER(30) |   | MANDATORY | Indicates which code system the Role is part of. Valid Codesets are defined by ValueSet: [Care Team Member Function from National Library of Medicine]. Eg. ParticipationFunction, SNOMEDCT |
RoleCode | CHARACTER(60) |   | MANDATORY | Indicates specific responsibility of an individual within the care team, which is derived from ValueSet: [Care Team Member Function from National Library of Medicine] |
Description | CHARACTER(80) |   | MANDATORY | Description of the Role. |
RecordStatus | CHARACTER(1) |   | MANDATORY | System set status for the Role code. Field is supported by lookup type: [RecordStatus]. Values are defined in the LookupCode table for the above lookup type. Codes for lookup type 'RecordStatus' are not user definable. Valid codes are (A)ctive and (I)nactive. |
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... |
---|
Child Table | Join Phrase | When deleting RefDocRole record... |
---|---|---|
PatientRefDocSpecialty | PatientRefDocSpecialty.CodeSystem = RefDocRole.CodeSystem and PatientRefDocSpecialty.RoleCode = RefDocRole.RoleCode |
RESTRICT if PatientRefDocSpecialty exists |