Difference between revisions of "Interfaced Document Encounter Matching"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 1: Line 1:
FileDOCWorksTranscription finds the associated Encounter based upon the following criteria:
+
===Documents will be reconciled with encounter based upon a set of logic outlined below. Basically the logic will search for an appointment based on gradually loosening criteria and if it can't match then it will match on an Encounter (if the Date Time matches exactly), along with the other criteria outlined below. If all these options fail the document will create a document in an unnasocciated encounter.===
#External Visit Number and Interface Source ID of the External Visit Number
 
#Appointment encounter for the author
 
#Appointment encounter
 
#Encounter
 
#Appointment on that date for the patient and author
 
#Appointment on that date for the patient and document owner
 
 
 
==Detailed Matching==
 
===Documents will be reconciled with encounter based upon a set of logic outlined below. Basically the logic will search for an appointment based on gradually loosening criteria and if it can't match then it will match on an Encounter if the Date Time matches exactly, along with the other criteria outlined below.===
 
 
*(A) = will match on an appointment
 
*(A) = will match on an appointment
 
*(E) = will match on an encounter
 
*(E) = will match on an encounter
* All steps assume that Patient ID matches
+
* All steps assume that the Patient matches
#(A)Visit Number matches, Encounter Date matches
+
#(A)Visit Number matches (57th parameter), Encounter Date (10th parameter) matches.
#(A)Author matches, Encounter DateTime matches
+
#(A)Author (creator of the document, 18th parameter in filedocworkstranscription) matches, Encounter DateTime(10th parameter) matches.
#(A)Encounter DateTime matches, Force Provider Flag = N in ConnectR
+
#(A)Encounter DateTime(10th parameter) matches, Force Provider Flag (59th parameter) = N in ConnectR.
#(A/E)Encoutner DateTime matches, Force Provider Flag = N in ConnectR
+
#(A/E)Encoutner DateTime matches(10th parameter), Force Provider Flag(59th parameter) = N in ConnectR.
#(A)AuthorID matches in ConnectR, Encoutner Date matches
+
#(A)AuthorID matches(18th parameter) in ConnectR, Encounter Date matches(10th parameter).
#(A)Owern Id matches in ConnectR, Encoutner Date matches
+
#(A)Owern Id(34th parameter) matches in ConnectR, Encounter Date matches(10th parameter).
#(A)Matches strictly on Appointments that are Arr, Pen, RSC
+
#(A)Matches strictly on Appointments that are Arr, Pen, and Rsc statuses.
#(A/E)Matches on any Encounter if its an Appointment that is Arr, Pen, RSC
+
#(A/E)Matches on any Encounter if its an Appointment that is in Arr, Pen, or Rsc statuses.

Revision as of 14:21, 16 August 2010

Documents will be reconciled with encounter based upon a set of logic outlined below. Basically the logic will search for an appointment based on gradually loosening criteria and if it can't match then it will match on an Encounter (if the Date Time matches exactly), along with the other criteria outlined below. If all these options fail the document will create a document in an unnasocciated encounter.

  • (A) = will match on an appointment
  • (E) = will match on an encounter
  • All steps assume that the Patient matches
  1. (A)Visit Number matches (57th parameter), Encounter Date (10th parameter) matches.
  2. (A)Author (creator of the document, 18th parameter in filedocworkstranscription) matches, Encounter DateTime(10th parameter) matches.
  3. (A)Encounter DateTime(10th parameter) matches, Force Provider Flag (59th parameter) = N in ConnectR.
  4. (A/E)Encoutner DateTime matches(10th parameter), Force Provider Flag(59th parameter) = N in ConnectR.
  5. (A)AuthorID matches(18th parameter) in ConnectR, Encounter Date matches(10th parameter).
  6. (A)Owern Id(34th parameter) matches in ConnectR, Encounter Date matches(10th parameter).
  7. (A)Matches strictly on Appointments that are Arr, Pen, and Rsc statuses.
  8. (A/E)Matches on any Encounter if its an Appointment that is in Arr, Pen, or Rsc statuses.