Resources for IT Professionals > Forums Home > BizTalk Server Forums > BizTalk Server EDI and AS2 > BizTalk 2009 Editing HIPAA 837 Schema's - adding elements
Ask a questionAsk a question
 

AnswerBizTalk 2009 Editing HIPAA 837 Schema's - adding elements

  • Wednesday, October 21, 2009 9:38 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    The HIPAA 837 P schemas in the BizTalk Server 2009, does not contain certain elements that are need by my
    business. XML elements like ISA (Interchange control header) , GS (Functional Group header) and their corresponding trailers are not available in the latest version of BizTalk. Can I just add them by editing the schema in my project?

    Is there any other way?

    Is there a basis by which one can choose the schemas available in 837P? There are two schemas available - single and multiple, on what basis one can choose either of this?


    Ram

Answers

  • Thursday, October 22, 2009 11:07 AMGyan Prakash[MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
        First-  In Biztalk server 2009 you do not need ISA,GS headers in schema. You can configure these in party settings. Schema for ISA and GS headers is already deployed in the "Biztalk EDI Application". You should reference "Biztalk EDI Application" to your Biztalk Application and give ISA and GS header settings in party.

    Second-  There are two schemas available for 837P. One is called single and other is multiple. multiple schema is used when you want to split your document according to hipaa splitting. And single is used for non splitting documents.

    About splitting of Hipaa document you can read here:
    http://msdn.microsoft.com/en-us/library/bb226327%28BTS.10%29.aspx

    Thanks
    GYan
    If this answers your question, please mark it as "Answered".

All Replies

  • Thursday, October 22, 2009 11:07 AMGyan Prakash[MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
        First-  In Biztalk server 2009 you do not need ISA,GS headers in schema. You can configure these in party settings. Schema for ISA and GS headers is already deployed in the "Biztalk EDI Application". You should reference "Biztalk EDI Application" to your Biztalk Application and give ISA and GS header settings in party.

    Second-  There are two schemas available for 837P. One is called single and other is multiple. multiple schema is used when you want to split your document according to hipaa splitting. And single is used for non splitting documents.

    About splitting of Hipaa document you can read here:
    http://msdn.microsoft.com/en-us/library/bb226327%28BTS.10%29.aspx

    Thanks
    GYan
    If this answers your question, please mark it as "Answered".
  • Thursday, October 22, 2009 4:04 PMRamprasad Dorairaj Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks Gyan!
    Ram