Skip to main content
Custom SaaS Development

Healthtech SaaS Development Switzerland: Swissmedic, nFADP & eHealth 2026

Build compliant healthtech SaaS for the Swiss market. Swissmedic MDR classification, nFADP health data rules, EPD integration, and CHF 80K–500K cost ranges for 2026.

Jahja Nur Zulbeari | | 13 min read

Switzerland occupies a unique position in European digital health. It combines a mature, well-funded healthcare system with a regulatory environment that demands rigorous compliance — Swissmedic for medical device software, the new Federal Act on Data Protection (nFADP) for health data, and the Elektronisches Patientendossier (EPD) as the national health record infrastructure. For founders building healthtech SaaS targeting Zurich, Geneva, Basel, or the broader Swiss market, understanding this regulatory terrain is not optional — it is the foundation of your product architecture.

This guide is for founders and CTOs planning healthtech SaaS for Switzerland in 2026. It covers the full regulatory landscape, the technical architecture decisions it drives, EPD integration realities, and honest cost ranges.

The Swiss Healthtech Regulatory Landscape

Swissmedic and Medical Device Software Classification

Swissmedic is Switzerland’s authority for therapeutic products, and its Medical Devices Ordinance (MedDO, SR 812.213) governs software that qualifies as a medical device. Switzerland’s MedDO is structurally aligned with the EU Medical Devices Regulation (MDR 2017/745) and the EU In Vitro Diagnostic Regulation (IVDR 2017/746), with Swissmedic having adopted the EU classification rules and most technical requirements.

The pivotal question for any healthtech SaaS product: does it qualify as Software as a Medical Device (SaMD)?

Software qualifies as SaMD if it is intended to be used for one or more of: diagnosis, prevention, monitoring, prediction, prognosis, treatment, or alleviation of disease; compensation for injury or disability; investigation, replacement, or modification of anatomy or physiology; or control of conception.

Software does not qualify as SaMD if it is intended purely for administrative, workflow, or wellness purposes without diagnostic or treatment claims.

The SaMD classification grid under MDR/MedDO assigns risk classes (Class I through Class III) based on intended purpose and patient risk. Most clinical decision support software is Class IIa or IIb; diagnostic imaging analysis tools are often Class III.

Software CategoryLikely SaMD?Risk ClassConformity Assessment
Symptom checker with diagnostic outputYesClass IIaNotified body involvement required
AI-assisted radiology analysisYesClass IIb/IIINotified body, clinical evaluation
Clinical decision support (clinician-only)Likely yesClass IIaNotified body involvement
Patient engagement / coaching appGenerally noN/ASelf-declaration where applicable
Appointment booking systemNoN/ANot regulated as device
EHR data aggregation (no diagnostic claims)Generally noN/AnFADP/GDPR only
Wearable data dashboard (wellness claims only)Generally noN/AnFADP/GDPR only

For SaMD products, the technical file must include: software description and intended purpose, software development lifecycle documentation (IEC 62304 compliant), risk management file (ISO 14971), usability engineering file (IEC 62366), clinical evaluation, and post-market surveillance plan.

nFADP: Swiss Data Protection for Health Data

The new Federal Act on Data Protection (nFADP, Datenschutzgesetz DSG) entered into force on 1 September 2023, replacing the previous 1992 data protection law. For healthtech SaaS development, nFADP is the governing law for health data processing in Switzerland.

Health data under nFADP is classified as “sensitive personal data” requiring explicit consent for processing. The practical implications:

  • Consent must be specific, informed, and freely given — bundled consent for health data processing is insufficient
  • A Datenschutz-Folgenabschätzung (data protection impact assessment) is required for high-risk processing, explicitly including large-scale processing of health data
  • Data subjects have rights of access, rectification, deletion, and data portability
  • Cross-border transfers to countries without adequate protection require standard contractual clauses or other transfer mechanisms
  • Security measures must be appropriate to the risk — health data processors must implement technical and organisational measures including encryption, access controls, and logging

The enforcement authority is the Federal Data Protection and Information Commissioner (FDPIC, Eidgenössischer Datenschutz- und Öffentlichkeitsbeauftragter, EDÖB). The FDPIC has the authority to open investigations and issue binding recommendations; repeated non-compliance can result in criminal prosecution of responsible individuals.

GDPR Interaction: Dual Compliance for Swiss/EU Products

