PatientIdentityHistoryLog
No add single table for Identity history database.
| Column Name | Type | Description |
|---|---|---|
| RecordStatus | INTEGER | Stores the record status (hidden, soft-deleted, etc...) |
| RecordCreationDateTime | DATETIME | Stores the date the record was created |
| IdentityEventRecordIdentifier | VARCHAR | This column holds the internal ID for an Identity Event record which stores information related to merges, unmerges, overlays, contact moves, etc. for a given patient. |
| PatientCreationDate | DATETIME | The date when the patient that is associated with this Identity Events record was created. This item is only set during certain Identity events. |
| PatientCreationInstant | DATETIME | The instant when the patient that is associated with this Identity Events record was created. This item is only set during certain Identity events. |
| LogicalRecordOwnerIdentifier | VARCHAR | Stores the logical owner for the record |
| OriginalCreationDepartmentIdentifier | NUMERIC | The unique ID of the department in which the patient that is associated with this Identity Events record was created. This item is only set during certain Identity events. |
| HasPendingEventFlag | VARCHAR | A Yes/No flag indicating whether or not the IER record has any outstanding events which need attention to resolve. |
| RecordPhysicalOwnerIdentifier | VARCHAR | Stores the physical owner of the record |
| OriginalPatientCreationUserId | VARCHAR | The unique ID of the user who created the patient that is associated with this Identity Events record. This item is only set during certain Identity events. |
| AssociatedPatientIdentifier | VARCHAR | The current patient associated with this IER record. |
| HasUnresolvedOverlayReports | VARCHAR | A Yes/No flag indicating whether or not this patient record has any unresolved overlay resolution reports associated with it. |