HL7 CSU_C09 Scheduled Clinical Study Data Report
CSU_C09 is a clinical study data update message for automated reporting intervals, such as monthly or protocol-defined submissions. You will see it in older clinical trial and sponsor-reporting interfaces more often than in ordinary hospital ADT/order/result traffic.
The practical idea is simple: identify the patient and study, identify the study phase and scheduled time point, then send the observations or administrations that satisfy that time point.
A small CSU C09 example
What systems do with it
A trial or data-capture system sends CSU_C09 when a reporting interval is due. The receiver may be a sponsor gateway, research data warehouse, safety system, or internal monitoring application. Receivers usually key off the study ID, subject ID, phase, and schedule point before looking at the clinical data.
The data can look familiar because it uses segments also seen in ordinary clinical messages: OBR and OBX for observations, plus RXA and RXR for administrations. The trial wrapper is what changes the meaning.
How to read the structure
PID identifies the patient. Optional PD1, NTE, PV1, and PV2 can add demographic and visit context.
CSR identifies the study registration. CSP identifies the study phase. CSS identifies the scheduled time point. Then the repeating observation and administration groups carry the data that belongs to that schedule.
Implementation traps
The common mistake is validating the OBR/OBX or RXA/RXR content and ignoring the schedule. In clinical trial reporting, an otherwise good lab result can be rejected because it is attached to the wrong phase or scheduled time point.
Also be explicit about corrections. If a monthly report is resent with corrected observations, the receiver needs a clear replacement or correction rule. CSU_C09 itself does not magically solve study-data versioning.
Reference notes
HL7 v2 clinical study administration defines CSU_C09 for automated time-interval study reporting and uses CSR, CSP, CSS, observation, and administration groups to bind data to trial context. This page keeps the guidance intentionally short because CSU_C09 is a specialized legacy workflow.