HL7 MDM_T02 Original Document Notification and Content
MDM_T02 is a medical document management message for a newly created document with its content included. It is common around transcription, radiology reports, scanned or generated clinical documents, consult notes, operative reports, and other workflows where the receiver needs the document header and the document body.
It overlaps with ORU_R01 in the real world because both can carry report-like content. The useful distinction is that MDM is explicitly about a document: document identity, activity, status, authoring, authentication, and content. ORU is more naturally an observation result workflow.
A small MDM document example
What systems do with it
The sender is usually a document system, transcription platform, radiology system, specialty system, or integration engine. The receiver stores the document, attaches it to the patient and visit, updates document status, and may notify clinicians that the report is available.
TXA is the document header. It identifies the document type, activity dates, author, originator, document number, parent document if any, order links, availability, and completion/authentication state. OBX carries the document content, often as TX, FT, ED, or another value type depending on the profile.
How to read the structure
The v2.5.1 structure starts with MSH, EVN, PID, and PV1. Optional common order groups can link the document back to an order through ORC and OBR. TXA is required, and at least one OBX/NTE support group carries the content or related notes.
Document identifiers need to be stable. If a corrected document arrives later, the receiver must know whether it replaces the previous document, appends to it, or creates a new version. That answer usually depends on TXA fields and local document status rules.
Implementation traps
Large documents can stress interface tooling. ED-encoded PDFs, images, or long text in OBX-5 need careful size limits, logging rules, and retry behavior. It is easy to make a test message that works and a production report that quietly exceeds a string, database, or UI limit.
Also avoid treating every OBX in MDM like a lab result. In MDM_T02, OBX is often the document body or document payload. It may not belong in a flowsheet, trend graph, or result table.
Reference notes
HL7 Chapter 9 describes document notification messages as updates created when documents are completed, transcribed, authenticated, or otherwise changed. Vendor references such as iNTERFACEWARE's MDM overview and the Caristix MDM_T02 definition describe T02 as an original document notification that includes content.