Skip to main content
QMSQMS
QMS
  • Welcome to your QMS
  • Quality Manual
  • Procedures
  • Records
  • Legit.Health Plus Version 1.1.0.0
  • Legit.Health Plus Version 1.1.0.1
  • Licenses and accreditations
  • Applicable Standards and Regulations
  • Grants
  • Pricing
    • Methodology
    • Initial analysis
      • Value-based pricing
      • Cost-based pricing
        • Resources
        • INSTRUCTIONS
        • Output
      • Output
    • Objections
    • Final analysis
  • Public tenders
  • Pricing
  • Initial analysis
  • Cost-based pricing
  • Output

Output

Legit.Health Cost-Based Pricing Strategy for Spanish Healthcare Systems

Executive Summary​

Legit.Health represents a sophisticated Software as a Medical Device (SaMD) that transforms dermatological diagnosis through AI-powered image analysis. This document presents a comprehensive cost-based pricing model that accounts for the unique operational requirements of a medical-grade AI diagnostic platform operating under stringent European regulatory frameworks.

Our analysis reveals that the per-diagnostic report cost is fundamentally driven by fixed operational expenses rather than variable computational costs. The key finding is that unit economics are highly sensitive to utilization volume, with costs ranging from €8.45 per report at moderate scale (50,000 reports/year) to €2.10 per report at enterprise scale (500,000 reports/year).

For per-capita pricing, we recommend €125-150 per patient per year, assuming an average of 8-10 diagnostic reports per patient annually for chronic dermatological condition monitoring.

The Digital Diagnostic Paradigm​

Understanding the Cost Structure​

Unlike traditional software, medical-grade AI diagnostics carry substantial operational costs that mirror physical laboratory tests:

Physical Laboratory ComponentDigital AI Diagnostic EquivalentAnnual Cost Impact
Laboratory analyzer hardwareProvisioned GPU infrastructure€25,000-35,000
Chemical reagentsComputational "digital reagents"€0.01-0.02/report
Lab technicianClinical support specialists€94,000-140,000
Quality control samplesMLOps monitoring & retraining€150,000-200,000
Lab accreditationMDR/ENS certifications€100,000-120,000

The Three-Pillar Cost Model​

Our cost structure comprises three fundamental pillars:

  1. Regulatory Compliance Costs - The mandatory expenses to legally operate as a medical device
  2. Infrastructure & Computational Costs - The technical backbone required for <1s response times
  3. Operational Excellence Costs - Ongoing support, monitoring, and continuous improvement

Detailed Cost Component Analysis​

Initial Capital Expenditure (CapEx)​

EU MDR Certification (Class IIb)​

Based on 2024 market data and notified body fee structures:

Initial MDR Certification Breakdown:
- QMS Implementation (ISO 13485): &euro;32,000
- Technical Documentation Review: &euro;28,000
- Clinical Evaluation & Validation: &euro;150,000
- Notified Body Audits & Fees: &euro;15,000
- Post-Market Surveillance Setup: &euro;25,000
----------------------------------------
Total Initial MDR Investment: &euro;250,000

Amortization Period: 3 years Annual Amortized Cost: €83,333

Esquema Nacional de Seguridad (ENS) - High Level​

As confirmed by recent healthcare implementations (TriNetX, 2024):

ENS High-Level Certification:
- Initial Assessment & Gap Analysis: &euro;15,000
- Implementation of Controls: &euro;35,000
- External Audit & Certification: &euro;20,000
- Security Infrastructure Setup: &euro;30,000
----------------------------------------
Total Initial ENS Investment: &euro;100,000

Annual Amortized Cost: €33,333

AI Model Development & Clinical Validation​

The three-model architecture (diagnosis, severity, quality) requires:

AI Development Investment:
- Data Acquisition (10,000 images): &euro;50,000
- Specialist Annotation (&euro;88/hr): &euro;45,000
- Model Development (2 FTEs × 1 year): &euro;140,000
- Clinical Validation Studies: &euro;180,000
- Regulatory Documentation: &euro;35,000
----------------------------------------
Total AI Development: &euro;450,000

Annual Amortized Cost: €150,000

Annual Operational Expenditure (OpEx)​

Infrastructure Costs​

GPU Infrastructure (The "Latency Tax")​

To guarantee <1 second response time with 24/7 availability:

