HL7 MFN_M06 Clinical Study with Phases and Schedules
MFN_M06 publishes clinical study master data when the study is organized into phases and each phase can have scheduled time points. The sender is usually a research administration system, clinical trials module, or integration service that owns study setup.
This message is not a patient enrollment, observation result, or appointment message. It is the reference data that lets downstream systems recognize the study, understand its phases, and apply the correct schedule when later patient-specific research workflows arrive.
A small MFN M06 example
What workflow it represents
The sender publishes or updates a study definition. Receivers may use it to validate research order codes, populate study picklists, map study identifiers into billing or scheduling systems, or prepare forms and result-routing rules.
In a real interface, the important agreement is ownership. If research administration owns study setup, clinical systems should not silently invent a different study code because a patient-specific transaction arrives first.
How to read the structure
MSH, MFI, and MFE provide the standard master-file envelope. For MFN_M06, MFI-1 is commonly the clinical study with phases and schedules master file.
Each MF_CLIN_STUDY group contains one required CM0 for the study itself. The optional MF_PHASE_SCHED_DETAIL group repeats for phases. Inside it, CM1 describes a phase and repeating CM2 segments describe scheduled time points for that phase.
The application acknowledgment is still the master-file pattern: MFK_M01 can tell the sender whether the receiver applied the study record, rejected it, or needs review.
Implementation traps
The first trap is treating the display title as the stable key. The study identifier in MFE and CM0 needs to be stable enough for later orders, results, schedules, or research encounters to refer back to it unambiguously.
The second trap is flattening phases away. If your receiver only stores a list of scheduled visits, it may not know which phase the visit belongs to, which makes amendments and protocol changes harder to apply cleanly.
Also decide how amendments work. A study schedule can change after downstream systems have already used it. The interface agreement should say whether an update replaces all phases and schedules or only the records explicitly sent.
Reference notes
HL7 v2+ describes CM0, CM1, and CM2 as the clinical-study master segments for study, phase, and scheduled time points. The MFN_M06 structure carries CM0 followed by optional repeating phase/schedule detail made from CM1 and CM2.