HL7 MFN_M07 Clinical Study without Phases but with Schedules
MFN_M07 publishes clinical study master data when the study has scheduled time points but does not need the extra CM1 phase layer used by MFN_M06. It is still a master-file message: it defines reference data, not patient-specific participation.
This event is useful when a protocol is simple enough that "baseline," "week 2," and "week 8" belong directly to the study. Keeping that distinction out of the patient messages makes downstream validation and scheduling less brittle.
A small MFN M07 example
What workflow it represents
The sender publishes a study definition and its direct schedule. Receivers may be clinical systems, scheduling systems, integration engines, research billing tools, or repositories that need to recognize the protocol and its time points.
MFN_M07 is lighter than MFN_M06 because there is no phase group to maintain. That can be a better fit for simple studies, but only if both sides agree that the schedule really does not need a phase hierarchy.
How to read the structure
The message starts with the same MSH, MFI, and MFE pattern as the other master-file notifications.
The required MF_CLIN_STUDY_SCHED group contains CM0 for the study record. It can then repeat CM2 for scheduled time points directly under the study, without CM1.
Use MFK_M01 for application-level feedback when the receiving system needs to report whether the study schedule was applied.
Implementation traps
The common trap is choosing M07 because it looks shorter, then later discovering that the protocol actually has separate screening, treatment, and follow-up phases. If those phases matter operationally, MFN_M06 is easier to keep clear.
Another trap is using local text labels as if they were schedule codes. "Baseline" is readable, but receivers need stable identifiers when a label changes to "Baseline Visit" or when two studies both use the same display text.
For updates, decide whether missing CM2 rows mean "unchanged" or "delete the old schedule rows." That one rule prevents a surprising number of research-interface support tickets.
Reference notes
HL7 v2+ identifies M07 as the clinical study master-file event without phases but with schedules. Its structure places CM2 schedule records directly after the required CM0 study record.