Switzerland is not an EU member and EU GDPR does not apply directly in Switzerland. However:

  • Switzerland has received an EU adequacy decision, meaning EU personal data can flow to Switzerland freely
  • Swiss processors receiving EU personal data as data processors must follow GDPR in their processing of that data (under their processor agreement with the EU data controller)
  • Healthtech products serving both Swiss and EU users must navigate both nFADP and GDPR

The pragmatic approach for most Swiss healthtech founders: design to GDPR standards (the stricter regime on most points) and you will satisfy nFADP compliance as a byproduct. The main nFADP-specific items are: using FDPIC rather than EU DPA notification procedures, and ensuring your privacy notices reference nFADP as the applicable law for Swiss-resident data subjects.

The Swiss eHealth Ecosystem

EPD: Elektronisches Patientendossier

The EPD is Switzerland’s national electronic patient record, established under the Federal Act on the Electronic Patient Record (EPDG). It is an opt-in system for patients (mandatory for hospitals; voluntary for individuals) providing a federated health record accessible to authorised care providers.

The EPD architecture is built on IHE (Integrating the Healthcare Enterprise) standards:

Document sharing uses IHE XDS (Cross-Enterprise Document Sharing) profiles. Documents are stored in community Document Repositories and indexed in community Document Registries. Cross-community access uses IHE XCA (Cross-Community Access).

Document formats are primarily HL7 CDA (Clinical Document Architecture) R2, with specific Swiss CDA templates (CH-CDA) for different document types (discharge summaries, medication plans, immunisation records, laboratory reports).

Identity management uses the IHE PIX/PDQ profiles and a national Master Patient Index for correlating patient identities across community boundaries.

Authentication for healthcare professionals uses HIN (Health Info Net) certificates or EPD-specific identity tokens. Patient access uses the EPD identity provider federation.

EPD Communities in Switzerland

Switzerland’s federated EPD structure means your integration must connect to multiple community systems:

EPD CommunityGeographic FocusPrimary EHR Partners
CARARomandie (French-speaking)Medispring, Axon
KISIMCentral SwitzerlandCistec (KISIM EHR)
SwissHCProMulti-cantonalMultiple partners
AxsanaGerman-speaking SwitzerlandMultiple partners
Post EPDNational (Post subsidiary)Direct patient portal

A healthtech SaaS product requiring EPD connectivity needs to authenticate and exchange documents with the relevant communities for its target user base. For products targeting national Swiss coverage, multi-community integration is required.

HIN: Health Info Net

HIN is Switzerland’s health information network, providing secure communication infrastructure for Swiss healthcare. HIN provides:

  • Secure email (HIN Mail) for clinical communication
  • Identity certificates for EPD authentication
  • API access for EHR system integration

For B2B healthtech SaaS targeting Swiss healthcare providers, HIN integration for secure messaging and identity is often a requirement from enterprise clients even when EPD connectivity is not.

Technical Architecture for Swiss Healthtech SaaS

Core Architecture Decisions

Multi-tenancy with tenant isolation — Swiss healthcare organisations (spitäler, praxen, pflegeheime) have strict requirements on data isolation. Your multi-tenancy architecture must enforce row-level security at the database level, not just at the application layer. Each tenant’s health data must be logically and, for sensitive customers, physically isolated.

Encryption at rest and in transit — nFADP and Swiss healthcare contractual standards require encryption of health data at rest (AES-256 minimum) and in transit (TLS 1.2+ mandatory, TLS 1.3 preferred). Encryption key management should use a dedicated key management service (AWS KMS, Azure Key Vault, or Swiss-hosted equivalent) with tenant-specific key hierarchy.

Audit logging — Comprehensive audit trails are mandatory for health data access under both nFADP and Swiss cantonal health data laws. Log every access to health records: who accessed, when, what data, what action. Retain audit logs for 10 years (Swiss healthcare standard, longer than nFADP’s general requirements).

Data residency — Swiss healthcare enterprise clients frequently require Swiss data residency. Design your infrastructure from the start for Swiss-region hosting. AWS Zurich (eu-central-2), Microsoft Azure Switzerland North, and Exoscale (Swiss cloud provider) all offer Swiss-resident cloud infrastructure.

HL7 FHIR Integration

Modern Swiss healthtech development increasingly uses HL7 FHIR R4 as the standard for health data exchange, even where EPD uses older IHE/CDA standards. Swiss FHIR implementation guides (CH Core, CH AllergyIntolerance, CH MedicationStatement) define Swiss-specific FHIR profiles built on the international standard.

