HL7 MDM_T08 Document Edit Notification and Content
MDM_T08 is the document edit notification with content. It is used when a document has been edited and the new content is being sent, usually before the document has been made available for patient care. This is a narrower workflow than "replace a final report" or "add an addendum."
On the wire this is normally MDM^T08^MDM_T02. T08 is the edit event; MDM_T02 is the shared content-bearing document structure with required TXA and OBX content.
A small MDM_T08 example
What systems do with it
The sender is usually a document/transcription system or departmental reporting system. The receiver updates a document that it already knows about, or stores the edited draft content until it becomes available or authenticated. This is often a back-office document lifecycle event rather than a clinical "new final result" event.
TXA identifies the document and its current status. OBX carries the edited content. If the receiver has already released the document to patient care, T08 may be the wrong event; replacement or addendum workflows are usually safer for released documents.
How to read the structure
T08 uses the MDM_T02 structure because content travels with the notification. The core is MSH, EVN, PID, PV1, optional order context, TXA, and one or more OBX/NTE content groups. In practice, the document ID in TXA is what lets the receiver update the existing draft document.
OBX-5 may carry text, formatted text, or encoded content depending on the profile. For draft/edit workflows, receivers should be especially clear about whether the content replaces the previous draft content or adds a new revision entry.
Implementation traps
The common trap is using T08 after a document is already available to clinicians. HL7 guidance treats edit notifications as valid for documents whose availability status is unavailable. Once a document has been made available, replacement or addendum workflows preserve the record more cleanly.
Another trap is sending edited content without a stable document identifier. A receiver cannot safely update a draft report just by matching patient, date, and document type.
Reference notes
HL7 Chapter 9 describes T08 as an edit notification with content, and notes that the edit trigger applies to documents whose availability status is unavailable. Caristix gives the same practical scenario: errors are found in a document and corrected, with edited content sent. iNTERFACEWARE's MDM overview frames MDM as document notification plus optional document contents.