BioEcko Docs
Functional Consultant Training

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:

  1. Pre-fit-gap (Week 1-2) -- Complete BRD with signed-off requirements
  2. Fit-gap workshops (Week 3-4) -- Module-by-module sessions with hospital SMEs
  3. Analysis & scoring (Week 5) -- FC classifies and scores each item
  4. Review & sign-off (Week 6) -- Present to steering committee, get approval on gap disposition

Typical effort:

Hospital SizeModulesWorkshop DaysAnalysis DaysTotal
Small clinic (< 50 beds)8-123-52-31-2 weeks
Mid hospital (50-200 beds)15-258-124-53-4 weeks
Large hospital (200+ beds)25-4015-207-105-6 weeks

The Fit-Gap Matrix Template

Every FC must use a standardized matrix. Here is the column structure:

ColumnDescriptionExample
Req IDFrom BRD (traceable)BR-OPD-015
RequirementWhat the hospital needsAuto-populate last visit vitals for returning patients
ModuleBio Ecko moduleClinical > OPD Visits
StatusFit / Partial Fit / GapPartial Fit
Standard FeatureWhat Bio Ecko does todayVitals are stored but not auto-populated
Gap DescriptionWhat's missing (if gap or partial)No auto-fill logic exists for previous vitals
SeverityCritical / Major / Minor / CosmeticMajor
DispositionCustomize / Configure / Workaround / Out of Scope / DeferConfigure
WorkaroundTemporary alternative (if any)Nurse manually copies from EMR history
Effort EstimateDev days (if customization)3 days
PriorityMoSCoW (Must/Should/Could/Won't)Should
OwnerWho resolves thisDev 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:

  1. Module introduction (5 min) -- FC briefly describes what Bio Ecko offers in this module
  2. Requirement walkthrough (40 min) -- Go through BRD requirements one by one; FC demonstrates the feature live; SME confirms fit or flags gap
  3. Gap deep-dive (10 min) -- For each gap, discuss severity, possible workaround, and disposition
  4. 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.

DispositionWhen to UseExample
ConfigureSystem supports it but needs setupEnable a hidden setting, add a new dropdown value
CustomizeRequires code changes to Bio EckoNew report, custom field, workflow modification
WorkaroundManual process bridges the gap acceptablyExport to Excel, manual calculation, SOP-based process
Third-partyAnother tool handles it betterWhatsApp Business API for patient notifications
DeferNot needed for go-live; future phaseAdvanced BI dashboards, predictive analytics
Out of ScopeNot part of the ERP domainPhysical 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:

PriorityDefinitionAction
MustGo-live blocker; regulatory requirement; patient safetyResolve before go-live; no exceptions
ShouldHigh operational impact; daily frustration if missingResolve before go-live if effort allows; otherwise Phase 2
CouldImproves efficiency; nice to havePhase 2 or Phase 3
Won'tOut of scope; agreed as not needed for this projectDocument 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:

  1. Summary slide -- total requirements analyzed, % fit, % partial, % gap
  2. Module-wise breakdown -- bar chart showing fit/partial/gap per module
  3. Critical gaps -- each critical gap with recommended disposition and effort
  4. Timeline impact -- how gaps affect the go-live date
  5. Cost impact -- customization effort in person-days and estimated cost
  6. Decision needed -- which gaps to approve for development vs defer

Key metrics to show:

MetricHealthy 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.

On this page