Skip to main content
Platform

Three pillars. One platform. Layered on what you already run.

Remote Patient Monitoring, on-demand telehealth, and a multilingual AI care companion — sitting on a multi-tenant Postgres + Express + Next.js stack that's PDPA-native, JCI-anchored, and engineered to interoperate with the HIS your hospital is already invested in. No exotic dependencies. No workflow disruption.

The three pillars

What the patient gets.

The VIP care layer is three connected experiences, each available in the patient's language, from first consultation through full recovery.

Remote Patient Monitoring

  • SpO₂, HR, RR, temperature, BP, pain, wound photo — captured via Bluetooth devices, manual entry, or pulled from HIS
  • Pathway-specific thresholds for orthopedic, cardiac, cosmetic, bariatric, spine, dental, IVF, oncology, and GAS
  • Composite rules (sepsis, PE, bleeding) evaluated continuously over a 4-hour window
  • TimescaleDB-hypertable-ready vitals time-series

On-Demand Telehealth

  • Video and async messaging with the patient's actual provider — not a call centre
  • Daily.co video, structured messaging routes, attachments threaded into the case
  • 4-locale UX with patient preferred-language captured at intake
  • Every conversation lands in the case audit trail — no out-of-band channels

AI Care Companion

  • Multilingual assistant grounded on the patient's case, schedule, and discharge plan
  • Handles non-clinical questions: schedules, medication reminders, facility and travel info
  • Anything clinical routes to the care team via a server-side classifier — model never decides
  • Inputs and outputs audit-logged; bounded by case-scoped consent; never substitutes for clinical judgement
The supporting platform

What the hospital integrates with.

Vitals ingestion

  • SpO₂, HR, RR, temperature, BP, pain score, wound photo, sleep duration + fragmentation
  • Bluetooth pulse-ox, cellular pulse-ox, manual entry, or pulled from HIS
  • Composite primary key on (taken_at, id) — TimescaleDB-hypertable-ready

Threshold engine

  • Pathway-specific profiles — orthopedic / cardiac / cosmetic / bariatric / spine / dental / IVF / oncology / GAS
  • Composite rules — sepsis, PE, bleeding — evaluated over a 4h window
  • Cardiac, bariatric, spine overrides on top of the baseline profile

SBAR clinician handoffs

  • JCI IPSG.2-aligned Situation / Background / Assessment / Recommendation
  • Structured form serialized into the audit log
  • No silent acknowledgements — note OR sbar required

Multilingual at launch

  • Thai (primary), English, Mandarin, Arabic — 4 BCP-47 locales
  • Patient preferred-language captured at intake
  • Translation strings require clinician review per locale

PDPA compliance

  • Purpose-bounded consent ledger with audit metadata (IP, UA, timestamp)
  • Append-only — withdrawals preserve the trail
  • requireRpmTenant middleware enforces hospital-scope on every endpoint

HIS integration

  • OpenAPI 3.1 spec covers patient enroll, case, vitals, alerts, consent, webhooks
  • Designed for InterSystems TrakCare, HOSxP / HOSxP XE, Hospital OS
  • Thai FHIR Implementation Guide compatible

Bangkok data residency

  • EXPECTED_DB_REGION soft-check at boot — warns on drift
  • Iteration plan: Azure Thailand North when GA, Neon Singapore as documented interim
  • Cross-border to home-country PCP only with explicit patient consent

Medical-tourism intake

  • Passport country, number (AES-256-GCM encrypted), expiry
  • Cost estimate in THB satang + USD cents — never floats — bundled-pricing friendly
  • FX rate snapshot at intake — reproducible estimates

JCI-anchored

  • IPSG.1 — two patient identifiers
  • IPSG.6 — 11-flag vulnerable-population enum (elderly, pregnancy, fall risk, etc.)
  • MOI.8 — ICD-10-TM diagnosis coding native
Clinical evidence base

Every threshold sourced. Every rule documented.

