Re: [HAPI-devel] Why is PID hidden in ORU_R01_PATIENT?

2009-06-22 Thread deg2cents
I think that your response refers to how HAPI expresses the HL7. My question is more "Why does the HAPI schema not reflect the layout of the HL7 EDI segments?" For example in HL7 multiple ORU^R01 requires multiple MSH, but HAPI collects these into a single MSH. The positioning of the PID is also d

[HAPI-devel] Why is PID hidden in ORU_R01_PATIENT?

2009-06-19 Thread deg2cents
In processing a sequence of ORU^R01 messages, why are all the messages compressed into one, tossing all the MSH records except the first one, and why are the individual PIDs pushed down into ORU_R01_PATIENTs instead of being children of the individual MSHs, as they are in the HL7 itself? -- View