BARMER & VISARIGHT: Digitizing Health Insurance

Andreas Kopysov
Executive Summary
The German statutory health insurance landscape (Gesetzliche Krankenversicherung or GKV) stands at a critical juncture where historical administrative rigidity meets the urgent demand for digital agility. This case study presents the strategic partnership between BARMER, one of Germany's premier health insurance providers, and VISARIGHT, a specialized solution provider in the legal-tech and automated bureaucracy space.
Partnership Goal
The success of this project stems not from a simple "paper-to-screen" conversion, but from a fundamental re-engineering of the underlying technical architecture. VISARIGHT positioned itself not merely as a vendor, but as a structural partner, deploying a sophisticated microservices architecture, a robust Business Process Model and Notation (BPMN) engine via Camunda, and a security framework rigorously certified under ISO 27017, ISO 27701, and ISO 27018.
Strategic Context: The Digitalization Challenge
The Bureaucratic Challenge in the GKV Sector
The German health insurance system is renowned for its comprehensive coverage but equally for its administrative complexity. For decades, the onboarding of new members—particularly those from outside the European Union—relied on manual workflows involving physical forms, wet-ink signatures, and asynchronous communication via post or email.
This analog legacy presented several structural weaknesses:
- High Latency: Physical transit of documents and manual data entry introduced significant delays
- Error Rates: Manual transcription increased the probability of errors, leading to rework
- Accessibility Barriers: For international students and expats, navigating German-language paper bureaucracy was a significant deterrent
Market Imperative
The VISARIGHT Value Proposition
VISARIGHT entered this ecosystem with specific competency in automating complex bureaucratic procedures. Unlike generalist software houses, VISARIGHT's architecture was already optimized for handling "sovereign" tasks involving identity verification, document parsing, and state-dependent workflows.
The strategic objective was to leverage VISARIGHT's existing technical assets—specifically its microservices infrastructure and process automation engines—to build a bespoke layer on top of BARMER's insurance logic. VISARIGHT acted as the agile innovation layer, absorbing the complexity of modern digital interaction and feeding clean, validated data into BARMER's downstream systems.
Architectural Philosophy and System Design
The platform is designed as a distributed constellation of specialized services, aligning with modern best practices for enterprise software.
The Microservices Paradigm
VISARIGHT utilizes a microservices architecture, primarily built using TypeScript and deployed via Docker containers:
- Isolation of Concern: Each function (PDF generation, VAT checking, email sending) is handled by a discrete service that can be scaled independently
- Resilience: A failure in a peripheral service does not crash the core application flow
- Agility: New features can be deployed to specific services without full system redeployment
The infrastructure is provisioned using Terraform, implementing an "Infrastructure as Code" (IaC) strategy ensuring reproducible, version-controlled environments.
Core Backend Services
| Service Name | Primary Function | Technical Business Value |
|---|---|---|
api-service | Core Logic & Gateway | Centralizes business rules, template management, and client communication routing |
camunda-service | Process Automation | Provides state-aware workflow management (BPMN) to track insurance cases through complex lifecycles |
form-service | Dynamic UI Generation | Renders responsive, logic-driven wizard forms that adapt to user inputs |
pdf-service | Document Engine | Programmatically fills, merges, and converts documents to generate legally binding signed PDFs |
document-mrz-service | OCR Automation | Extracts data from Machine Readable Zones on IDs/Passports to minimize manual entry errors |
company-vat-service | Compliance Proxy | Validates B2B partner identities against EU tax databases to prevent fraud |
sys-alert-service | Infrastructure Monitoring | Provides proactive incident response by alerting operations teams to AWS/System anomalies |
api-service
Primary Function
Core Logic & Gateway
Technical Business Value
Centralizes business rules, template management, and client communication routing
camunda-service
Primary Function
Process Automation
Technical Business Value
Provides state-aware workflow management (BPMN) to track insurance cases through complex lifecycles
form-service
Primary Function
Dynamic UI Generation
Technical Business Value
Renders responsive, logic-driven wizard forms that adapt to user inputs
pdf-service
Primary Function
Document Engine
Technical Business Value
Programmatically fills, merges, and converts documents to generate legally binding signed PDFs
document-mrz-service
Primary Function
OCR Automation
Technical Business Value
Extracts data from Machine Readable Zones on IDs/Passports to minimize manual entry errors
company-vat-service
Primary Function
Compliance Proxy
Technical Business Value
Validates B2B partner identities against EU tax databases to prevent fraud
sys-alert-service
Primary Function
Infrastructure Monitoring
Technical Business Value
Provides proactive incident response by alerting operations teams to AWS/System anomalies
The Camunda Process Engine
Perhaps the most critical architectural decision was the integration of the Camunda platform engine. In the insurance domain, a "case" is not a static database entry but a dynamic entity that moves through various states over time.
BPMN Automation
Specialized Utility Services
PDF-Service: Handles all PDF manipulations—programmatic filling of official BARMER templates, merging signed pages with terms and conditions, and format conversions.
Document-MRZ-Service: Integrates with ABBYY Cloud OCR API to extract data from Machine Readable Zones on passports and ID cards, automatically populating fields like First Name, Last Name, Date of Birth, and Document Number.
Image-Service: Manages image manipulation for uploaded documents—cropping, rotation, and optimization to ensure files are legible and file-size efficient.
Infrastructure, Data Security, and Compliance
Given the handling of sensitive health and personal data (Sozialdaten), the security architecture meets the highest GDPR and German social code standards.
Data Residency and Cloud Infrastructure
The entire platform is hosted on AWS within the Frankfurt (eu-central-1) region, ensuring strict data residency within Germany:
- VPC Isolation: Resources deployed within Virtual Private Clouds
- Redundancy: Main databases replicated across two availability zones for disaster recovery
ISO Certifications
| Certification | Scope |
|---|---|
ISO 27017 | Information security controls for cloud services |
ISO 27701 | Privacy information management requirements |
ISO 27018 | Protection of PII in public clouds |
ISO 27017
Scope
Information security controls for cloud services
ISO 27701
Scope
Privacy information management requirements
ISO 27018
Scope
Protection of PII in public clouds
Technical and Organizational Measures (TOMs)
- Encryption at Rest: All primary databases (AWS RDS PostgreSQL) and caches (AWS ElastiCache) encrypted using industry-standard protocols
- Encryption in Transit: All data transmission secured via SSL/TLS v1.2+
- Access Control: Production data access strictly limited to specific maintenance developers
- Incident Monitoring: Real-time infrastructure monitoring with Slack alerts for anomalies
The "Digitaler Abschluss" Solution
The technical architecture powers a sophisticated multi-role platform serving four distinct user roles.
User Role Permissions & Capabilities
| Role | Key Capabilities | Technical Implementation |
|---|---|---|
Advertiser (Ambassador) | Invite applicants, track status, partial/full form fill | Auto-assignment logic, Real-time dashboards, Hybrid data entry permissions |
Applicant | Fill forms, upload evidence, digital signature | Mobile-responsive frontend, Vector signature capture, OCR integration |
Branch Member | Review dossiers, Request granular changes, Approve | Unified document viewer, Field-level rejection logic, Branch-filtered queries |
Head Office | User management, Global Analytics | Role-Based Access Control (RBAC), Aggregated SQL queries for reporting |
Advertiser (Ambassador)
Key Capabilities
Invite applicants, track status, partial/full form fill
Technical Implementation
Auto-assignment logic, Real-time dashboards, Hybrid data entry permissions
Applicant
Key Capabilities
Fill forms, upload evidence, digital signature
Technical Implementation
Mobile-responsive frontend, Vector signature capture, OCR integration
Branch Member
Key Capabilities
Review dossiers, Request granular changes, Approve
Technical Implementation
Unified document viewer, Field-level rejection logic, Branch-filtered queries
Head Office
Key Capabilities
User management, Global Analytics
Technical Implementation
Role-Based Access Control (RBAC), Aggregated SQL queries for reporting
The Digital Workflow Lifecycle
1. Initiation: An Advertiser initiates a case and sends an invitation to the applicant 2. Data Capture & Verification: The applicant fills out the form (assisted by OCR), uploads evidence, and executes the digital signature 3. PDF Generation: The pdf-service generates the flattened, signed contract 4. Review: A BARMER Branch Member receives notification and reviews the dossier 5. Decision: Approval (with insurance number), Change Request (with field-level flags), or Rejection
Digital Signature
Operational Challenges and Technical Solutions
Challenge: Visibility and the "Black Box"
The Problem: Advertisers felt blind once an invitation was sent. They could not determine if an applicant had opened the email or started the form.
- Draft state visibility exposed to Advertisers
- Granular status tracking (Invitation Sent → Form Opened → Submitted)
- Actionable intelligence dashboards for follow-up with stalled applicants
Challenge: Invitation Delivery Friction
The Problem: Email-only invitations proved fragile—typos and spam filters caused lost invitations.
- Direct URL invitation links for sharing via WhatsApp or other channels
- Self-service correction allowing Advertisers to fix email addresses and resend
Challenge: Identity Verification and Search
The Problem: High case volumes made locating specific applicants difficult due to name spelling variations.
- V-ID (VISARIGHT ID) and GP-Number (Business Partner Number) prioritized in search
- 100% accurate case file retrieval regardless of name ambiguity
Challenge: Branding and Sovereign Identity
The Problem: Strategic debate regarding BARMER vs. VISARIGHT branding.
- Rapid switching between branding schemas (logos, color palettes, email templates)
- Technical flexibility allowing project progression without blocking on marketing decisions
Quality Assurance and Support Protocols
Centralized Bug Reporting
- Dedicated Channel: Central support email routing directly to development ticketing system
- QA Gatekeeper: Dedicated Quality Assurance Engineer for triage and testing
- Transparency: Shared "Bugs and Improvements" spreadsheet for real-time visibility
Continuous Delivery and Maintenance
Proactive Monitoring
Analytics and Business Intelligence
The platform transforms the insurance application process from a black hole of paper into a source of business intelligence.
Hierarchical Analytics
- Head Office: Macro-level data including total cases, processing speeds, and breakdowns by applicant type
- Ambassadors: Conversion metrics and pipeline status for improving acquisition processes
Data Portability
The platform supports data export in multiple standard formats (XLS, XLSX, ODS, CSV, TSV), ensuring BARMER can ingest data into internal BI tools for deeper analysis.
Conclusion
The collaboration between BARMER and VISARIGHT represents a benchmark for digital transformation of public sector processes in Germany.
Key Takeaway
The technical success rests on several pillars:
- Architectural Resilience: Decoupled microservices allowing scalability and fault isolation
- Process Automation: Camunda engine ensuring deterministic precision in state-dependent workflows
- Security by Design: Strict ISO standards with robust encryption and access controls
- User-Centric Engineering: Friction reduction through OCR, digital signatures, and hybrid entry models
VISARIGHT has demonstrated that it is more than a software vendor—it is a strategic technology partner capable of navigating the intersection of strict regulation and modern digital innovation.
Report prepared based on internal documentation regarding Project BARMER, Technical Architecture Overviews, and Operational SOPs.

Andreas Kopysov
Founder of VISARIGHT, building technology to simplify German immigration. GovTech entrepreneur, EU researcher, and startup advisor based in Berlin.
Connect on LinkedIn