Home Page › Forums › BizTalk 2004 – BizTalk 2010 › EDI HIPAA 277 Pipeline Output wrong
- This topic has 0 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
August 7, 2010 at 8:58 AM #25565
I am having a problem when writing out the actual 277 EDI message. The problem I am having is that the XML 277 that is sent through the pipeline is in the correct format and validates against the schema. However, after passing through the pipeline, the EDI message has the last segment in the wrong place, at the end of the message.
I imagine there is something i left out in the party configuration or possibly something i need to change int he default schema. I have batching setup so when i write these edi messages to an output directory and it picks them back up, it bombs out with parsing errors. I have included the XML for the original 277 sent to the pipeline and also what is parsed on the batch receive.
Any help is appreciated.
This is the example of the end of the XML file that is passed in.
– <ns0:STC11_C043U87_TS277A1_2200D>
<STC11_C04301U88_HealthCareClaimStatusCategoryCode>A2</STC11_C04301U88_HealthCareClaimStatusCategoryCode>
<STC11_C04302U89_HealthCareClaimStatusCode>20</STC11_C04302U89_HealthCareClaimStatusCode>
</ns0:STC11_C043U87_TS277A1_2200D>
</ns0:STC_ClaimLevelStatusInformation_TS277A1_2200D>
– <ns0:REF_TS277A1_2200D_SubLoop>
– <ns0:REF_PayerClaimIdentificationNumber_TS277A1_2200D>
<REF01__ReferenceIdentificationQualifier>D9</REF01__ReferenceIdentificationQualifier>
<REF02__PayerClaimControlNumber>32132132132321</REF02__PayerClaimControlNumber>
</ns0:REF_PayerClaimIdentificationNumber_TS277A1_2200D>
</ns0:REF_TS277A1_2200D_SubLoop>
</ns0:TS277A1_2200D_Loop>
</ns0:TS277A1_2000D_Loop>
</ns0:TS277A1_2000C_Loop>
</ns0:TS277A1_2000B_Loop>
</ns0:TS277A1_2000A_Loop>
</ns0:X12_00401_277>
This is the example of the end of the XML file that is parsed from the EDI message that is outputted from the pipeline.
– <ns0:STC11_C043U87_TS277A1_2200D>
<STC11_C04301U88_HealthCareClaimStatusCategoryCode>A2</STC11_C04301U88_HealthCareClaimStatusCategoryCode>
<STC11_C04302U89_HealthCareClaimStatusCode>20</STC11_C04302U89_HealthCareClaimStatusCode>
</ns0:STC11_C043U87_TS277A1_2200D>
</ns0:STC_ClaimLevelStatusInformation_TS277A1_2200D>
</ns0:TS277A1_2200D_Loop>
</ns0:TS277A1_2000D_Loop>
</ns0:TS277A1_2000C_Loop>
</ns0:TS277A1_2000B_Loop>
</ns0:TS277A1_2000A_Loop>
– <ns0:REF_PayerClaimIdentificationNumber_TS277A1_2200D>
<REF01__ReferenceIdentificationQualifier>D9</REF01__ReferenceIdentificationQualifier>
<REF02__PayerClaimControlNumber>32132132132321</REF02__PayerClaimControlNumber>
</ns0:REF_PayerClaimIdentificationNumber_TS277A1_2200D>
– <SE>
<SE01>14</SE01>
<SE02>3019</SE02>
</SE>
</ns0:X12_00401_277>
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.