# Infrastructure Cost Calculation
def calculate_infrastructure_cost():
# Primary inference endpoint (AWS g5.2xlarge with NVIDIA A10G)
primary_gpu_hourly = 2.03 # USD/hour (2024 pricing)

# High availability backup endpoint
backup_gpu_hourly = 2.03

# Annual hours
hours_per_year = 8760

# EUR/USD conversion
eur_usd_rate = 0.92

annual_cost_usd = (primary_gpu_hourly + backup_gpu_hourly) * hours_per_year
annual_cost_eur = annual_cost_usd * eur_usd_rate

return annual_cost_eur

# Result: &euro;32,607/year
Storage and Data Management​
Storage Costs (Annual):
- Image Storage (S3, 1TB): &euro;276
- Database (RDS, High Availability): &euro;3,600
- Backup & Archive: &euro;1,200
- CloudWatch Logs & Monitoring: &euro;2,400
----------------------------------------
Total Storage & Data: &euro;7,476

Regulatory Maintenance​

Annual Regulatory Costs:
- MDR Surveillance Audits: &euro;8,000
- ENS Biennial Audit (annualized): &euro;7,500
- Change Notifications (4/year): &euro;3,200
- PSUR Preparation & Review: &euro;4,000
- Clinical Evidence Updates: &euro;12,000
----------------------------------------
Total Annual Regulatory: &euro;34,700

MLOps and Continuous Improvement​

Based on industry benchmarks for medical AI maintenance:

MLOps Annual Costs:
- Model Monitoring Infrastructure: &euro;15,000
- Quarterly Retraining (GPU hours): &euro;18,000
- Data Drift Detection & Analysis: &euro;8,000
- New Data Annotation (500 images/qtr): &euro;20,000
- Validation & Testing: &euro;15,000
- MLOps Engineer (0.5 FTE): &euro;35,000
----------------------------------------
Total MLOps Annual: &euro;111,000

Staffing Costs​

Based on Spanish market rates (2024):

Annual Staffing:
- Clinical Applications Specialist (2×): &euro;94,334
- Data Scientist (1× Senior): &euro;89,500
- DevOps/MLOps Engineer (1×): &euro;64,000
- Regulatory Affairs (0.5 FTE): &euro;35,000
----------------------------------------
Total Annual Staffing: &euro;282,834

Support and Operations​

Support & Operations:
- 24/7 Technical Support Contract: &euro;45,000
- Security Operations Center (SOC): &euro;28,000
- Incident Response & Management: &euro;12,000
- Documentation & Training Materials: &euro;8,000
----------------------------------------
Total Support & Operations: &euro;93,000

Total Annual Fixed Costs​

TOTAL ANNUAL FIXED COSTS
========================
Amortized CapEx:
- MDR Amortization: &euro;83,333
- ENS Amortization: &euro;33,333
- AI Development Amortization: &euro;150,000
---------
Subtotal Amortized: &euro;266,666

Annual OpEx:
- Infrastructure: &euro;40,083
- Regulatory Maintenance: &euro;34,700
- MLOps: &euro;111,000
- Staffing: &euro;282,834
- Support & Operations: &euro;93,000
---------
Subtotal OpEx: &euro;561,617

TOTAL ANNUAL FIXED COSTS: &euro;828,283

Variable Costs Per Report​

def calculate_variable_cost_per_report():
"""
Calculate the variable cost for each diagnostic report
"""
costs = {
'gpu_inference_seconds': 0.8, # seconds of GPU time
'gpu_cost_per_hour': 2.03, # USD/hour
'data_transfer_gb': 0.025, # 25MB average
'transfer_cost_per_gb': 0.09, # USD/GB
'storage_months': 12, # retention period
'storage_cost_per_gb_month': 0.023 # USD/GB/month
}

# GPU inference cost
gpu_cost = (costs['gpu_inference_seconds'] / 3600) * costs['gpu_cost_per_hour']

# Data transfer cost
transfer_cost = costs['data_transfer_gb'] * costs['transfer_cost_per_gb']

# Storage cost (annualized per report)
storage_cost = costs['data_transfer_gb'] * costs['storage_cost_per_gb_month'] * costs['storage_months']

# Convert to EUR
total_usd = gpu_cost + transfer_cost + storage_cost
total_eur = total_usd * 0.92

return total_eur

# Result: &euro;0.0095 per report

Cost-Based Pricing Formula Development​

Per-Report Pricing Model​

The fundamental pricing formula:

