PatientRacialIdentity
This table contains information on a patient's race.
| Column Name | Type | Description |
|---|---|---|
| PatientRaceLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| 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. |
| PatientRaceCategory | INTEGER | The race of the patient. |
| 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. |
| PatientRaceIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |