On a side note with 19.1.1, has anyone seen this error?
WARNING: Multiple segments with same address were found in message format ‘2.5.1 Zotec ADT_A01’ in file /cloverleaf/cis19.1/integrator/siteNameHere/formats/hl7/2.5.1/Zotec/ADT_A01.
This may lead to incorrect parse or translation. ??
When I compared the ADT_A01 message in the formats folder it doesn’t look like variant in 6.1.2.
The 19.1.1 variant has the “ROL” like this, and anything past that is being dropped.
MSH
[{ SFT } ]
EVN
PID
[ PD1 ]
[{ ROL }]
[{ NK1 } ]
PV1
[ PV2 ]
[ { ROL } ]
To get past this I edited the ADT_A01 message file to make it look like this. Is there a better fix for this?
MSH
[{ SFT } ]
EVN
PID
[ PD1 ]
[{ ROL }]
[{ NK1 } ]
PV1
[ PV2 ]
[
{ ROL }
]
Thanks,
Dave