Configuration Workbook & System Setup
How to create, maintain, and execute the configuration workbook -- the FC's blueprint for translating business requirements into Bio Ecko system settings.
February 2026 · 18 min
Manual area
FC Training Programme
Coverage
8 sections
Operator notes
3 implementation notes
What Is a Configuration Workbook?
The Configuration Workbook is a structured spreadsheet (or set of spreadsheets) that documents every setting, parameter, and master data value that must be configured in Bio Ecko for a specific hospital.
Think of it as the FC's execution plan. The Blueprint phase produces the design; the Configuration Workbook translates that design into actionable steps. Without it, configuration becomes ad-hoc, inconsistent, and impossible to audit or replicate.
Workbook Structure
Organize the workbook with one tab per configuration area:
| Tab Name | Contents | Example Entries |
|---|---|---|
| Organization Setup | Hospital name, address, GSTIN, logo, branches | "City Hospital", Branch: Main + Satellite Clinic |
| Departments | All departments with codes, HOD, location | Cardiology (CARD), General Medicine (GMED) |
| Roles & Permissions | Each role with module access matrix | Receptionist: Registration (Full), Billing (View), Lab (None) |
| Users | Staff accounts with role assignments | Dr. Sharma -> Doctor role, Cardiology dept |
| Service Charges | Charge master with prices per service | ECG-12 Lead: INR 500, X-Ray Chest: INR 350 |
| Drug Master | Formulary with all drug details | Amoxicillin 500mg Cap, Schedule H, ROL: 100 |
| Room & Bed Setup | Room types, bed numbers, tariffs | General Ward Bed: INR 1,500/day, ICU: INR 8,000/day |
| Insurance Panels | TPA list, policy types, discount agreements | Star Health, ICICI Lombard, CGHS rates |
| Workflow Rules | Approval chains, auto-triggers, escalations | Discount > 10%: requires Billing Manager approval |
| Numbering Series | Prefixes, sequences for MRN, Invoice, Receipt | MRN: CH-2026-00001, Invoice: INV/2026-27/00001 |
| Report Templates | Customization notes for prints and reports | Discharge Summary: include hospital logo, doctor signature block |
Organization & Branch Setup
The first configuration in any implementation:
- Organization Profile -- Legal name, trade name, address, phone, email, website, GSTIN, PAN, Drug License numbers (DL-20, DL-21), NABH certificate number (if accredited)
- Branch Configuration -- For multi-branch hospitals, each branch needs its own profile with separate numbering series, stock, and optionally separate charge master
- Financial Year -- Start month (April for India), auto-numbering reset rules
- Logo & Letterhead -- Upload for all printed documents (bills, reports, discharge summaries)
- System Defaults -- Default currency (INR), date format (DD/MM/YYYY), time format (24-hour), language (English + regional)
Bio Ecko tables involved: organizations, branches, organization_settings
FC validation:
- Organization name appears correctly on all printed outputs
- GSTIN displays on tax invoices
- Drug license numbers appear on pharmacy bills
- Each branch can operate independently with its own stock and billing
- Financial year boundaries handle correctly (March 31 to April 1 transition)
Role & Permission Matrix
The permission matrix is one of the most critical and time-consuming configurations:
| Role | Registration | OPD | IPD | Pharmacy | Lab | Radiology | Billing | Accounts | Admin |
|---|---|---|---|---|---|---|---|---|---|
| Receptionist | Full | View | View | None | None | None | Create | None | None |
| Doctor | View | Full | Full | View | Order | Order | View | None | None |
| Nurse | View | Vitals | Full | View | Collect | None | None | None | None |
| Pharmacist | None | View | View | Full | None | None | Dispense | None | None |
| Lab Tech | None | None | None | None | Full | None | None | None | None |
| Radiologist | None | None | None | None | None | Full | None | None | None |
| Cashier | View | None | None | None | None | None | Full | View | None |
| Accounts Mgr | None | None | None | None | None | None | Full | Full | None |
| Admin | Full | Full | Full | Full | Full | Full | Full | Full | Full |
Full = Create + Read + Update + Delete. View = Read only. None = No access.
FC must validate:
- Each role can access ONLY the screens they need
- Sensitive operations (refund, discount, void) require elevated permissions
- Audit trail captures who did what, when, from which workstation
- Role changes take effect immediately without logout/login (Bio Ecko uses real-time permission checks)
Numbering Series Design
Every transaction needs a unique, sequential, traceable number:
| Document Type | Format | Example | Reset Frequency |
|---|---|---|---|
| MRN (Patient ID) | {Branch}-{Year}-{Seq} | CH-2026-00001 | Never (lifetime unique) |
| OPD Visit | OPD/{YY-YY}/{Seq} | OPD/26-27/00001 | Per financial year |
| IPD Admission | IPD/{YY-YY}/{Seq} | IPD/26-27/00001 | Per financial year |
| Invoice | INV/{Branch}/{YY-YY}/{Seq} | INV/CH/26-27/00001 | Per financial year |
| Receipt | RCT/{YY-YY}/{Seq} | RCT/26-27/00001 | Per financial year |
| Lab Accession | LAB/{YYMMDD}/{Seq} | LAB/260217/001 | Daily |
| Purchase Order | PO/{YY-YY}/{Seq} | PO/26-27/00001 | Per financial year |
| GRN | GRN/{YY-YY}/{Seq} | GRN/26-27/00001 | Per financial year |
FC must confirm:
- No duplicate numbers are possible (database unique constraint)
- Sequence does not have gaps (or gaps are acceptable per hospital policy)
- Financial year transition generates correct new series
- Multi-branch hospitals have branch-specific prefixes to avoid cross-branch conflicts
Workflow Rules & Approval Chains
Business rules that automate decision-making:
- Discount Approval -- If discount_percent > 5%: require Billing Supervisor. If > 15%: require Finance Manager. If > 25%: require Hospital Director
- Refund Approval -- All refunds require Accounts Manager approval. Refunds > INR 10,000 require Finance Head
- Purchase Order Approval -- PO < INR 50,000: Store Manager. PO INR 50K-2L: Admin. PO > 2L: Director
- Leave Approval -- Staff leave: Department HOD. HOD leave: Medical Superintendent
- Critical Lab Value Alert -- Panic values auto-notify ordering doctor via SMS + in-app notification
- Insurance Pre-Auth Expiry -- 24 hours before pre-auth expiry, alert billing team to request extension
- Stock Reorder Alert -- When stock falls below reorder level, auto-generate indent to central store
Each rule needs:
- Trigger condition (what event fires the rule)
- Action (what happens: notification, approval request, auto-action)
- Escalation (what happens if no response within X hours)
- Exception (when is the rule bypassed, and by whom)
Configuration Execution Sequence
Order matters because of dependencies:
- Organization & Branch (everything depends on this)
- Financial Year & Numbering Series (needed before any transaction)
- Department Master (needed before roles and users)
- Role & Permission Matrix (needed before user creation)
- User Accounts with Role Assignment
- Service Charge Master (needed before billing)
- Drug Master (needed before pharmacy)
- Room & Bed Setup (needed before IPD)
- Insurance & TPA Configuration (needed before insurance billing)
- Workflow Rules & Approval Chains
- Report Template Customization
- Integration Configuration (lab analyzers, PACS, payment gateways)
FC should track progress in the workbook itself -- add a Status column: Not Started / In Progress / Configured / Validated / Signed Off
Hands-On Exercise
Create a mini configuration workbook for a fictional 50-bed hospital:
- Create an Organization: "Sunrise Hospital", Bangalore, GSTIN: 29AAACS1234F1ZP
- Set up 5 departments: General Medicine, Pediatrics, Orthopedics, Radiology, Pathology
- Create 6 roles: Receptionist, Doctor, Nurse, Lab Tech, Pharmacist, Cashier
- Add 10 services to the charge master with realistic pricing
- Add 20 drugs to the drug master with schedule, strength, and reorder levels
- Set up 3 room types: General Ward (INR 1,200/day), Semi-Private (INR 2,500/day), ICU (INR 6,000/day)
- Configure numbering series for MRN, OPD Visit, Invoice, and Receipt
- Set up one workflow rule: Discount > 10% requires Cashier Supervisor approval
- Create 3 user accounts, one per role, and validate each can only see their permitted screens
Time yourself. An experienced FC should complete this in under 2 hours. A fresher might take 4-6 hours. Track your time to measure your improvement over repeated practice.
Notes
Warning
Always keep a backup of your configuration workbook versioned by date (e.g., Config_Workbook_v3_20260215.xlsx). Hospital requirements change during implementation, and you need to track what changed, when, and who approved it.
Tip
Use conditional formatting in your workbook: green for Validated, yellow for In Progress, red for Not Started. This gives an instant visual status to project managers during review meetings.
Info
Bio Ecko's Admin > System Settings page maps directly to the Organization Setup tab of the workbook. Use it as your primary configuration interface -- most settings are exposed there without needing database access.
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...
Fit-Gap Analysis
Learn how to systematically compare hospital requirements against Bio Ecko capabilities, document gaps with severity ratings, and propose workarounds or...
Data Migration Strategy & Execution
Plan, cleanse, transform, load, and validate master and transactional data from legacy systems (or paper) into Bio Ecko.
Organization Setup
Organization Setup is the foundational configuration step in Bio Ecko. It defines your healthcare facility's identity, legal details, and operational...
System Settings
System Settings contains facility-wide configuration options that affect all users and modules. Changes here are organisation-level and require Super Admin...
Radiology
The Radiology module manages imaging workflows -- from order entry to report delivery. It supports X-ray, ultrasound, CT, MRI, and other imaging modalities...
Fit-Gap Analysis
Learn how to systematically compare hospital requirements against Bio Ecko capabilities, document gaps with severity ratings, and propose workarounds or...
Data Migration Strategy & Execution
Plan, cleanse, transform, load, and validate master and transactional data from legacy systems (or paper) into Bio Ecko.