HL7 MFR_M07 Clinical Study without Phases but with Schedules Response

HL7 message structure MFR_M07 groups and segments from HL7 v2.5.1 Hide structure

These are the generated groups and segments for the version selected at the top of the page. The article explains the workflow, and this panel follows the chosen HL7 version.

Message Structure

SegmentNameRequiredRepeatable
Message Header Yes No
Software Segment No Yes
Message Acknowledgment Yes No
Error No Yes
Query Acknowledgment No No
Original-Style Query Definition Yes No
Original style query filter No No
Master File Identification Yes No
MFR_M07.MF_QUERY
Mf Query group Yes Yes
Master File Entry Yes No
Clinical Study Master Yes No
Clinical Study Schedule Master No Yes
Continuation Pointer No No

MFR_M07 returns clinical study master records for studies that have scheduled time points directly under the study. It is the query-response companion to MFN_M07.

Use it when a receiver needs to ask for a study schedule on demand and the protocol does not require the separate CM1 phase layer used by MFR_M06.

A small MFR M07 example

MSH|^~\&|RESEARCH|CITYHOSP|EHR|CITYHOSP|20260722130000||MFR^M07^MFR_M07|MFR070001|P|2.5.1 MSA|AA|MFQ070001 QAK|Q070001|OK|MFQ^Master file query^HL70471|1|1|0 QRD|20260722125900|R|I|Q070001|||1^RD|EHR^Study query|MFQ^Master file query^HL7|STUDY-GLU-02^CITYHOSP|R MFI|CMB^Clinical study without phases but with schedules^HL70175|RESEARCH^CITYHOSP|UPD|20260722103000|20260722110000|AL MFE|MAD|MFQ070001|20260722110000|STUDY-GLU-02^CITYHOSP|EI CM0|1|STUDY-GLU-02^CITYHOSP||Glucose Monitoring Study|12345^Kaur^Priya^^^^^^CITYHOSP|20260701 CM2|1|BASELINE^Baseline visit^L|Baseline assessment CM2|2|WEEK2^Week 2 call^L|Follow-up telephone call CM2|3|WEEK8^Week 8 visit^L|Final study visit

What workflow it represents

A consuming system queries for a simpler study schedule. The owner responds with the study definition and its direct scheduled time points.

The message is useful for cache repair, targeted study setup, or systems that do not subscribe to unsolicited study master-file updates.

How to read the structure

MSH identifies the response. MSA acknowledges the query, and optional QAK can report query status and hit counts. QRD and QRF carry the original-style query context.

MFI identifies the clinical study without phases master file. Each MF_QUERY group returns MFE, required CM0, and optional repeating CM2 schedule records. DSC appears when more response pages are available.

Implementation traps

The main trap is choosing the wrong study shape. If phases are operationally meaningful, use the M06 pattern. If the schedule truly belongs directly to the study, M07 is simpler and easier to read.

Do not use display text as the schedule key. Baseline and follow-up labels are common across many studies; the identifier and study context keep them from colliding.

As with other MFR responses, continuation matters. A partial response should not be treated as a complete study schedule.

Reference notes

HL7 master-file query material describes MFQ/MFR as the query and response transaction for master-file records. MFR_M07 returns clinical study records with CM0 and direct CM2 schedule rows.