Sidebar Menu (Revised)¶
Study¶
- Dashboard
- Study overview, enrollment, data completeness, quality and safety signals
- Participants
- Participant enrollment, consent status, eligibility, withdrawal
- Entry point for participant-centric actions
- Data Entry
- Role-centric data entry (CRFs, ClinRO, ObsRO)
- Forms to complete, in progress, or reopened
- Assessments
- Participant-completed assessments (jsPsych / eCOA)
- Quality, compliance, and issue-centric operational view
- eConsent
- Consent execution and status monitoring
- Participant signatures, re-consent tracking, withdrawals
- Visits / Schedule
- Study calendar and visit spine
- Visit windows, missed/out-of-window visits, unscheduled events
- Queries & Safety
- Data queries and discrepancy management
- Adverse Events, Serious Adverse Events, expedited safety workflows
- Data Review
- Review → clean + coding (MedDRA / WHO-DD) → lock → export
- Data manager–centric workflows
- Reports & Exports
- Operational and regulatory reports
- Data extracts (ODM, SDTM, ADaM, OMOP)
- Audit Trail (global and item-level access)
Configure¶
- Study Design
- Authoring and configuration of study structure
- Visits, forms, eligibility, protocol logic
- Links to Metadata Versions (lifecycle, diffing, approvals)
- Assessments Designer
- jsPsych module and battery authoring
- Battery composition, event binding, versioning
- eConsent Designer
- Consent document authoring and configuration
- Versioning, language variants, signature requirements
- Binding to study events and re-consent triggers
- Data Standards
- Metadata governance and standards management
- Includes links to:
- Standards & Terminology (CodeLists, Units, Dictionaries)
- Rules & Derivations (Edit checks, calculations)
- Mappings (ODM ↔ internal model, ODM ↔ SDTM/ADaM/OMOP)
Operations¶
- Sites
- Site registry, activation status, performance indicators
- Users & Roles
- Role assignments, delegation logs, training status
- Integrations
- FHIR / EHR integrations
- Labs, imaging, notification services, identity providers
- Settings
- System-level and environment configuration
- RBAC, notifications, security, audit policies
- Help
- Protocol documents, SOPs, training materials, support access
Assessments (Study level)¶
- Delivery Queue / Worklist
- Not started / In progress / Completed / Expired / Failed / Locked
- Participant View
- Assessment timeline per participant
- Deep link to associated Study Event instance
- Completion & Compliance Analytics
- Completion rates by site, cohort, and timepoint
- Resend / Remind Controls
- RBAC-restricted actions with full audit trail
- Issue Handling
- Device compatibility issues
- Connectivity failures
- Interrupted or abandoned sessions
- Source Data / Raw Signals
- Controlled access to raw jsPsych outputs
- Export hooks for advanced analysis
- Adjudication / Review (if required)
- Detection of invalid patterns, suspicious completion, outliers
Assessments Designer (Configure level)¶
- Module Library
- Module metadata: domain, duration, device requirements, scoring method
- Validation status: draft / validated / deprecated
- Version history
- Battery Builder
- Compose modules into batteries
- Ordering, branching, timers, randomization
- Instructions and language variants
- Event Linking
- Bind batteries to StudyEventDef (visits)
- Window rules
- Reminders and escalations
- Availability period
- Permitted repeats
- Versioning
- Battery versions tied to metadata versions (protocol amendments)
- Breaking-change warnings (e.g., scoring or structure changes mid-study)
- Mappings
- Map module outputs to ODM ItemDefs
- Downstream alignment with SDTM / ADaM / OMOP
Key requirement:
Batteries must have durable identifiers (OIDs / UUIDs) analogous to Form OIDs, with traceability across versions.
eConsent Designer (Configure level)¶
- Consent Document Library
- Consent forms by version and language
- IRB/REB identifiers and effective dates
- Signature & Workflow Configuration
- Participant, LAR, witness, investigator signatures
- Ordering and completion rules
- Event & Trigger Binding
- Initial consent at enrollment
- Re-consent triggered by protocol amendment, age-of-majority, or study milestone
- Versioning & Governance
- Consent version lifecycle
- Comparison and approval prior to activation
- Mappings
- Consent status and dates mapped to ODM and downstream models
- Alignment with regulatory exports and audit requirements
Summary judgment¶
This revised structure:
- Keeps the sidebar clean and regulator-intuitive
- Treats jsPsych assessments and eConsent symmetrically as protocol-bound, versioned capabilities
- Avoids relegating consent to “Integrations” or “Settings”
- Preserves ODM principles without forcing them into the UI language