| 
 | |||||||||||||
| 5 BC Completion RouteThis route is activated once the Balance Counters completion expression is resolved to TRUE.  Click to view the completion expression (NumberOfClaims && FrontEndProcessing && Adjudication) == TRUE The completion expression includes three other Balance Counter expressions:  NumberOfClaims HIPAA_Accepted + HIPAA_Rejected == ItemsInFile The expression ensures that none of the claims from the original claim batch is lost.  FrontEndProcessing FrontEndAccepted + FrontEndRejected == HIPAA_Accepted The expression ensures that for every good claim, an acknowledgement (positive or negative) has been generated.  Adjudication SentToAdjSystem1 + SentToAdjSystem2 + WrongClaims == FrontEndAccepted The expression ensures that all generated positive acknowledgements are delivered to the corresponding back-end system. When the expression evaluates to TRUE, the route forwards generated acknowledgements back to the sender (file system emulation). Route StructureRoute Components Description
 | 




