Sample Duplication Check Real-World Example Profile Workflow

This profile picks up an 837 batch file from the file system. Then the route component XE Native splits the transaction, validates the data, and generates an LDNS report and acknowledgments. The main route directs the data to the component Duplication Check to see if there are any duplicates based on the following criteria:

Criterion Transaction Element
SUBMITTERID ISA06
CLAIMCOUNT Number of CLM segments within ST-SE
SERVICELINECOUNT Number of LX segments within ST-SE
RECORDCOUNT Number of segments within ST-SE
TOTALCHARGEAMOUNT Total of all CLM02 within ST-SE
FIRSTFIRSTNAME First firstname of Patient within ST-SE, else Subscriber
LASTFIRSTNAME Last firstname of Patient within ST-SE, else Subscriber
FIRSTLASTNAME First lastname of Patient within ST-SE, else Subscriber
LASTLASTNAME Last lastname of Patient within ST-SE, else Subscriber
FIRSTSUBSCRIBERID First subscriber id within ST-SE
LASTSUBSCRIBERID Last subscriber id within ST-SE
FIRSTLINEAMOUNT First CLM02 of ST-SE
LASTLINEAMOUNT Last CLM02 of ST-SE
FIRSTSERVICEDATE Inst: first 2400 DTP 472, else BHT04
LASTSERVICEDATE Inst: last 2400 DTP 472, else BHT04

The profile saves all the valid and unique claims on the file system and generates 999 Acknowledgment for the duplicate claims. The corresponding subroute aggregates all the validation and duplication check acknowledgments and converts the resulting data to the native format. The main route saves the merged acknowledgments on the file system.

This profile has the following routes: