CodingAndClinicalDocumentationQueries
This table contains information on queries sent during coding (including documentation queries) and clinical documentation improvement (CDI) reviews.
| Column Name | Type | Description |
|---|---|---|
| IsArtificialIntelligenceSuggestedQueryIndicator | VARCHAR | Whether this query is suggested by an AI. |
| AssignedToPoolIdentifier | NUMERIC | The pool to whom the documentation query was sent. |
| QuerySatisfyingResponderUserIdentifier | VARCHAR | To store the provider's ID whose response to a query satisfies the query sender. |
| CodingQueryCreationDateTime | DATETIME | The date and time the coding query created. |
| LastEndOfWorkMessageIdentifier | VARCHAR | The most recent message associated with the coding query. |
| LastUpdatedDate | DATETIME | The date the coding query was last updated. |
| ClinicalDocumentationImprovementQueryTypeCategory | INTEGER | The clinical documentation improvement (CDI) query type category number for the query. |
| CodingQueryNoteTypeCategory | INTEGER | The coding query type category number for the query. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for the patient contact associated with this coding query. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI). |
| CodingQueryStatus | INTEGER | The status of the coding query. |
| DocumentationQueryReportingType | INTEGER | Indicates the reporting workflow of the query based on the presence of an attached deficiency. Use this instead of workflow value when breaking CDI and Coding queries out by whether they are a documentation query as well. |
| CodingQueryCreatingUserIdentifier | VARCHAR | The user who created the coding query. |
| LastUpdatingUserIdentification | VARCHAR | The user who last updated the coding query. |
| CodingDocumentationQueryCreationMethodCategoryIdentifier | INTEGER | The creation method category ID for the documentation query. |
| CodingQuerySubjectLineText | VARCHAR | The subject line (free text) of the coding query. |
| CommunityPhysicianOwnerIdentification | VARCHAR | Community physical owner |
| QueryOutcomeCategory | INTEGER | The query outcome category ID for the query. This indicates the conclusion of the query (recipient agrees, disagrees, or doesn't respond). |
| QueryResponseNoteIdentification | VARCHAR | Holds the note ID of the note used to respond to a coding/CDI query. |
| QueryResponseTimeInSeconds | NUMERIC | The time (in seconds) that elapsed before a response was received for a query. |
| LastCodingQueryUpdateTime | DATETIME | The time the coding query was last updated. |
| HospitalAccountIdentifier | NUMERIC | The hospital account associated with the coding query. |
| QueryWorkflowCategory | INTEGER | The workflow type category number for the query. NULL or 0 is returned for a coding query. |
| QueryUpdateInstantUtc | DATETIME | The instant that the query was updated, in UTC time. |
| CodingDocumentationDeficiencyIdentifier | NUMERIC | The unique ID of the deficiency which is associated with a documentation query. This column is frequently used to link to the DFI_DETAILS table. |
| QuerySuggestionRejectionReasonCode | INTEGER | The reason a query suggestion was rejected and not shown to a provider. |
| QueryResponseSmartTextIdentifier | VARCHAR | Specifies the smart text to use to populate a new note in response to a query. |
| CodingQueryNoteType | VARCHAR | The note type of the coding query. |
| QueryUpdateInstant | DATETIME | The instant that the query was updated. This column combines the date from CCR_UPD_DATE with the time from CCR_UPD_TIME with the addition of seconds to make it easier to report on the date and time the query was replied to. |