ProviderSpecialty
The table contains the specialties associated with each of your providers. A provider can have multiple specialties; therefore, the primary key for this table is a combination of provider ID and line number of the specialty in the provider's record.
| Column Name | Type | Description |
|---|---|---|
| ProviderIdentification | VARCHAR | The unique ID of the provider record. This ID may be encrypted. |
| ProviderSpecialtyIdentifier | VARCHAR | The unique ID of the specialty in the corresponding category list. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| ProviderSpecialtyLineNumber | INTEGER | The line number of the associated department in the provider’s record. NOTE: Providers may have multiple specialities listed in SER in database. In this case they will have multiple records in this table. |