C_total_per_report = (C_fixed_annual / N_reports_annual) + C_variable_per_report

Where:
- C_fixed_annual = &euro;828,283
- C_variable_per_report = &euro;0.0095
- N_reports_annual = Annual report volume

Volume-Based Cost Analysis​

Annual VolumeFixed Cost/ReportVariable CostTotal CostSuggested PriceMargin
10,000€82.83€0.01€82.84€125.0034%
50,000€16.57€0.01€16.58€25.0034%
100,000€8.28€0.01€8.29€12.5034%
200,000€4.14€0.01€4.15€6.2534%
500,000€1.66€0.01€1.67€2.5033%
1,000,000€0.83€0.01€0.84€1.2533%

Per-Capita (Per Patient) Pricing Model​

For chronic dermatological conditions requiring ongoing monitoring:

def calculate_per_capita_pricing():
"""
Calculate per-patient annual pricing
"""
# Average reports per patient per year
reports_per_patient = {
'psoriasis': 12, # Monthly monitoring
'atopic_dermatitis': 8, # Quarterly + flare-ups
'melanoma_surveillance': 4, # Quarterly checks
'acne_treatment': 6 # Bi-monthly
}

avg_reports = sum(reports_per_patient.values()) / len(reports_per_patient) # 7.5

# Cost basis (assuming 100,000 total reports/year)
cost_per_report = 8.29

# Per patient cost
annual_cost_per_patient = avg_reports * cost_per_report

# Pricing with 40% margin
suggested_price = annual_cost_per_patient * 1.67

return {
'cost': annual_cost_per_patient, # &euro;62.18
'price': suggested_price # &euro;103.84
}

Recommended Per-Capita Pricing: €100-150 per patient per year

Comparative Analysis with Physical Diagnostics​

Traditional Diagnostic Cost Comparison​

Service TypeSpanish NHS Reference PricePrivate Market PriceLegit.Health Equivalent
Dermatology Consultation€60-80€120-180N/A - Complementary
Skin Biopsy€150-200€300-40030-40 reports
Dermoscopy€40-50€80-1008-10 reports
Patch Testing€200-250€400-50040-50 reports

Value Proposition Analysis​

Legit.Health provides value through:

  1. Speed: <1 second results vs. days/weeks for traditional tests
  2. Accessibility: Available 24/7 without appointment scheduling
  3. Consistency: AI-driven standardization eliminates inter-observer variability
  4. Comprehensiveness: Three analyses (diagnosis, malignancy, severity) in one report
  5. Longitudinal Tracking: Easy comparison of disease progression over time

Pricing Strategy Recommendations​

Tiered Pricing Structure​

Tier 1: Pilot Program (Small Clinics)​

  • Volume: <10,000 reports/year
  • Model: Annual subscription
  • Price: €15,000/year base + €5/report over 5,000
  • Per-capita alternative: €175/patient/year

Tier 2: Department Level (Hospital Departments)​

  • Volume: 10,000-50,000 reports/year
  • Model: Annual license
  • Price: €35,000/year base + €3/report over 25,000
  • Per-capita alternative: €125/patient/year

Tier 3: Enterprise (Hospital Networks)​

  • Volume: 50,000-200,000 reports/year
  • Model: Enterprise license
  • Price: €75,000/year base + €2/report over 100,000
  • Per-capita alternative: €100/patient/year

Tier 4: National/Regional Health Systems​

  • Volume: >200,000 reports/year
  • Model: Custom enterprise agreement
  • Price: Negotiated based on volume (€1.50-2.50/report)
  • Per-capita alternative: €75/patient/year

Hybrid Pricing Model​

The optimal approach combines subscription and usage elements:

Annual Price = Base_Subscription_Fee + (Volume_Overage × Marginal_Rate)

Where:
- Base covers fixed costs allocation
- Marginal rate covers variable costs + margin
- Volume tiers provide economies of scale

Implementation Timeline​

  1. Months 1-3: Launch pilot programs with 5-10 small clinics at Tier 1 pricing
  2. Months 4-9: Scale to department level with 3-5 hospital departments
  3. Months 10-18: Expand to enterprise agreements with hospital networks
  4. Months 19-24: Pursue national/regional health system contracts

Risk Mitigation Strategies​

The Utilization Challenge​

