NEWFree ROI Calculators — quantify what prior auth and siloed data are costing your organization.Prior Auth ROI Siloed Data ROI
HL7 v28 min read

MDM^T02 – Document Notification

MDM^T02 notifies all subscribed systems when a new clinical document - discharge summary, operative note, radiology report - has been authenticated and is ready for distribution.

MDM^T02 signals that a clinical document has been created and authenticated. The message carries both notification metadata (TXA) and the document content itself (OBX). This page explains the topic in short steps. It shows what each part does and when to use it. Review the example first. Then use the notes to check your message or workflow and avoid common mistakes.

What is MDM^T02?

MDM = Medical Document Management. T02 = Original Document Notification and Content. The TXA segment carries document type, author, authentication status (TXA-17), and document ID. OBX carries the document text or a reference pointer to an external file.

  • Document authenticated by physician (TXA-17 = AU)
  • Transcription complete
  • Radiology report finalized
  • Discharge summary signed
  • Pathology report released

Message Flow

HIM/EHR/Transcription
MDM^T02
Integration Engine
EHR Document RepositoryExternal HIEPatient PortalBilling

HL7 Message Example

HL7 v2.5.1
MSH|^~&|DICTATION|MERCY|EHR|MERCY|20240116171530||MDM^T02^MDM_T02|MSG20240116007|P|2.5.1
EVN|T02|20240116171530
PID|1||MRN-78234^^^MERCY^MR||SMITH^JOHN^ROBERT^^MR||19800315|M
PV1|1|I|MICU^2B^01^MERCY||||1234^JONES^DAVID^R^^DR
TXA|1|DS^Discharge Summary^HL70270|TEXT|20240116170000|1234^JONES^DAVID^R^^DR||20240116171500|||||DS-MERCY-20240116-001||AU^Authenticated^HL70271||AV^Available^HL70272
OBX|1|TX|11506-3^Discharge summarization note^LN||Patient discharged home in stable condition following treatment for hypertensive urgency. Lisinopril 10mg daily prescribed.||||||F|||20240116171500

FHIR Mapping

Segment FHIR Notes
TXA DocumentReference Official IG: ConceptMap-message-MDM_T02-to-bundle.json
TXA-2 type DocumentReference.type HL70270 → LOINC document codes
TXA-17 status DocumentReference.docStatus AU→final
OBX-5 content DocumentReference.content.attachment contentType: text/plain

Common Errors & Pitfalls

  • TXA-17 not AU – documents without authentication status AV may be rejected by repositories.
  • OBX-11 not F – document content must have status F for authenticated documents.
  • Large documents exceed MLLP frame limit – use OBX-2=RP with a URL for large documents.
  • No document ID in TXA-12 – without a unique ID, duplicate detection is impossible.
Vorro Integration Tip

Vorro buffers large MDM^T02 documents and streams using chunked delivery to avoid MLLP overflow. Configure document type routing to send DS (Discharge Summary) to the clinical repository and RR (Radiology Report) to the PACS separately.

← Back to HL7 Guide

Ready to Integrate This Into Your Workflow?

Talk to a Vorro expert about implementing HL7 v2 in your specific environment.

Browse HL7 Guides