Post by sreeniPost by NamshubWithout seeing the message I cannot really help but give some advice.
You can find out where the problem might be by using the event viewer to
examine the error message.
Secondly you may have more pipe delimiters in your message than expected, is
the message you are working with conform to the standard.
You can turn of the valitation etc in the HL7 conficuration party.
Examine that training delimiters is enabled in the pipeline properies.
Most likely culprit is that there is a delimiter & being the most common in
a place where it shouldn't be and therefore breaks the mesage structure.
To make sure a message conforms and has all the required fields I use 7Edit
professionalhttp://www.7edit.com/home/index.php
HTH
Post by SreenivasI am new to HL7 accelerator for BizTalk. I getting parsing error for the
below ADT^A01 message segments.
url:http://www.ureader.com/gp/1202-1.aspx-Hide quoted text -
- Show quoted text -
Hi,
I am so glad to see someone responding...
I have to process a HL7 message that does not comply with standard
schma. So i am customizing the segments and tables schma for version
2.4 according to my input file. Find the segments of ADT^A01 that are
creating errors as below.
PID|1||9474849~78752||Resident^Test^A||19401015|M||WHITE|1 Main St^Apt
3^NoTown^PA^12954|^NoCity|2159087512||^English|MARR|^Catholic||
754647484||||Hollywood, Ca|||||||
DG1|1|I9|382.3|UNSPEC CHRON SUPPRATV OTITIS MEDIA||||||||||||||||
Find the error info from NACK as below.
ERR|PID_PatientIdentification^1^10^103&Table value not found&HL7nnnn
ERR|PID_PatientIdentification^1^16^103&Table value not found&HL7nnnn
ERR|PID_PatientIdentification^1^12^102&Data type error&HL7nnnn
ERR|DG1_Diagnosis^1^19^102&Data type error&HL7nnnn
I had other errors like "Required field is missing" and got rid of
them by setting the MinOccurs to 0 for those elements in schema.
However I am struggling to get away with "Data type error" for the
past 36 hrs and there is no luck.
Kindly help me on this asap.
Thanks in advance,
Sreenivas- Hide quoted text -
- Show quoted text -
I could get away with most of the error by modifying the schema now. I
am left wih only one last error now.
I am using HL7 1.3 and the message is version 2.4 ADT^A01.
The default data type of 19th field in DG1 segment is TS(Simple Type).
The input message has it balnk or no value is provided. Though I have
"Data type error". Though the 5th element is also of same type and it
also has no value, I do not get any error for that. Very strange.
Kindly let me know if you have any suggestions to resolve this issue.