The primary risk is low utilization leading to unsustainable unit economics. Mitigation strategies:

  1. Minimum Volume Commitments: Contracts include minimum annual volumes
  2. Subscription-First Model: Emphasize fixed-fee subscriptions over per-use pricing
  3. Integration Incentives: Deeper EMR integration drives higher utilization
  4. Clinical Protocol Integration: Embed into standard care pathways

Regulatory Cost Escalation​

MDR and ENS requirements continue to evolve. Protection mechanisms:

  1. Annual Price Escalation Clauses: 3-5% annual increases
  2. Regulatory Change Provisions: Pass-through for new requirements
  3. Compliance Cost Sharing: Major new requirements trigger renegotiation

Financial Projections​

Three-Year Revenue Model​

def project_three_year_revenue():
"""
Conservative growth projection
"""
year_1 = {
'pilot_clients': 10,
'reports': 50000,
'revenue': 375000, # &euro;375,000
'costs': 828283,
'ebitda': -453283
}

year_2 = {
'total_clients': 35,
'reports': 250000,
'revenue': 1250000, # &euro;1.25M
'costs': 928283, # 12% increase for scaling
'ebitda': 321717
}

year_3 = {
'total_clients': 75,
'reports': 600000,
'revenue': 2400000, # &euro;2.4M
'costs': 1028283, # 11% increase
'ebitda': 1371717
}

return year_1, year_2, year_3

Break-Even Analysis​

Break-even point:
- At current cost structure: ~165,000 reports/year
- At &euro;5 average price per report: &euro;825,000 revenue
- Timeline: Month 14-16 with aggressive growth

Conclusion and Final Recommendations​

Key Pricing Decisions​

  1. Primary Model: Annual subscription with volume tiers
  2. Per-Report Price Range: €2.50-€25.00 depending on volume
  3. Per-Capita Price Range: €75-€175 per patient per year
  4. Target Gross Margin: 50-60% at scale

Critical Success Factors​

  1. Volume Achievement: Must reach 100,000+ reports/year for sustainable economics
  2. Subscription Adoption: 80%+ revenue from subscriptions vs. per-use
  3. Retention: >90% annual renewal rate critical for long-term viability
  4. Operational Efficiency: Automate support and MLOps to control cost growth

Final Price Recommendations​

Based on comprehensive cost analysis and market positioning:

Per Diagnostic Report Pricing:​

  • Small Scale (<50k/year): €15-25 per report
  • Medium Scale (50-200k/year): €5-15 per report
  • Large Scale (>200k/year): €2.50-5 per report

Per Patient (Per Capita) Annual Pricing:​

  • Standard Monitoring (4-6 reports/year): €100-125 per patient
  • Intensive Monitoring (8-12 reports/year): €125-150 per patient
  • Chronic Care (>12 reports/year): €150-175 per patient

These prices reflect the true operational costs of delivering a medical-grade, AI-powered diagnostic service while ensuring sustainable margins for growth and continued innovation.

Appendix A: Detailed Cost Formulas​

Total Cost Per Report Formula​

C_total = [(C_capex / L_years) + C_opex_fixed] / N_reports + C_variable

Where:
C_capex = &euro;800,000 (one-time capital expenditure)
L_years = 3 (amortization period)
C_opex_fixed = &euro;561,617 (annual fixed operational costs)
N_reports = Annual report volume
C_variable = &euro;0.0095 (variable cost per report)

Per-Capita Cost Formula​

C_per_capita = (R_avg × C_per_report) + C_overhead_patient

Where:
R_avg = Average reports per patient per year (7.5)
C_per_report = Cost per diagnostic report at volume
C_overhead_patient = &euro;15 (patient onboarding and management)

Margin Calculation​

Margin_percentage = ((Price - Cost) / Price) × 100

Target margins:
- Year 1: 20-30% (investment phase)
- Year 2: 30-40% (growth phase)
- Year 3+: 40-50% (maturity phase)

Appendix B: Regulatory Compliance Cost Details​

MDR Compliance Ongoing Costs​

ComponentFrequencyAnnual Cost
Surveillance AuditsAnnual€8,000
Technical File UpdatesQuarterly€3,000
Clinical Evidence UpdatesAnnual€12,000
Post-Market SurveillanceContinuous€15,000
Change Control ManagementAs needed€5,000
Total MDR Ongoing€43,000

ENS Compliance Ongoing Costs​

ComponentFrequencyAnnual Cost
Security AuditsBiennial€7,500
Vulnerability AssessmentsQuarterly€4,000
Security Operations CenterContinuous€28,000
Incident ResponseAs needed€5,000
Documentation UpdatesAnnual€2,000
Total ENS Ongoing€46,500

