fairlane.systems

MEDICAL PRACTICES · INDUSTRY

AI for medical practices: dictation, correspondence, triage – what is legally allowed and what is not

Dictation, KVG correspondence and triage relieve Swiss medical offices – patient data is highly sensitive and falls under EU AI Act high-risk rules.

Researched & fact-checked by: · As of: 2026-05

What the industry does – and where AI fits

About 17,500 Swiss physicians run their own practice or shared office (FMH physician statistics 2024). General practices, specialist offices, group practices and hospital-affiliated outpatient setups all share the same backbone: anamnesis, examination, diagnosis, treatment, documentation, billing. Documentation and billing consume between 30 and 50 percent of physician time depending on the study – time not spent with patients.

Practice AI does not mean AI-diagnosis. That is a high-risk area under EU AI Act Art. 6 and MDR. Practice AI as of May 2026 is sober and concrete: speech recognition for consultation notes (Whisper, OpenAI gpt-4o-transcribe, local models), automated letters to health insurers, FAQ bots for phone triage (administrative, not diagnostic), template generation for reports, OCR for incoming results. These are administrative writing aids that do not replace a trained physician – they free time for the patient.

Swiss practice-software is fragmented: tomedo, Vitomed, Achilles, Triamed, open-source Elexis, Medi-PC. Most vendors have shipped a first Whisper integration in 2025/2026. Practices unwilling to change their KIS can layer AI on top as a separate component: a revDSG-compliant dictation frontend that passes the finished text via copy-paste or API into the existing system.

Why it matters now

Swiss physician shortage is real: the OBSAN 2025 study estimates an additional 5,000 to 6,000 GPs needed by 2030, especially outside urban centres. Those who stay in practice will fight for every hour not spent at the desk. Two observations from 2024/2025 matter.

First: dictation AI has become productive in the German-speaking market. Players like Nuance/Microsoft DAX Copilot, Doc2Data, Dictat.ai and open-source Whisper forks (whisper.cpp, Faster-Whisper) achieve sub-5-percent word error rates on medical German – comparable to human typing. A 12-minute consultation now produces a complete record in 4 to 6 minutes of post-editing, down from the usual 15 minutes of typing.

Second: patient data is highly protected personal data under Art. 5 lit. c of the revised DPA. Consequence: a data-processing agreement is mandatory, cross-border data transfer requires a TIA, and the EU AI Act classification must be documented. Cloud dictation with US servers is not lawful without TIA and SCCs. The pragmatic path: EU hosting (Frankfurt, Zurich) or on-prem Whisper.cpp on a local GPU box.

FMH has stated several times in 2024 and 2025 (Schweizerische Ärztezeitung) that physician ultimate responsibility for AI-supported acts remains with the physician – medically and under FMH professional code Art. 3. That applies in particular to AI-generated letters and insurer correspondence: the physician must read, correct and approve before sending.

How AI actually fits a practice

Three workflows cover 80 percent of practice value. All three are administrative, not diagnostic – and therefore outside the EU AI Act high-risk class, as long as no triage or treatment advice is given to the patient.

Consultation dictation to structured record. The physician dictates either live (microphone at the exam table) or right after the consultation. Whisper transcribes. A downstream language model (Claude Sonnet, Mistral Large, local Llama 3.3) shapes the free text into the KIS structure: anamnesis, findings, diagnosis, procedere. The physician reviews, then the workflow passes the text into tomedo/Vitomed/Triamed. See n8n-workflow-automation for the glue logic.

Insurer correspondence. A health insurer query (cost coverage, medical certificate, clarification of a TARMED/TARDOC position) is received by email or letter. The AI reads the query, searches the patient file (RAG via local vector database – see retrieval-augmented-generation) for the relevant entries and drafts the reply. The physician edits, signs and sends. Time saved: 60 to 80 percent per reply.

Phone triage (NOT diagnostic!). A voice bot answers calls outside office hours, handles administrative questions (opening hours, emergency number, appointment booking) and prioritises incoming callback requests. For medical complaints the bot gives NO recommendation – it only records name, phone and the words "urgent / not urgent" and triggers the callback workflow. See voice-agent-telefon.

There are use-cases with clearer high-risk classification too: AI-supported image analysis (X-ray, skin lesions, ECG) is a medical device, falls under MDR and EU AI Act Art. 6 Annex III. That is the territory of CE-certified software products, not of a practice integration project. We explicitly leave that class outside our scope.

6 steps to productive AI dictation in a practice

  1. 01Practice audit: inventory the KIS (tomedo/Vitomed/Triamed/Achilles), map interfaces, document data flows, capture revDSG register and EU AI Act classification.
  2. 02Lock data residency: EU/CH-only via Mistral Frankfurt, OpenAI EU region or on-prem Whisper. Sign the data-processing agreement, archive the transfer impact analysis.
  3. 03Define pilot scope: 2 physicians, 4 weeks, one documentation type (e.g. GP consultation). Success metric: minutes per record before vs. after, plus correction rate per record.
  4. 04Roll out dictation hardware: lavalier mic or headset per pilot physician, web UI or mobile app, a clearly documented off switch for sensitive conversations.
  5. 05Enforce the release workflow technically: every record and generated letter enters the KIS in "draft" – release only with physician signature (eID, BAG HIN login, or click with authentication).
  6. 06Activate the audit trail: every AI action (dictation capture, model call, release click) is logged with timestamp, user, input-text hash and output-text hash. Retention 10 years, aligned with the patient record under KVG.

When AI makes sense in a practice

