HL7 MDM_T06 Document Addendum Notification and Content
MDM_T06 is the document addendum notification with content. It says that a new addendum document has been created for an existing document, and it sends the addendum body along with the document header. The important word is addendum: this is not editing the original report in place, and it is not replacing the original document.
On the wire this is normally MDM^T06^MDM_T02. The T06 trigger describes the addendum workflow; the MDM_T02 structure supplies the content-bearing layout with TXA and one or more OBX segments.
A small MDM_T06 example
What systems do with it
The sender is often a transcription system, radiology system, cardiology system, or document repository. The receiver files the addendum, links it to the original document, displays it with the existing report history, and may notify clinicians that new document content is available.
TXA is the document header. For addenda, the receiver cares about the new addendum document ID and the parent/original document relationship. OBX carries the addendum content. If the receiver cannot link the addendum to the original document, it may file a new standalone report and lose the clinical context.
How to read the structure
The generated panel shows MDM_T02 because T06 includes content. The required backbone is MSH, EVN, PID, PV1, TXA, and at least one OBX/NTE support group. Optional common-order groups can link the addendum back to an ORC/OBR order context.
Do not treat the OBX content as the entire final document unless the profile explicitly says to render the original plus addendum that way. Many systems display the original document and addendum as related entries or a composite document.
Implementation traps
The big trap is overwriting the original report. An addendum should preserve the original and add the extra statement. If the receiver replaces the old content with the addendum text, the document history becomes misleading.
Also watch document identifiers. A T06 addendum normally has its own document ID and points back to the parent/original document. If both systems do not agree which TXA fields carry those values, corrections and later replacements get hard to reconcile.
Reference notes
HL7 Chapter 9 describes T06 as a document addendum notification with content, where the addendum has its own document ID linked to the original via the parent ID. Caristix summarizes the same event as an addendum notification with accompanying content. Rhapsody notes that T02, T04, T06, T08, and T10 are the MDM structures that carry document contents in OBX.