Appendix C: References and Sources​

  1. European Commission. (2024). "Published fees on notified bodies websites for MDR." Health.ec.europa.eu
  2. AWS. (2024). "Amazon SageMaker Pricing." AWS.amazon.com/sagemaker/pricing
  3. TriNetX. (2024). "TriNetX Achieves Spain's ENS Certification for Healthcare Data Security Standards."
  4. MedTech Europe. (2024). "IVDR & MDR Survey Results 2024."
  5. Peercode Regulatory. (2024). "Notified Body Fees and MDR Pricing for Medical Device Makers Explained."
  6. I3CGlobal. (2024). "CE Certification Cost Based on Risk Class - MDR/IVDR."
  7. Spanish National Cryptologic Centre (CCN). (2024). "ENS - Esquema Nacional de Seguridad."
  8. CloudForecast. (2024). "AWS SageMaker Pricing Guide - Cost Breakdown & Optimization Tips."
  9. European Commission. (2017). "Regulation (EU) 2017/745 on Medical Devices (MDR)."
  10. Royal Decree 311/2022. (2022). "Regulating the National Security Framework." Spain.
  11. ISO. (2016). "ISO 13485:2016 Medical devices - Quality management systems."
  12. IEC. (2015). "IEC 62304:2015 Medical device software - Software life cycle processes."
  13. ISO. (2019). "ISO 14971:2019 Medical devices - Application of risk management."
  14. FDA. (2023). "Predetermined Change Control Plans for Machine Learning-Enabled Medical Devices."
  15. MDCG. (2023). "MDCG 2019-11 Rev.1 Qualification and Classification of Software."

This document represents a comprehensive cost-based pricing strategy for Legit.Health medical device. All calculations are based on current market data and regulatory requirements as of 2024. Actual costs may vary based on specific implementation details and market conditions.

Previous
INSTRUCTIONS
Next
Output
  • Executive Summary
  • The Digital Diagnostic Paradigm
    • Understanding the Cost Structure
    • The Three-Pillar Cost Model
  • Detailed Cost Component Analysis
    • Initial Capital Expenditure (CapEx)
      • EU MDR Certification (Class IIb)
      • Esquema Nacional de Seguridad (ENS) - High Level
      • AI Model Development & Clinical Validation
    • Annual Operational Expenditure (OpEx)
      • Infrastructure Costs
        • GPU Infrastructure (The "Latency Tax")
        • Storage and Data Management
      • Regulatory Maintenance
      • MLOps and Continuous Improvement
      • Staffing Costs
      • Support and Operations
    • Total Annual Fixed Costs
    • Variable Costs Per Report
  • Cost-Based Pricing Formula Development
    • Per-Report Pricing Model
    • Volume-Based Cost Analysis
    • Per-Capita (Per Patient) Pricing Model
  • Comparative Analysis with Physical Diagnostics
    • Traditional Diagnostic Cost Comparison
    • Value Proposition Analysis
  • Pricing Strategy Recommendations
    • Tiered Pricing Structure
      • Tier 1: Pilot Program (Small Clinics)
      • Tier 2: Department Level (Hospital Departments)
      • Tier 3: Enterprise (Hospital Networks)
      • Tier 4: National/Regional Health Systems
    • Hybrid Pricing Model
    • Implementation Timeline
  • Risk Mitigation Strategies
    • The Utilization Challenge
    • Regulatory Cost Escalation
  • Financial Projections
    • Three-Year Revenue Model
    • Break-Even Analysis
  • Conclusion and Final Recommendations
    • Key Pricing Decisions
    • Critical Success Factors
    • Final Price Recommendations
      • Per Diagnostic Report Pricing:
      • Per Patient (Per Capita) Annual Pricing:
  • Appendix A: Detailed Cost Formulas
    • Total Cost Per Report Formula
    • Per-Capita Cost Formula
    • Margin Calculation
  • Appendix B: Regulatory Compliance Cost Details
    • MDR Compliance Ongoing Costs
    • ENS Compliance Ongoing Costs
  • Appendix C: References and Sources
All the information contained in this QMS is confidential. The recipient agrees not to transmit or reproduce the information, neither by himself nor by third parties, through whichever means, without obtaining the prior written permission of Legit.Health (AI LABS GROUP S.L.)