Nimbus Flow unifies patient intake, telehealth scheduling, and EHR sync into a single auditable pipeline. Built on FHIR R4, deployed in your VPC, signed BAA included.
Sidebar-driven navigation mirrors how clinicians actually move through a shift — from intake to discharge, without context switching.
Every item in the sidebar corresponds to a stage in the patient journey — intake, scheduling, encounter, sync, audit. No buried menus, no context switching between disconnected tools.
Define your encounter workflow declaratively. Nimbus Flow compiles it to a DAG, handles retries, PHI redaction, and writes audit events to your SIEM — automatically.
workflow: patient-encounter
version: 3.2
trigger:
type: fhir_subscription
resource: Encounter
status: arrived
steps:
# 1. Verify eligibility against payer
- id: eligibility_check
action: payer.verify
timeout: 5000
retry: { max: 3, backoff: exponential }
# 2. Redact PHI before external webhook
- id: phi_redact
action: phi.redact
fields: [ssn, dob, address]
# 3. Notify clinician via secure channel
- id: notify_clinician
action: notify.secure
channel: in-app
template: encounter_ready
audit:
sink: siem
format: cef
sign: true
retention: 2555d # 7 years — HIPAA §164.530
AES-256 at rest, TLS 1.3 in transit, with a signed Business Associate Agreement included on every plan. No add-on, no surcharge.
HIPAA · 45 CFR 164.312Read and write standard FHIR resources directly. No proprietary schema lock-in — your data stays portable across any EHR that speaks R4.
HL7 · FHIR R4Sub-second WebSocket ingestion for ICU and telemetry feeds. Backpressure-aware buffering keeps your dashboard live without dropping events.
WebSocket · <50msEvery read, write, and access event is signed and streamed to your SIEM in CEF format. 7-year retention configured out of the box.
SOC 2 · CEF formatRun Nimbus Flow inside AWS, GCP, or Azure within your own perimeter. PHI never traverses our infrastructure — we ship the control plane, you own the data plane.
AWS · GCP · AzureGranular permissions mapped to clinical roles — attending, resident, nurse, front desk. Attribute-based policies enforced at the API gateway.
RBAC · ABAC policiesWe cut average encounter handoff from 11 minutes to under 3. Nimbus Flow's sidebar layout mirrors exactly how our nurses move through a shift — the muscle memory transferred on day one.
Every tier includes BAA, encryption, and audit logging. Plans from $490/mo to $9800/mo — you scale by licensed beds, not by opaque "platform fees."
Schedule a 30-minute clinical workflow audit. We map your current encounter pipeline to a FHIR-native DAG and show you exactly where minutes are being lost.