PrizMed API — Russian Region

Low-latency data synchronization node for healthcare providers in the Russian Federation. Part of PrizMed global edge network.

All systems operational — Node RU-MSK-1 · Region: ru-central1 · Uptime 99.98%

Node Information

📡 Purpose

This node provides low-latency caching and synchronization for PrizMed API clients in Russia and CIS. Medical imaging data and patient records are cached locally to reduce cross-border latency from ~180ms to <15ms.

🔒 Compliance

Data processed through this node is encrypted end-to-end (AES-256-GCM). No PHI is stored at rest. This node operates as a transit cache only — all persistent storage resides in HIPAA-compliant regions.

⚡ Performance

Edge processing at this node reduces p95 latency for Russian clients from 180ms to 12ms. Bi-directional streaming support with automatic failover to EU-WEST-1.

🔄 Synchronization

Real-time bi-directional sync with primary cluster (EU-WEST-1). Records sync API enables streaming patient data with sequence tracking and session management.

Quick Start

# Sync patient records through RU region node
curl -X POST https://api.prizmed.ru/api/v2/records/sync \
  -H "Authorization: Bearer pm_live_..." \
  -H "X-Sync-Session: sess_abc123" \
  -H "Content-Type: application/json" \
  -d '{"patient_id": "MRN-00842", "type": "imaging_sync", "region": "ru"}'

Full API documentation: API Reference · Primary endpoint: prizmed.com