<!doctype html>
<html>
 <head> 
  <title>X12 Splitter</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Filters_133162681.html">Filters</a></span> </li> 
       <li> <span><a href="Filter-Types_133162712.html">Filter Types</a></span> </li> 
       <li> <span><a href="X12-Filters_133163343.html">X12 Filters</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">X12 Splitter</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133163365/133163366.png" data-image-src="attachments/133163365/133163366.png" data-unresolved-comment-count="0" data-linked-resource-id="133163366" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="X-12 Splitter (32x32).png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133163365" data-linked-resource-container-version="1"></span></p>
      <p>The <strong>X12 Splitter</strong> filter&nbsp;is used to split HIPAA 5010 batch messages into smaller units due to their size and complexity. A batch message can contain multiple interchanges (ISA-IEA), multiple functional groups (GS-GE) within an interchange, multiple transaction sets (ST-SE) within a functional group and multiple claims within a transaction set.</p>
      <p>For re-batching messages, refer to&nbsp;<a href="X12-Rebatcher_133163360.html">X12 Rebatcher</a>&nbsp;filter.</p>
      <h2 id="X12Splitter-ConfigurationProperties">Configuration Properties</h2>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh"><p>Property</p></th>
          <th class="confluenceTh"><p>Description</p></th>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Split Level</p></td>
          <td class="confluenceTd"><p>The level at which the batch message will be split:</p>
           <ul>
            <li><code>Interchange (ISA-IEA)</code><span>, (default).</span></li>
            <li><code>Functional Group (GS-GE)</code><span>.</span></li>
            <li><code>Transaction Set (ST-SE)</code><span>.</span></li>
            <li><code>Claim (837 transaction set, loop 2300)</code><span>.</span></li>
            <li><code>Claim (IBC U277 transaction set, loops 2200D and 2200E)</code>.</li>
           </ul><p>Each occurrence of that level is split into its own new message.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Split Count Property</p></td>
          <td class="confluenceTd"><p>The number of splits for the level selected. This property can be used in the <a href="X12-Rebatcher_133163360.html">X12 Rebatcher</a> filter to determine the total number of messages within a set.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Split Index Property</p></td>
          <td class="confluenceTd"><p>The index value of a split within the set. This property can be used in the <a href="X12-Rebatcher_133163360.html">X12 Rebatcher</a> filter to specify the correct index location of a message within a set.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Rebatch Index Property</p></td>
          <td class="confluenceTd"><p>When rebatching at the same level as the split, you can improve performance by using this property to optimize the re-batch.</p></td>
         </tr>
        </tbody>
       </table>
      </div>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>