ArchitectureVersion 1.0 — 2026

System Architecture

Platform Layers, Data Flow & Infrastructure Overview

A comprehensive visual and textual overview of the Aimedis platform architecture — covering all six layers from the Application Layer down to the Secure Data Layer.

DIAGRAM

Platform Architecture Diagram

Application Layer

Patient PortalTelehealth AppsXR Medical TrainingAI Clinical ToolsResearch PlatformsThird-Party Apps

API Gateway

AuthenticationRate LimitingAccess Control

Identity & Access

OAuth2
User Identity
Provider Identity
Consent System

Healthcare Data

Patient Records
Clinical Data
Consent Logs
Audit Trails

Interoperability

FHIR APIs
HL7 Connectors
Hospital Systems
Lab Systems

AI Services

Clinical AI
Imaging AI
Predictive Models
Research Models

XR Platform

VR Training
Surgical Sims
Medical XR
Collaboration

Secure Data Layer

Encrypted StorageMedical RecordsAudit LogsAI Training Data

Legend

Applications
API Gateway
Data & Identity
Services
Secure Storage
LAYERS

Layer Documentation

01

API Gateway Layer

The API Gateway is the single entry point for all developer and application interactions with the Aimedis platform. Every API request passes through this layer before reaching internal services.

The gateway enforces authentication, validates bearer tokens, applies rate limiting policies, and routes requests to the appropriate internal service layer based on the endpoint path and request context.

Key Capabilities

Authentication EnforcementRate LimitingAccess ControlRequest ValidationAPI Routing
02

Identity and Access Layer

The Identity and Access Layer manages all user identities on the platform — including patients, healthcare providers, and developer applications. It implements OAuth2-based authentication with support for multiple grant types.

Consent management is a core responsibility of this layer. All data access requests are verified against the patient consent registry before proceeding to the data infrastructure layer.

Key Capabilities

Patient IdentitiesProvider VerificationApp AuthenticationConsent ManagementSession Governance
03

Healthcare Data Infrastructure

The Healthcare Data Infrastructure layer provides secure, structured storage for all medical information within the platform. All patient records, clinical observations, and healthcare documents are stored in FHIR-compliant formats.

This layer enforces end-to-end encryption, maintains audit logs for every data access event, and applies consent-driven access controls to ensure data is only accessible to authorized parties.

Key Capabilities

Patient RecordsClinical ObservationsHealthcare DocumentsConsent RegistryAudit Logging
04

Interoperability Layer

The Interoperability Layer implements the healthcare industry standard protocols that allow the Aimedis platform to communicate with external hospital systems, laboratory information systems, and health information exchanges.

FHIR R4 resource endpoints and HL7 v2 message processing are the primary interfaces of this layer, enabling seamless data exchange with any compliant healthcare system.

Key Capabilities

FHIR R4 APIsHL7 v2 MessagingHospital System ConnectorsLab System IntegrationHIE Connectivity
05

AI Services Layer

The AI Services Layer provides the infrastructure for building and deploying clinical AI models on top of the platform healthcare data. All AI processing operates on anonymized or consent-authorized patient data.

This layer supports diagnostic assistance, predictive analytics, imaging analysis, clinical risk modeling, and automated workflow tools — all designed as clinician-assisted systems, not autonomous decision makers.

Key Capabilities

Diagnostic AssistancePredictive AnalyticsImaging AnalysisRisk ModelingWorkflow Automation
06

XR Platform Layer

The XR Platform Layer provides the infrastructure for building immersive healthcare experiences using Virtual Reality, Augmented Reality, and Mixed Reality technologies. It supports Unity, Unreal Engine, and WebXR development frameworks.

XR applications can access platform APIs for patient identity, medical record retrieval, AI model inference, and real-time collaboration — all within the same security and consent framework as other platform applications.

Key Capabilities

Medical Training EnvironmentsAnatomy EducationSurgical PlanningPatient EducationCollaborative Learning
07

Secure Data Layer

The Secure Data Layer is the lowest and most protected tier of the platform architecture. It provides the physical and logical storage infrastructure for all encrypted medical records, clinical data, audit logs, and AI training datasets.

All data in this layer is encrypted at rest using industry-standard encryption. Access to the secure data layer is only possible through the layers above it — no direct external access is permitted.

Key Capabilities

Encrypted Medical RecordsClinical Data StorageAudit Log ArchiveAI Training DatasetsBackup & Recovery

Why This Architecture Matters

Defense-in-depth security through layered access controls ensures no single point of failure can expose patient data.

Platform-level governance means individual applications automatically inherit compliance controls without additional implementation.

FHIR and HL7 interoperability built into the core enables seamless integration with existing healthcare infrastructure.

Modular layer design allows new capabilities (AI models, XR features) to be added without disrupting existing integrations.

Consent-driven data access at every layer ensures patient privacy is structurally enforced, not just policy-based.

This architecture enables developers to build innovative healthcare technologies while maintaining the strict privacy and security standards required in the healthcare industry.