Module Walkthrough: Advanced & Admin
Hands-on walkthrough of Bio Ecko's advanced modules -- Telemedicine, BI & Analytics, Workflow Engine, Command Center, Studio, and administration tools that...
February 2026 · 18 min
Manual area
FC Training Programme
Coverage
8 sections
Operator notes
4 implementation notes
Telemedicine Module
The Telemedicine module enables remote consultations via video, chat, and asynchronous messaging. It integrates with the clinical workflow so that prescriptions, lab orders, and billing work identically to in-person visits.
Key screens and fields:
| Screen | Purpose | Key Fields |
|---|---|---|
| Virtual Waiting Room | Patients queue for their teleconsultation slot | Patient name, scheduled time, status (waiting/in-call/completed) |
| Video Consultation | Live video with the doctor + clinical documentation side panel | Vitals (patient-reported), chief complaint, diagnosis, prescription |
| Async Consultation | Text-based Q&A for non-urgent follow-ups | Thread messages, attachments (photos, reports), doctor response |
| Teleconsult Settings | Admin configuration for video provider, time slots, fees | Video API key, slot duration, teleconsult tariff |
FC configuration tasks:
- Enable telemedicine module in organization settings
- Configure video provider credentials (Twilio / Daily.co)
- Set up teleconsult appointment types and fee schedules
- Map teleconsult encounters to the correct billing category
- Train doctors on the side-panel clinical documentation workflow
BI & Analytics Module
The BI module provides dashboards and drill-down reports for hospital management. It pulls data from all transactional modules and presents KPIs in visual charts.
Dashboard categories:
- Clinical Analytics -- OPD footfall trends, diagnosis frequency, average consultation time, readmission rates
- Financial Analytics -- daily/monthly revenue, collection efficiency, outstanding receivables, department-wise profitability
- Operational Analytics -- bed occupancy, average length of stay, OT utilization, lab TAT, radiology TAT
- Quality Indicators -- infection rates, medication error rates, patient satisfaction scores, NABH quality indicators
FC tasks:
- Configure which dashboards are visible per role (doctors see clinical, management sees financial)
- Set up scheduled report emails (daily revenue summary to CFO, weekly quality report to QI team)
- Define KPI thresholds and alert rules (e.g., bed occupancy > 90% triggers alert to nursing director)
- Train management on drill-down navigation: chart → filter → individual records
Workflow Engine
The Workflow Engine allows FCs to configure rule-based automations without writing code. Workflows trigger on events (e.g., patient admitted, bill generated) and execute actions (e.g., send notification, create task, update status).
Workflow components:
| Component | Description | Example |
|---|---|---|
| Trigger | Event that starts the workflow | 'When a lab order is created with priority = STAT' |
| Condition | Filter to narrow execution | 'AND patient is admitted (IPD)' |
| Action | What happens when conditions are met | 'Send SMS to lab in-charge + Create urgent task' |
| Delay | Optional wait before next action | 'Wait 30 minutes, then check if specimen collected' |
| Escalation | Action if original action wasn't completed | 'If specimen not collected in 30 min, notify lab HOD' |
Common hospital workflows to configure:
- Critical lab result alert -- Trigger: result value outside normal range → Action: notify ordering doctor via push notification
- Discharge delay alert -- Trigger: doctor marks 'Fit for discharge' → Delay: 4 hours → Condition: patient still admitted → Action: notify nursing supervisor
- Insurance pre-auth reminder -- Trigger: IPD admission with insurance → Delay: 2 hours → Condition: pre-auth not submitted → Action: alert billing team
- Medication due reminder -- Trigger: scheduled medication time → Action: alert assigned nurse
Command Center
The Command Center is a real-time operational dashboard designed for display on large screens in the hospital's administrative area. It shows live data that updates via Supabase real-time subscriptions.
Command Center panels:
- Bed Board -- visual grid showing every bed in the hospital, color-coded by status (occupied/vacant/reserved/under-cleaning)
- ER Status -- current patients in emergency, triage levels, waiting times
- OT Schedule -- today's surgeries with real-time status (pre-op, in-surgery, recovery)
- Queue Monitor -- OPD token queues per doctor with average wait times
- Critical Alerts -- scrolling ticker of P1/P2 alerts from the workflow engine
FC setup tasks:
- Configure which panels appear on the command center (hospital-specific)
- Map bed IDs to physical locations (wing, floor, room, bed number)
- Define color-coding rules for bed statuses
- Set refresh intervals (default: real-time via WebSocket, fallback: 30-second polling)
- Configure large-screen display mode (auto-rotate panels, font sizing for wall-mounted TVs)
Bio Ecko Studio
Studio is the low-code customization layer for FCs to extend the platform without developer intervention.
Studio capabilities:
- Custom Fields -- add fields to any form (patient registration, encounter, billing) with validation rules
- Custom Forms -- build entirely new data collection forms (e.g., specialized assessment checklists)
- Custom Reports -- drag-and-drop report builder with filters, grouping, and export
- Print Templates -- design custom print layouts for discharge summaries, prescriptions, bills, and certificates
- Dashboard Widgets -- create custom KPI widgets for role-specific dashboards
Print template variables commonly used:
| Variable | Resolves To | Used In |
|---|---|---|
{{patient.name}} | Full patient name | All templates |
{{patient.mrn}} | Medical Record Number | All templates |
{{encounter.date}} | Visit/admission date | OPD/IPD templates |
{{doctor.name}} | Consulting doctor | Prescription, discharge summary |
{{bill.total}} | Total bill amount | Bill, receipt |
{{organization.name}} | Hospital name | All templates (header) |
{{organization.logo}} | Hospital logo URL | All templates (header) |
Multi-Branch Administration
For hospital chains, Bio Ecko's multi-branch architecture allows centralized administration with branch-level data isolation.
Admin tasks for multi-branch:
- Branch setup -- create branch entity with address, license details, NABH certificate
- User assignment -- assign staff to specific branches (a user can belong to multiple branches)
- Shared master data -- drug formulary, diagnosis codes, and tariff templates can be shared across branches or overridden per branch
- Branch-level settings -- each branch can have its own appointment slots, bed configuration, department structure, and print templates
- Consolidated reporting -- management dashboards aggregate data across all branches with drill-down to individual branch
Data isolation rules:
- Patients are global (can visit any branch)
- Encounters, billing, and orders are branch-specific
- Inventory is branch-specific (each branch has its own stock)
- Staff schedules are branch-specific
- Financial reports can be branch-level or consolidated
Audit Trail & Compliance Tools
Every action in Bio Ecko is logged in the audit trail. FCs must understand this system for NABH compliance and dispute resolution.
Audit trail captures:
- Who -- user ID, name, role
- What -- action performed (create, update, delete, view, print, export)
- When -- timestamp (server time, IST)
- Where -- module, screen, record ID
- Before/After -- for updates, both the old and new values are stored
Compliance tools:
- Access log report -- who accessed which patient record and when (DPDPA compliance)
- Break-the-glass log -- when emergency access overrides normal permissions, it's logged separately
- Data retention policies -- configurable per record type (e.g., patient records retained for 3 years post last visit per MCI guidelines)
- Consent management -- patient consent records for data sharing, ABDM linkage, research participation
Integration Hub
The Integration Hub manages all external system connections. FCs configure integrations without code using the hub's admin interface.
Common integrations:
| Integration | Protocol | Purpose | FC Configuration |
|---|---|---|---|
| ABDM (ABHA/HFR) | REST + FHIR | National health ID linkage | API credentials, facility HFR ID, callback URLs |
| Payment Gateway | REST | Online bill payment | Merchant ID, API keys, webhook URL |
| SMS Gateway | REST | Appointment reminders, OTP | API key, sender ID, template IDs (DLT registered) |
| WhatsApp Business | REST | Patient communication | Business phone, API token, message templates |
| Lab Instrument Interface | HL7v2 / ASTM | Auto-capture results from analyzers | Serial port config, message mapping |
| PACS | DICOM | Radiology image storage/viewing | AE title, IP, port, WADO-RS URL |
| Government Portals | REST / SFTP | Disease notification, birth/death registration | Portal credentials, data mapping |
Notes
Tip
Start every hospital implementation by configuring the Command Center first -- even before clinical modules. A working bed board and queue monitor visible on a big screen in the admin office builds immediate stakeholder excitement and buy-in.
Warning
The Workflow Engine is powerful but dangerous. A misconfigured escalation rule can flood doctors with hundreds of false alerts, destroying trust in the system. Always test workflows in sandbox with realistic data volumes before enabling in production.
Info
Studio custom fields are stored as JSONB in Supabase, so they're searchable and reportable. But excessive custom fields (50+) on a single form can impact load times. Advise hospitals to keep custom fields under 20 per form.
Clinic tip
For the BI module, pre-build a 'Hospital Director's Morning Report' dashboard that shows yesterday's OPD count, admissions, discharges, revenue collected, and bed occupancy. Directors love this and it demonstrates immediate ERP value.
Related topics
FC Training Programme
This training programme is designed to take a complete fresher -- someone with no prior healthcare or ERP background -- and transform them into a confident...
Module Deep-Dive: Hospital Operations & Support Services
FC walkthrough of Bio Ecko's non-clinical but mission-critical modules -- housekeeping, dietary, CSSD, asset management, linen, and facility operations.
Implementation Lifecycle: The 6 Phases
End-to-end overview of a hospital ERP implementation project -- from discovery through hypercare -- and the FC's role in each phase.
Patient Registration
Patient Registration is the first step in the patient journey. Every patient who visits your clinic needs a profile in the system before they can be booked for...
NABH Compliance
The NABH Compliance module helps hospitals prepare for and maintain National Accreditation Board for Hospitals & Healthcare Providers accreditation. It maps...
Workflow Engine
The Workflow Engine is a configurable automation framework that powers approval chains, escalations, notifications, and state machines across all Bio Ecko...
Module Deep-Dive: Hospital Operations & Support Services
FC walkthrough of Bio Ecko's non-clinical but mission-critical modules -- housekeeping, dietary, CSSD, asset management, linen, and facility operations.
Implementation Lifecycle: The 6 Phases
End-to-end overview of a hospital ERP implementation project -- from discovery through hypercare -- and the FC's role in each phase.