Skip to content

CDSQueryQueue

CDS Query Queue

The purpose of CDS Query Queue module is to reconcile the query information by CDS or Auditor.In this module Auditor or CDS may provide the response which is verified by another CDS then after they confirm it then only the query has been responded.

Functionalities:

  1. We can reconcile the query information by communicating with other Auditors or CDS(s).
  2. We can remove a query from the queue.If it is done by CDS then only it will be removed other wise it gives an intimation to CDS about the deletion of that query by so and so Auditor or CDS.
  3. We can provide response to a query from the queue.If it is done by CDS then only it will be made as responded other wise it gives an intimation to CDS about the response of that query by so and so auditor or CDS.
  4. We can give just comments on the query if we are unable to provide response the query while reconciliation.
  5. We can see all comments given by CDS(s) or Auditors.
  6. We can see last response given by auditor by default and we can send the meditech code for KPAI Auditing.
  7. We can generate new query document with the query note information if we want to send it for coding. Query Document Format QueryDocument Format. QueryDocument Format
  8. We can remove all comments by single click from this interface.

Response Type(s):

  1. Progressive - Query need to be responded
  2. Declined - This Query is not required
  3. Neutral - No response to this Query
  4. Not Applicable - Query Not applicable to this scenario
  5. Pending Response - Need to provide Response to the query
  6. Pending Coding - Need to send it for coding
  7. Query Not in HPF - Query is n't available in HPF

Work Flow for CDS Query Queue

Files

Tables

Facility DB

  • physiciandetails
  • cdsbyphysician
  • diagnosiscriteria
  • DeletedDCQueries
  • QueryQueue
  • queryqueuelog
  • CDSResponseLog
  • Querydoccreationlog
  • excludedAlerts
  • Trend_data

Stored Procedures

  • getTotalQueryCount
  • getqueryreconsilationqueue
  • GetPhysicianDetails
  • GetNoteContentbyQid
  • deleteDCQuery
  • SaveQueryResponseComment
  • SaveCDSResponseClearance
  • SaveCDSResponse
  • primeHL7ip.primeHL7db.dbo.InsertQueryDocs

JSP / Js

  • CDSQueryQueue/QueryQueueInfo.jsp
  • CDSQueryQueue/ViewAllComments.jsp
  • DrgQueryQueue/jquerycaller.jsp
  • DrgQueryQueue/deleteQuery.jsp
  • DrgQueryQueue/mainqueue.jsp
  • CDSQueryQueue/queriedinfo.js

Java

  • biz.kpai.diagnosiscriteria.dao.DiagnosisCriteriaDao.java
  • biz.kpai.diagnosiscriteria.service.DiagnosisCriteriaService.java
  • biz.kpai.queried.service.GetQueriedInfoService.java
  • biz.kpai.queried.dao.GetQueriedInfoDao.java
  • biz.kpai.queried.servlet.GetQueriedInfoServlet.java
  • biz.medwrite.codeextract.casemanagement.service.ConcurrentReviewService.java
  • biz.medwrite.codeextract.casemanagement.dao.ConcurrentReviewDao.java