One platform. Every department.

The complete healthcare
platform your facility
actually deserves.

From the moment a patient walks in to the final report — imaging, scheduling, billing, security, and operations. All integrated. All on your infrastructure.

Seven products. One login.

Each product is an independent application with its own security domain, roles, and permissions — federated through a central identity service. Deploy what you need.

Medisfera Imaging

app.medisfera.health

The clinical workspace for radiologists, physicians, and technicians. DICOM viewer, study worklist, patient management, scheduling, and reporting.

  • Two integrated viewers (Cornerstone.js + OHIF v3)
  • MWL, MPPS, DICOMWeb, VNA with MedPack
  • Appointment scheduling with modality agendas

Medisfera Billing

billing.medisfera.health

Procedure-to-invoice workflow. Charges are created automatically when a study completes. Accounts, quotes, and claims — isolated from clinical data.

  • Auto-generated charges from completed studies
  • Patient accounts, quotes, and claim management
  • Separate security domain (billing-specific roles)

Medisfera IAM

iam.medisfera.health

Centralised identity and access management. Users, roles, groups, LDAP/AD sync, MFA, API tokens, and a full audit trail.

  • 150+ granular permissions across 32 modules
  • LDAP/AD, TOTP, WebAuthn, FIDO2, SAML 2.0
  • Full audit trail with tamper detection

System Configuration

config.medisfera.health

DICOM nodes, HL7 channels, worklist sources, forward queues, and monitoring. Runtime configuration with hot-reload — no restarts required.

Operations Manager

ops.medisfera.health

Database administration, backup and restore, migration management, and system health monitoring. The control plane for your infrastructure team.

Admin Console

admin.medisfera.health

Platform-wide administration, user management, license overview, system logs, and global settings for multi-site deployments.

myPortal Coming Soon

iOS & Android

Patient-facing mobile app. Appointments, imaging studies, reports, consent signing, and secure messaging — directly on the patient's phone. Face ID, biometrics, and end-to-end encryption.

For doctors and clinical staff

Your clinical day, simplified

Stop switching between systems. Medisfera puts scheduling, imaging, reporting, and patient data in a single workspace that works from any browser.

Waiting room & scheduling

See who is checked in, who is next, and which room is free. Appointment agendas per modality with real-time status.

Diagnostic viewer

Open any CT, MRI, X-ray, or ultrasound from your browser. Measurements, annotations, window/level, MPR — no plugins required.

Reporting & signing

Write the report alongside the images. Templates, dictation-ready fields, and digital signature. The referring physician gets notified instantly.

Patient timeline

Full history at a glance: previous studies, reports, appointments, and consent documents. No more searching across systems.

Secure sharing

Send a time-limited viewing link to a colleague or patient. The image streams securely — it never leaves your servers.

Zero installs

Works from any browser on any device. No Java plugins, no ActiveX, no desktop software. Open your laptop and start working.

For integrators and technical leads

Connects with everything your hospital already has

HL7, FHIR, DICOM, LDAP — native bidirectional support. No middleware hacks. No vendor lock-in.

HL7 v2.x MLLP

:2575

ADT, ORM, ORU, SIU messages. Automatic worklist updates, PHI masking, retry queue. Connects any HIS or RIS.

FHIR R4 (HAPI)

:8080

Patient, Appointment, ImagingStudy, ServiceRequest. SMART on FHIR scopes. Open-source PostgreSQL backend.

DICOM (full stack)

:11112-11115

Storage SCP, C-FIND, C-MOVE, MWL, MPPS, DICOMWeb PS3.18 (QIDO/WADO/STOW), VNA.

LDAP / Active Directory

:389/636

Multi-server LDAP with SSL/TLS, attribute mapping, group-to-role sync, auto-provisioning.

OAuth 2.0 / SAML 2.0

External identity providers for SSO. OpenID Connect. Federated auth for multi-site organisations.

Mirth Connect

:8443

Complex message transformation, routing, and protocol conversion. Hospital-specific adaptations without modifying the core.

Tested with major HIS/RIS platforms

Agfa Orbis / IMPAX

via HL7 v2.x + DICOM

iSOFT / DXC

via HL7 v2.x

SAP IS-H

via HL7 v2.x + FHIR

Qualycare / Nexus

via HL7 v2.x

OpenMRS

via FHIR R4

Any HL7-compliant system

via HL7 v2.x MLLP

For IT and infrastructure teams

Built for production. Built for your stack.

Microservices architecture on .NET 10, orchestrated with Kubernetes, backed by PostgreSQL. Every component is independently scalable and observable.

Service topology

HTTP Services

API :6000DICOMWeb :7000FHIR R4 :5004CILM :5010PatientPortal :6100

TCP / DICOM

StorageSCP :11112MWL :11113VNA :11114MPPS :11115HL7 MLLP :2575

Workers (no port)

Storage BrokerMWL BrokerFHIR BridgeHIS EngineIAM SyncDualWriteDicomizer

Observability

Grafana :3000Prometheus :9090Loki :3100Tempo :3200OTEL Collector

Infrastructure

PostgreSQL 18Kafka KRaftRabbitMQ 4Valkey 8OpenBaoMirth Connect

Technical specifications

Runtime .NET 10 (LTS) + Next.js 16 / React 19
Database PostgreSQL 18 (primary). SQL Server 2025 via DualWrite for migration.
ORM Entity Framework Core 10, 14 DbContexts, schema-per-domain
Messaging RabbitMQ 4 (commands/sagas) + Kafka KRaft (event streaming/audit)
Cache Valkey 8 (Redis-compatible) with Sentinel HA. Sub-ms access.
Secrets OpenBao (Vault fork). Dynamic DB creds, PKI, transit encryption.
Auth JWT (60min access, 7d refresh), LDAP/AD, FIDO2, TOTP, SAML 2.0, OAuth 2.0
Deployment Kubernetes (production) via Terraform + Ansible. ESXi, Proxmox, Hyper-V. Docker Compose (dev).
Observability OpenTelemetry -> Grafana + Loki + Tempo + Prometheus. 4 dashboards, 8 alert rules.
DICOM C-STORE, C-FIND, C-MOVE, MWL SCP, MPPS SCP, DICOMWeb PS3.18 (QIDO/WADO/STOW), VNA + MedPack.

Security architecture

Full data sovereignty

All data stays on your infrastructure. AES-256 encryption at rest, TLS 1.3 in transit. No cloud dependency.

Designed for regulatory compliance

Architecture aligned with GDPR and EU MDR requirements. Technical documentation available for your certification process.

Tamper-proof audit trail

Every login, image access, and config change — logged, hashed, integrity-verified. 365-day retention.

Zero trust per product

Separate JWT audience per product. A billing token cannot access clinical endpoints. Enforced at middleware level.

medisfera-platform.yaml

products:
  imaging:   aud: medisfera-api
  billing:   aud: billing-portal
  iam:       aud: medisfera-iam
  config:    aud: medisfera-config

security:
  encryption: aes-256-gcm
  tls:        1.3
  mfa:        required
  audit:      tamper-proof

data:
  sovereignty: on-premise
  encryption:  at-rest + in-transit
  audit:       tamper-proof

See the platform with your own data

We will show you Medisfera configured for your modalities, your HIS, and your workflow. Under 45 minutes. No commitment.

Request your personalised quote

Tell us about your setup and we will send you a detailed quote within 48 hours.