PatientTypeHistory
This table contains one record for each patient type for each patient.
| Column Name | Type | Description |
|---|---|---|
| PatientIdentification | VARCHAR | The unique ID of the patient. This value is encrypted if encryption is enabled. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| PatientTypeLineNumber | INTEGER | A patient can be defined with one or many types. This is the line number corresponding to the type for each patient. |
| 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. |