Documentation / Connections / Interventions

Trials

How intervention records connect to trial records in TrialStack.

This is a dual-bound connection. The same junction links an intervention to a trial and a trial to an intervention. Both directions share the same underlying record.

Why it matters

  • a study needs clearly linked intervention records with role, blinding, and arm assignment
  • reviewers need to understand how an intervention participates in the study design
  • intervention updates affect trial-facing planning, arm composition, and blinding strategy
  • the junction captures rich study-design context that goes beyond a simple link

Dual-bound relationship

flowchart LR
  I[Intervention] -- "role · status · blinding · arms · version" --> T[Trial]
  T -- "type · role · status · blinding · arms · version" --> I

Junction fields

From the intervention page (intervention → trial)

ColumnDescription
ProtocolThe trial’s protocol number for quick identification
RoleThe intervention’s role in the trial — e.g. investigational, comparator, placebo. Default when connecting: investigational
StatusWhether the intervention is currently active or inactive in this trial
BlindingThe blinding level for this intervention in the trial
ArmsWhich trial arms this intervention is assigned to (linked arm labels)
VersionJunction version counter

From the trial page (trial → intervention)

ColumnDescription
TypeThe intervention type — maps to interventionType dictionary
RoleSame role value as above
StatusActive / Inactive flag
ArmsLinked arm labels
BlindingBlinding level
VersionJunction version counter

Operations

ActionFrom intervention pageFrom trial page
ConnectPick a trial (default role: investigational)Pick an intervention
DisconnectRemove the trial linkRemove the intervention link
ReconnectUpdate role / status / blinding / armsUpdate role / status / blinding / arms

From each side