2 Translate and Convert to XData
This route receives the claims from the route 1 Split and Validate using the Inter Route Inbound component, translates and converts them to the XData format and stores the results in the file system.
Route Structure
Route Components Description
| from route #1
|
Inter Route Inbound |
Streams messages received from the route 1 Split and Validate. |
| Translator
|
XE Translator |
Performs a mock mapping of HIPAA 837P claims to HIPAA 837P
by using the map file 837_Implicitly_map.ems located in the directory ${XESProfileConfig}/artifacts/maps/. |
| Native Processing
|
Native Processing |
Converts HIPAA 837P claims from the native EDI format to XData. |
| Reports
|
FS Outbound |
Stores translation reports in the file system. |
| Results
|
FS Outbound |
Stores XData-formatted claims in the file system. |