Ask a questionAsk a question
 

QuestionHIPAA 837 document splitting basis

  • Monday, October 26, 2009 9:28 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    In HIPAA 837P schemas we have two schemas single and multi,..I know that Multi is used when a hipaa splitting is needed. This particular document splitting case, when do the business might need the document to be split ? Is there any scenario's which require the document to be split? Are there different ways in which a document can be split?

    Thanks,
    Ram

All Replies

  • Tuesday, October 27, 2009 12:07 PMChrisMillerCCI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Ram,

    There are a number of reasons that you might want to split an 837.

    837 messages can be very large, so large that mapping them can consume more memory than you can allocate. By breaking down the messages into individual claims, each mapping exercise only requires memory for that single claim's work.

    Breaking down the messages also allows you to scale out. So instead of having a single thread doing all the mapping work, Biztalk will spread the mapping load across multiple threads (and perhaps processes depending on configuration).

    If you are doing any front end edits, breaking down the 837 allows you to individually route each claim through the appropriate logic. For instance, claims of type X might go through rules Y, or be routed to location Z. So - you can independently work on each claim - rather than working on the entire batch.

    I am sure there are other reasons - but those are the ones that come to mind.

    ---Chris
  • Tuesday, October 27, 2009 7:01 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Does splitting the document means, sending individual claims? does this means one edi file created for each and every claim submitted?

    Thanks,
    Ram
  • Tuesday, October 27, 2009 7:42 PMChrisMillerCCI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Splitting means you will get one XML file out of the pipeline for each claim(instance of a 2300 loop) - rather than one big XML file for the entire 837.
  • Tuesday, October 27, 2009 9:57 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Finally, how is it sent?

    Thanks,
    Ram
  • Thursday, October 29, 2009 12:31 AMChrisMillerCCI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Typically, splitting occurs in the EDI receive pipeline. After splitting - all the individual single claim messages hit the message box.

    Messages are sent to ports/orchestrations/etc based on subscriptions to the messages that hit the message box.

    So - I guess the correct but cryptic answer is: That depends on your configuration.
  • Thursday, October 29, 2009 4:43 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    So can the claims that were split for easy handling be bundled out and send in a single EDI file with some amount of Claims?

    Thanks,

    Ram