Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
Specialty
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| SpecialtyCode | CHARACTER(10) |   | MANDATORY | User entered. Specialty code. If it is a taxonomy specialty code, the first two characters must represent the provider type as validated by the lookup type mentioned. Field is supported by the lookup types:[TaxonomyProviderType]. Values are defined in the LookupCode table for the above lookup types. |
| Name | CHARACTER(60) |   | MANDATORY | Name of specialty. 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. |
| TaxonomyFlag | LOGICAL | Logical_False   | OPTIONAL | YES = Specialty code is standard taxonomy code NO = Specialty code is not taxonomy code. If YES then first two characters of specialty code must be validated by the TaxonomyProviderType lookup type. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|
| Child Table | Join Phrase | When deleting Specialty record... |
|---|---|---|
| PatientProblemHistory | PatientProblemHistory.SpecialtyCode = Specialty.SpecialtyCode | SET NULL if PatientProblemHistory exists |
| PatientProblem | PatientProblem.SpecialtyCode = Specialty.SpecialtyCode | SET NULL if PatientProblem exists |
| PatientRefDocSpecialty | PatientRefDocSpecialty.SpecialtyCode = Specialty.SpecialtyCode | CASCADE if PatientRefDocSpecialty exists |
| Staff | Staff.DefaultSpecialtyCode = Specialty.SpecialtyCode | SET NULL if Staff exists |
| RefDoctor | RefDoctor.DefaultSpecialtyCode = Specialty.SpecialtyCode | SET NULL if RefDoctor exists |
| Referral | Referral.SpecialtyCode = Specialty.SpecialtyCode | RESTRICT if Referral exists |