Fit-Gap Analysis
Learn how to systematically compare hospital requirements against Bio Ecko capabilities, document gaps with severity ratings, and propose workarounds or...
February 2026 · 18 min
Manual area
FC Training Programme
Coverage
8 sections
Operator notes
3 implementation notes
What Is Fit-Gap Analysis?
Fit-gap analysis is the structured comparison of 'what the hospital needs' (requirements from BRD) against 'what the system can do' (Bio Ecko's standard features). The output is a comprehensive matrix that classifies every requirement as a Fit (system handles it as-is), Partial Fit (needs configuration or minor adjustment), or Gap (requires customization, workaround, or is out of scope). This exercise is the foundation of every implementation -- it determines project scope, timeline, cost, and risk.
Why it matters:
- Prevents scope creep by documenting what is and isn't included
- Gives the client transparency on system capabilities before go-live
- Creates a clear backlog for the development team
- Protects both vendor and client during disputes
When to Conduct Fit-Gap
Fit-gap analysis happens in the Blueprint phase (Phase 2), after requirements are gathered but before configuration begins.
Timeline:
- Pre-fit-gap (Week 1-2) -- Complete BRD with signed-off requirements
- Fit-gap workshops (Week 3-4) -- Module-by-module sessions with hospital SMEs
- Analysis & scoring (Week 5) -- FC classifies and scores each item
- Review & sign-off (Week 6) -- Present to steering committee, get approval on gap disposition
Typical effort:
| Hospital Size | Modules | Workshop Days | Analysis Days | Total |
|---|---|---|---|---|
| Small clinic (< 50 beds) | 8-12 | 3-5 | 2-3 | 1-2 weeks |
| Mid hospital (50-200 beds) | 15-25 | 8-12 | 4-5 | 3-4 weeks |
| Large hospital (200+ beds) | 25-40 | 15-20 | 7-10 | 5-6 weeks |
The Fit-Gap Matrix Template
Every FC must use a standardized matrix. Here is the column structure:
| Column | Description | Example |
|---|---|---|
| Req ID | From BRD (traceable) | BR-OPD-015 |
| Requirement | What the hospital needs | Auto-populate last visit vitals for returning patients |
| Module | Bio Ecko module | Clinical > OPD Visits |
| Status | Fit / Partial Fit / Gap | Partial Fit |
| Standard Feature | What Bio Ecko does today | Vitals are stored but not auto-populated |
| Gap Description | What's missing (if gap or partial) | No auto-fill logic exists for previous vitals |
| Severity | Critical / Major / Minor / Cosmetic | Major |
| Disposition | Customize / Configure / Workaround / Out of Scope / Defer | Configure |
| Workaround | Temporary alternative (if any) | Nurse manually copies from EMR history |
| Effort Estimate | Dev days (if customization) | 3 days |
| Priority | MoSCoW (Must/Should/Could/Won't) | Should |
| Owner | Who resolves this | Dev Team -- Sprint 4 |
Classification Rules
Consistent classification is critical. Different FCs rating the same feature differently creates confusion.
Fit (Green):
- Bio Ecko handles the requirement exactly as described or with minor configuration (toggle, setting, master data entry)
- No code changes needed
- Example: 'System must support male/female/other gender options' → Fit (dropdown already exists)
Partial Fit (Amber):
- The feature exists but doesn't fully meet the requirement
- Configuration or minor customization can bridge the gap
- Example: 'Auto-assign token numbers by department' → Partial Fit (tokens exist but are global, not per-department)
Gap (Red):
- The feature does not exist in Bio Ecko's standard product
- Requires development, third-party integration, or is genuinely out of scope
- Example: 'Integration with state government e-Hospital portal' → Gap (custom integration needed)
Severity ratings:
- Critical -- blocks go-live; hospital cannot operate without this
- Major -- significant impact on daily operations; workaround is painful
- Minor -- nice to have; workaround is acceptable
- Cosmetic -- visual/UI preference; no operational impact
Running a Fit-Gap Workshop
The workshop is where the FC demonstrates the system and the hospital SMEs validate against their requirements.
Workshop format:
- Module introduction (5 min) -- FC briefly describes what Bio Ecko offers in this module
- Requirement walkthrough (40 min) -- Go through BRD requirements one by one; FC demonstrates the feature live; SME confirms fit or flags gap
- Gap deep-dive (10 min) -- For each gap, discuss severity, possible workaround, and disposition
- Summary (5 min) -- Recap fits and gaps found
Facilitation rules:
- One module per session -- never mix OPD and Lab in the same session
- Right people in the room -- module owner + 1-2 power users from the hospital
- Live system demo -- don't describe features, show them
- Record the session -- video or audio for later reference
- Park scope discussions -- if someone says 'We also need X that isn't in the BRD', note it as a potential CR, don't fit-gap it now
Gap Disposition Strategies
Not every gap needs custom development. The FC's value lies in finding creative dispositions.
| Disposition | When to Use | Example |
|---|---|---|
| Configure | System supports it but needs setup | Enable a hidden setting, add a new dropdown value |
| Customize | Requires code changes to Bio Ecko | New report, custom field, workflow modification |
| Workaround | Manual process bridges the gap acceptably | Export to Excel, manual calculation, SOP-based process |
| Third-party | Another tool handles it better | WhatsApp Business API for patient notifications |
| Defer | Not needed for go-live; future phase | Advanced BI dashboards, predictive analytics |
| Out of Scope | Not part of the ERP domain | Physical security cameras, non-IT equipment |
Golden rule: Always propose at least one disposition for every gap. Never present a gap without a recommendation.
Prioritization Matrix
With 50-200 gaps on a typical project, prioritization is essential. Use the MoSCoW method combined with effort scoring:
| Priority | Definition | Action |
|---|---|---|
| Must | Go-live blocker; regulatory requirement; patient safety | Resolve before go-live; no exceptions |
| Should | High operational impact; daily frustration if missing | Resolve before go-live if effort allows; otherwise Phase 2 |
| Could | Improves efficiency; nice to have | Phase 2 or Phase 3 |
| Won't | Out of scope; agreed as not needed for this project | Document and close |
Plot gaps on a 2x2 matrix:
- X-axis: Effort (Low → High)
- Y-axis: Business Impact (Low → High)
- Top-left (High impact, Low effort): Do first -- quick wins
- Top-right (High impact, High effort): Plan carefully -- these define your project timeline
- Bottom-left (Low impact, Low effort): Do if time permits
- Bottom-right (Low impact, High effort): Defer or drop
Presenting Fit-Gap Results
The fit-gap summary is presented to the steering committee for sign-off. This is a critical milestone -- once signed, it becomes the project baseline.
Presentation structure:
- Summary slide -- total requirements analyzed, % fit, % partial, % gap
- Module-wise breakdown -- bar chart showing fit/partial/gap per module
- Critical gaps -- each critical gap with recommended disposition and effort
- Timeline impact -- how gaps affect the go-live date
- Cost impact -- customization effort in person-days and estimated cost
- Decision needed -- which gaps to approve for development vs defer
Key metrics to show:
| Metric | Healthy Target |
|---|---|
| Overall Fit % | > 70% |
| Critical Gaps | < 5% of total requirements |
| Gaps with workaround | > 60% of all gaps |
| Customization effort | < 20% of total project effort |
Notes
Tip
Always do a pre-fit-gap walkthrough of the system yourself before the workshop. Discover any broken features or missing master data beforehand so the client never sees a system error during fit-gap sessions.
Info
Maintain a reusable fit-gap template in Excel or Google Sheets with conditional formatting: green for Fit, amber for Partial, red for Gap. This visual coding helps steering committees grasp the status instantly.
Warning
Never classify a gap as 'Fit' just to reduce the gap count. Under-reporting gaps leads to go-live failures and destroys client trust. Honest fit-gap analysis protects everyone.
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...
Requirement Gathering & Gap Analysis
Techniques for eliciting requirements from hospital staff, conducting fit-gap analysis against Bio Ecko modules, and documenting business requirements.
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.
Predictive Analytics
The Predictive Analytics Dashboard uses statistical analysis and machine learning on your hospital's historical data to forecast demand, identify high-risk...
OPD Visits
The OPD (Outpatient Department) area connects front-desk check-in to doctor review. In [Solo Doctor & Small Clinic](/solo-doctor-small-clinic), OPD starts as a...
Reporting
The Reporting Workstation is where radiologists create, review, and finalize imaging reports. Reports are linked to the study, automatically available in the...
Requirement Gathering & Gap Analysis
Techniques for eliciting requirements from hospital staff, conducting fit-gap analysis against Bio Ecko modules, and documenting business requirements.
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.