What is the HL7 ZDS segment used for?
Asked Answered
G

3

9

My very old HL7 parser has just hit a snag as it is now getting some messages with a ZDS segment present. It was easy to fix by adding a ZDS object to my parser, but I am trying to find out what it is used for. Googling hasn't helped much. This is a sample

ZDS|PERFORM|p0001236^PATEL^ATEST^^^^^^HHB_INOP_PRSNL^^^^OTHER|20100714101800|CD:653
ZDS|TRANSCRIBE|p0001236^PATEL^ATEST^^^^^^HHB_INOP_PRSNL^^^^OTHER|20100714101800|CD:653
ZDS|SIGN|p0001236^PATEL^ATEST^^^^^^HHB_INOP_PRSNL^^^^OTHER|20100714101912|CD:653

So, I'm interested in what each field is though looking at this sample data, it seems I don't lose much by just dropping the whole segment.

Georgiannageorgianne answered 22/7, 2010 at 11:12 Comment(0)
C
18

In HL7, all segments that begin with the letter Z are considered to be custom and are not defined further by the HL7 standard. You will need to find out what system is responsible for generating these ZDS segments and ask the owners of that system to provide you their specification.

Carnatic answered 22/7, 2010 at 12:55 Comment(2)
The Cerner tech got back to me and said that although they do use this segment, I can just drop them! :)Georgiannageorgianne
I don't think anything critical to the lab result is in the ZDS, but there is information that might be something a doc wants to see...i.e. Who signed the document and when, who transcribed it and when, etc.Setose
C
3

As Scott said, "Z" segments are custom and can vary from vendor to vendor. In the Cerner realm, however, ZDS segments are typically used for "Document Succession" purposes -- a means of document version tracking and synchronization between two supportive systems.

Coquito answered 5/4, 2012 at 22:51 Comment(0)
S
1

The ZDS segment is used to communicate document endorsement information (actions done or to be done) in Unsolicited Document Results. only a specific solution of Millennium use it, so if you don't need just ignore it.

Strangulation answered 10/12, 2013 at 8:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.