The platform's clinical logic does not originate from us. Pathway thresholds, composite-rule windows, and risk-flag enums are sourced from published surgical-care guidance and JCI standards, version-pinned in the repository, and intended for review by any Thai design-partner's clinical sponsor before production use.

Awaiting clinical sponsor review

WHO Surgical Safety Checklist
Published guidance
Applied toPost-op observation periods · vitals capture cadence · escalation thresholds for SpO₂, HR, temperature
Code surfaceapps/api/src/enterprise/alerts/thresholds.ts
ERAS Society consensus (Enhanced Recovery After Surgery)
Published guidance
Applied toPathway-specific recovery windows · orthopedic / cardiac / cosmetic / bariatric / spine threshold profiles
Code surfaceapps/api/src/enterprise/alerts/thresholds.ts
Royal College of Surgeons of Thailand
Published guidance
Applied toProcedural fitness criteria · Thai-context overlays on the baseline thresholds
Code surfaceapps/api/src/enterprise/alerts/thresholds.ts
JCI 7th-edition standards (IPSG · MOI · PCC · AOP · COP · QPS)
Published guidance
Applied toPatient identification, SBAR handoff, infection control, vulnerable-population flags, ICD-10-TM coding, audit substrate
Code surfacedocs/JCI_COMPLIANCE.md
Thai eHealth Strategy 2017–2026 (5 pillars)
Published guidance
Applied toPatient eHealth Record · Telemedicine · mHealth · HIE/TH-FHIR · Data standards
Code surfacedocs/EHEALTH_STRATEGY_ALIGNMENT.md
PDPA B.E. 2562 (Personal Data Protection Act, Thailand)
Published guidance
Applied toPurpose-bounded consent · cross-border explicit consent · RTBF processor · audit logging
Code surfaceapps/api/src/enterprise/middleware/pdpa.ts · docs/INCIDENT_RESPONSE.md

Thresholds, composite rules, and risk-flag enums are screening tools, not diagnostic ones. Clinical action rests with the clinician acknowledging the alert under JCI IPSG.2 SBAR handoff. Adkins Labs does not practice medicine.

Stack

Boring tech where it matters.

The platform is built on tools your hospital's IT team already trusts. No exotic dependencies, no novel runtimes. Engineering boredom is a feature when the alternative is teaching procurement what a new framework is.

LayerTechnologyHosting
FrontendNext.js 15 · React 19 · Tailwind v4Vercel
APIExpress 4 · TypeScript · ZodRender
DatabasePostgreSQL 16 · Drizzle ORMNeon (interim) → Azure Thailand North
Cache / queueRedis · BullMQUpstash · Render
Telehealth videoDaily.co
AI Care CompanionAnthropic Claude · grounded on case context
EmailSendGrid
StorageAWS S3 (Bangkok Local Zone planned)
MonitoringSentry · Pino structured logs
Engineering state

What ships today, what's gated on a design partner.

The platform is honest about its phase. Listed below is what's in the repo today, with green markers for "ready to integrate" and amber for "gated on first signed partner."

Ready to integrate

  • RPM API surface (vitals · cases · alerts · consent · withdraw)
  • PostgreSQL schemas with composite-PK time-series tables
  • OpenAPI 3.1 spec for HIS adapter teams
  • PDPA consent ledger + audit trail
  • JCI compliance map → code-surface
  • 4-locale i18n scaffold (no content)
  • AES-256-GCM at-rest encryption helper (live on passport data)
  • Hospital target list + outreach drafts

Gated on first signed partner

  • Production database provisioning (Azure Thailand North / Neon SG)
  • Hospital admin · clinician · intake-coordinator portals (MVP live, hardening pending)
  • Telehealth video routes (Daily.co integration scaffold)
  • AI Care Companion (Claude grounding on case context + escalation workflow)
  • Thai HIS adapter bindings (TrakCare · HOSxP · Hospital OS)
  • Clinician-reviewed translation strings per locale
  • Webhook alert dispatcher
  • PDPA retention sweep + RTBF worker

See it run.

The Demo page walks through the three load-bearing clinical surfaces.

View the demo