Difference between revisions of "-180: Activity does not belong to Patient. Please Submit a Webfirst Ticket."

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
This occurs when trying to process a message where the patient is erroneously assigned an Accession Number that '''is not''' unique.
 
This occurs when trying to process a message where the patient is erroneously assigned an Accession Number that '''is not''' unique.
 
=Common Scenario=
 
=Common Scenario=
This error will occur is more than one patient is assigned the same Acceccession Number.
+
This error will occur is more than one patient is assigned the same Acceccession Number.  Error is due to the fact that a result already exists in the EHR DB where two different patients have the SAME Accession Number.
 
=Fix=
 
=Fix=
Ensure the Visit Number that's sent in through the interface will not differ when the same clinical data (e.g. results) are sent in.
+
Review mapping in interface engine.  Lab internal accession number (OBR3.1) should be concatenated with the date portion of OBR7. This will guarantee uniqueness of Accession Number.
*Work around: Invalidate the current Results, then re-file the updates results that had erred in ConnectR.
 

Revision as of 16:43, 16 February 2011

Description

This occurs when trying to process a message where the patient is erroneously assigned an Accession Number that is not unique.

Common Scenario

This error will occur is more than one patient is assigned the same Acceccession Number. Error is due to the fact that a result already exists in the EHR DB where two different patients have the SAME Accession Number.

Fix

Review mapping in interface engine. Lab internal accession number (OBR3.1) should be concatenated with the date portion of OBR7. This will guarantee uniqueness of Accession Number.