Pragmatic entry path: audit first, then pilot, then managed. The audit (ai-readiness-audit) maps practice software, workflow and revDSG context in 2 to 3 days. Output: three prioritised use-cases with effort and risk estimates.

A pilot usually runs on one of the three workflows above – most often dictation, because time saving is immediate and the legal case is clearest. Pilot duration: 4 to 8 weeks, one to two physicians, one documentation set, a clear metric (minutes per record, correction rate). If the pilot succeeds, operations move to the managed phase (managed-service-monitoring): server monitoring, model updates, audit trail, revDSG processing register.

AI fits when (a) the practice has at least 3 physicians or 1,500 quarterly consultations – below that the setup does not pay back; (b) documentation time is a measurable burden; (c) the practice software has an interface (API, HL7, copy-paste). Solo practices on paper need digitisation first, AI later.

Where AI must NOT be used in a practice

There are four red lines to communicate in every practice project.

First: AI does not replace a medical decision. Diagnosis, therapy and patient triage remain physician tasks (FMH professional code Art. 3, MedBG Art. 40). A practice AI setup must not give the patient a medical recommendation – not even "likely harmless" or "please go to the ER". Those sentences are reserved for the physician.

Second: patient data does not go into opaque cloud models without a data-processing agreement and without EU/CH region. Concretely: free ChatGPT in a browser is unlawful for patient content – no DPA, no deletion right, US servers. Lawful: OpenAI Enterprise with EU region and signed DPA, Anthropic via EU endpoint, Mistral La Plateforme in France, or on-prem Llama 3.3 / Mistral.

Third: AI image analysis as a practice integration. Running skin lesions, X-rays or fundus images through your own AI setup operates an uncertified medical device (MDR breach) and sits in the high-risk band (EU AI Act Art. 6). These products must be obtained as CE-certified third-party software – not as a homemade pipeline.

Fourth: fully automated insurer correspondence without physician release. Even if the AI drafts 95 percent correctly, every letter remains a medical statement with liability consequences. The release step must be technically enforced in the workflow – no "send" without a physician click.

Trade-offs

STRENGTHS

  • 30 to 60 minutes of documentation time freed per physician per day – directly at the patient
  • Insurer correspondence drops from 20 minutes to 5 minutes per reply
  • More consistent entries: fewer typos, more complete anamneses
  • Audit-trail capability satisfies revDSG and patient-record retention rules

WEAKNESSES

  • EU AI Act high-risk classification must be reviewed before piloting, otherwise fine risk
  • Patient data is highly protected: no US-only cloud, no free web tools
  • Physician release stays mandatory – no "send and forget"
  • Setup and interface complexity higher than in office industries (KIS connection)

FAQ

May I use ChatGPT for patient letters?

Not the free web version. Free ChatGPT and ChatGPT Plus have no data-processing agreement, no guaranteed EU region and no deletion claim against training data – that makes the use with highly protected patient data unlawful (revDSG Art. 5 lit. c, Art. 9). Lawful: OpenAI Enterprise with EU region or on-prem models.

What does an AI dictation setup cost for a 5-physician practice?

One-off audit and setup: CHF 12,000 to 22,000 depending on KIS and interfaces. Running monthly: model costs (Whisper plus language model) 80 to 250 CHF per active physician, EU/CH hosting 50 to 120 CHF, monitoring and maintenance as a managed service from CHF 380. Realistic return: 30 to 60 minutes of documentation time per physician per day.

Does AI dictation fall under the EU AI Act as high-risk?

Pure dictation (speech to text plus formal restructuring) is currently not a high-risk system – it makes no diagnostic or therapeutic decision. As soon as the AI gives triage advice or diagnostic suggestions, classification shifts to Annex III (high-risk) and into MDR territory. Therefore: scope what the AI is allowed to do, technically and contractually. See eu-ai-act-2026.

What happens to the audio recording after dictation?

Best practice: audio is deleted after successful transcription and release – only the text stays in the KIS. Audio is not mandatorily retained as part of the patient record, the medical content is in the structured entry. If you archive audio for QA, encrypt it, restrict access, and set a deletion period in the DPA (typically 30 to 90 days).

Related topics

AI-READINESS AUDIT · SERVICEAI-Readiness Audit: where your business stands with AI today – clarified in one to five daysVOICE · SERVICEVoice agent on the phone: AI that calls and is calledRAG ON YOUR OWN KNOWLEDGE · SERVICERAG on your own knowledge: answers from your documents – with sources, not made uprevDSG · COMPLIANCErevDSG / revFADP and AI: what the revised Swiss Data Protection Act means for LLM useEU AI ACT · COMPLIANCEEU AI Act 2026: high-risk duties from 2 August 2026 – what Swiss providers must do nowMANAGED · SERVICEManaged Service & Monitoring: we keep it running, you use itROUTING · AI CONCEPTMulti-LLM routing: which model when, for how much

Sources

  1. FMH Ärztestatistik 2024 – Demographie und Praxisverteilung in der Schweiz · 2024-12
  2. Schweizerische Ärztezeitung – KI in der Arztpraxis: Verantwortung bleibt ärztlich · 2025-09
  3. OBSAN Bulletin 2025 – Versorgungsbedarf Hausärzte Schweiz 2030 · 2025-04
  4. EDÖB – Leitfaden: Bearbeitung besonders schützenswerter Personendaten unter dem revDSG · 2025-11
  5. Europäische Kommission – EU AI Act, Hochrisiko-Systeme Annex III (Medizin) · 2024-07

FITS YOUR STACK?

What this looks like in your business – a 30-minute intro call.

Book a call