The challenge
Modern clinical trials generate data under several simultaneously-applicable regimes. A multi-site Phase III trial enrolling Canadian, US, and EU participants is producing data subject to PHIPA (Ontario), Quebec health-information law, HIPAA (US sites), GDPR (EU sites), TCPS2 (Canadian research ethics), the sponsor's data-handling agreement, and increasingly clinical-AI governance obligations.
The standard pattern — store everything in a hyperscaler region and document residency in the protocol — increasingly fails procurement review at sponsors and REBs. Hyperscaler regional storage doesn't resolve the parent-jurisdiction question. The CLOUD Act reach against a US-controlled provider holding Canadian patient data isn't theoretical anymore; sponsors and ethics boards are starting to ask for architectural evidence.
The clinical-AI overlay makes this harder. RAG over trial records (for decision support, recruitment, or analysis) typically involves sending records to OpenAI or Azure OpenAI — breaching the data-handling agreement before it leaves the building. Sovereign AI requires the entire embedding-to-answer path to stay inside the residency envelope.
The architectural answer
SkyeConnex's architecture answers the four-framework problem with three configuration knobs:
- Per-site jurisdiction policy — Canadian sites get a Canadian allow-list (ca-central-1, OVH Beauharnois, Backblaze Canadian, on-prem MinIO). EU sites get an EU allow-list. US sites get a US-only allow-list. The effective-policy cascade handles inheritance from sponsor to site to participant cohort.
- Zero-knowledge encryption — every patient record is encrypted with a key derived on the investigator's device. The platform cannot read records; sponsor audit yields ciphertext only.
- Sovereign RAG via SkyeGXU — embeddings compute on the site's own GPU, never reaching OpenAI. The Barrista in-app assistant grounds answers in the site's own records.
The signed sovereignty report — dual-signed with HMAC-SHA-256 and ML-DSA-87 — gives the IRB / REB and the sponsor monitoring committee externally verifiable evidence of where every record resided across the trial timeline.
How it works in practice
Site onboarding
The site PI receives a SkyeConnex account scoped to the trial. The compliance preset pack (combining PHIPA / HIPAA / GDPR / TCPS2) is pre-configured by the sponsor's data-management group. Connexions to the site's preferred storage providers are pre-authorised.
Record capture
CRF uploads, source-document uploads, and imaging uploads stream through the SkyeConnex web client or the S3-compatible SkyeBucket gateway (for sites already integrated with Veeam or AWS Backup). The five-endpoint chunked upload protocol handles intermittent network conditions at sites with variable connectivity.
Monitoring and audit
The sponsor monitoring committee receives signed audit reports per site per cycle. The SkyeMap shows real-time residency at participant-record level. Any out-of-policy write is logged, surfaced, and blocked.
Clinical AI integration
Sites running clinical decision support, predictive enrolment, or query-AI plug their existing tools into SkyeGXU's OpenAI-compatible /v1/embeddings endpoint. The application doesn't change; the data stays on-prem.
Closeout and archival
Long-term archival continues to use the same allow-list policy. Cryptographic erasure for participant withdrawals is a single operation. The signed audit log supports retention requirements under GCP, HIPAA, and FDA 21 CFR Part 11.
Common questions
Can sponsors monitor residency in real time?
Yes. The SkyeMap shows per-site, per-record residency with confidence-graded endpoint pins. Signed sovereignty reports are exportable as JSON for sponsor data-management workflows. Auditors verify reports offline against our published issuer key.
How does SkyeConnex handle participant withdrawal?
Cryptographic erasure: the wrap key for the affected records is rotated, making previous shards unrecoverable. The withdrawal event is dual-signed in the audit log. Sponsor monitoring committees and ethics boards receive signed proof of erasure.
Is this 21 CFR Part 11 compliant?
The architecture supports Part 11's electronic-records and electronic-signatures requirements. Per-file integrity certificates (dual-signed) provide non-repudiation; the audit log meets the access-tracking requirement. Specific Part 11 validation depends on the customer's quality system; we provide architecture documentation.
Can we use SkyeConnex for imaging data?
Yes. Multi-TB DICOM archives upload through the resumable chunked protocol. The Stream Pipeline is memory-flat regardless of file size. SkyeBucket integrates with PACS systems that target S3 storage.
Read deeper
Healthcare data residency: PIPEDA + HIPAA + provincial — a survival guide
Healthcare data in 2026 must satisfy PIPEDA, HIPAA, provincial health acts, and emerging AI compliance — often simultaneously. The architect…
Read → AI & Sovereignty · 8 min readSovereign AI: running RAG on regulated data without OpenAI exposure
Retrieval-augmented generation over regulated documents is a board-level win — if you can do it without sending those documents to OpenAI or…
Read → Regulation · Canada · 7 min readPIPEDA and cloud storage: what most providers get wrong
PIPEDA predates the cloud. Applying it to multi-cloud workloads requires architectural thinking that most providers don't do. Here's the gap…
Read →See it on your data.
Book a 45-minute briefing. We'll walk through the architecture configured for this exact use case — compliance preset packs, connexion set, residency policy — live.