For new healthtech SaaS products, building a FHIR R4-native data model with Swiss CH Core profiles provides:

  • Interoperability with EHR systems implementing FHIR APIs (Epic, Vitera, Elexis)
  • Future-proofing for FHIR-based EPD evolution
  • Compatibility with international health data exchange standards

SaMD Software Development Lifecycle

For products classified as SaMD, the entire software development lifecycle must conform to IEC 62304:2006+AMD1:2015. This is not a minor overhead — it restructures how you plan, document, and test software:

Development planning — a software development plan documenting the lifecycle model, deliverables, tools, and activities.

Requirements — software requirements specification including all requirements traced to intended purpose and safety classification.

Architecture — software architectural design documenting software items, their interfaces, and safety classifications.

Risk management integration — software-specific risk management per ISO 14971, linking code-level risks to system-level risk management activities.

Testing — unit, integration, and system testing with formal test protocols and records. Test coverage requirements vary by safety class.

Maintenance — change management procedures, problem resolution, and post-market surveillance data collection.

For a Class IIa SaMD product, expect IEC 62304 documentation overhead of 15–25% of total development time.

The Zurich and Geneva Healthtech Ecosystems

Zurich

Zurich is Switzerland’s primary healthtech hub, with proximity to ETH Zurich, University Hospital Zurich (USZ), and a growing cluster of digital health companies. Key institutions:

  • Digital Health Center (ETH/USZ joint initiative) — clinical validation partnerships
  • Swiss Medtech — industry association and regulatory guidance
  • Health Innovation Hub — accelerator programmes with Swiss hospital systems
  • Inselspital Digital Health Center (Bern) — clinical deployment partnerships

Zurich-based healthtech startups have direct access to clinical validation partners in USZ and the Cantonal Hospital network, which is critical for SaMD regulatory evidence generation.

Geneva

Geneva’s healthtech ecosystem centres on WHO and UNAIDS adjacency for global health applications, and CERN/SIB (Swiss Institute of Bioinformatics) for genomics and life sciences data platforms. The Geneva Cantonal Hospital (HUG) runs active digital health pilot programmes.

Build Cost Estimates: Swiss Healthtech SaaS 2026

Product TypeMVP Cost (CHF)Full Platform (CHF)Key Compliance Additions
Patient engagement (non-SaMD)80,000–150,000200,000–350,000nFADP DPIA, security audit
Clinical decision support (SaMD IIa)150,000–250,000300,000–500,000IEC 62304 docs, ISO 14971, notified body
EPD-connected health portal120,000–200,000250,000–400,000EPD community integration, HIN certs
Diagnostic AI platform (SaMD IIb)200,000–350,000400,000–600,000+Full MDR/MedDO clinical evaluation
Practice management (non-SaMD)80,000–160,000180,000–300,000nFADP, TARMED/TARDOC billing

Swiss Zurich senior engineering day rates of CHF 1,800–2,800 make in-house Swiss team builds expensive for founders. Experienced nearshore studios operating from CET-timezone locations, with demonstrable healthtech compliance experience, deliver comparable seniority at 40–50% of Swiss-market rates.

Zulbera works with Swiss healthtech founders on custom SaaS development engagements. We understand nFADP compliance architecture, HL7 FHIR data modelling, and the EPD integration landscape. For a candid scoping conversation about your Swiss healthtech product, contact us.

Choosing the Right Development Partner for Swiss Healthtech

The signals that distinguish genuine Swiss healthtech capability:

Regulatory literacy. Can they describe the difference between a Class IIa and Class IIb SaMD product under Swissmedic/MDR rules? Do they understand when a wellness app becomes SaMD based on its intended purpose claims?

HL7 FHIR fluency. Have they built FHIR R4 APIs? Can they describe the CH Core profile constraints? Do they understand the difference between CDA and FHIR and why both matter for EPD integration?

nFADP/GDPR in practice. Ask how they implement consent management for health data at the data model level. Ask how they handle data subject access requests across a multi-tenant health data store.

Swiss infrastructure familiarity. Do they know AWS eu-central-2 (Zurich), Azure Switzerland North, and Exoscale? Have they dealt with Swiss data residency requirements in production?


Jahja Nur Zulbeari

Jahja Nur Zulbeari

Founder & Technical Architect

Zulbera — Digital Infrastructure Studio

Let's talk

Ready to build
something great?

Whether it's a new product, a redesign, or a complete rebrand — we're here to make it happen.

View Our Work
Avg. 2h response 120+ projects shipped Based in EU

Trusted by Novem Digital, Revide, Toyz AutoArt, Univerzal, Red & White, Livo, FitCommit & more