HospitalAccountCodingStatusHistory
This table contains the history of coding status changes for each account coded.
| Column Name | Type | Description |
|---|---|---|
| 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. |
| CodingStatusHistoryLineNumber | INTEGER | The line number in the results of a query. Each coding history will have its own line number. |
| CodingStatusChangeSystemDateTime | DATETIME | This column returns the coding status changed instant in system time. |
| CodingStatusChangeDate | DATETIME | Stores the date when the coding status was changed. |
| SimpleVisitCodingCompletionStatus | INTEGER | Holds the simple visit coding (SVC) completion status when coding status is set by simple visit coding. |
| CodingStatusChangedInstantUtc | DATETIME | Coding status changed instant - stored in UTC time. Data will not exist in this column for coding statuses created before UTC instant tracking was enabled for coding history. |