ProcedureOrderSignatu
This table contains the users, providers, and messages related to procedure verbal orders and cosign orders.
| Column Name | Type | Description |
|---|---|---|
| IsOrderFromHospitalistFlag | VARCHAR | Indicates if the order was by a hospitalist. |
| CosignSignedDateTime | DATETIME | The date and time the order was cosigned. |
| LinkedOrderGroupGloballyUniqueIdentifier | VARCHAR | This item holds the GUID to link a group of linked orders. This will be used for tracking the cosign messages sent to providers. |
| 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. |
| VerbalOrderSignedDateTime | DATETIME | The date and time the verbal order was signed. |
| SignatureRequirementCreationSource | INTEGER | This column is the creation source for order signature requirements. |
| CosignRequirementCreationUtcDatetime | DATETIME | When the cosign requirement was created (UTC Time). |
| VerbalOrderMessageRecipientUserIdentifier | VARCHAR | The unique user record ID for the recipient of the In Basket message for the verbal order. |
| AuthorizingProviderIdentifier | VARCHAR | The unique provider record ID for the authorizing provider. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but don't represent if the record is a part of version skew. |
| OrderSigningType | INTEGER | Indicates the type of order signing the row represents. Note: Any type can have cosigner data. |
| CosignedInbasketMessageRecipientUserIdentifier | VARCHAR | The unique user record ID for the recipient of the cosigned In Basket message. |
| OrderDeficiencyInstanceIdentifier | NUMERIC | Link to related DFI record tracking the deficiency associated with this cosign requirement. |
| VerbalOrderComment | VARCHAR | Verbal order comment. |
| OrderLineNumber | INTEGER | The line count for the table. |
| SignatureRequirementCreatingUserId | VARCHAR | If the order signature requirement was manually created, this item stores the ID of the user who created the requirement. |
| VerbalOrderSigningUserIdentifier | VARCHAR | The unique user record ID for the user signing the verbal order. |
| OrderingProviderIdentifier | VARCHAR | The unique provider record ID for the ordering provider. |