Healthcare AI · FHIR Infrastructure
EdgeFHIR
EdgeFHIR reduces the friction care teams face when patient information is spread across disconnected systems. By consolidating retrieval and summarization into a single workflow, the agent helps users get to relevant patient context faster — without repeated manual lookup.
See It In Action
Watch EdgeFHIR relay vitals in real-time, handle offline queuing, and flush the outbox on reconnect.
Watch on LoomExpected Impact
Reduces time to patient context for care teams working across disconnected systems
Eliminates manual repeated lookups through consolidated FHIR retrieval and summarization
Store-and-forward relay ensures no data loss during connectivity outages at the edge
How It Works
Ingest vitals
Simulator streams patient vitals to the relay API at the edge.
Triage & score
Rules-based AI scores SpO2, HR, Temp, RR with LOINC-coded FHIR observations.
Queue & relay
Connectivity-aware relay forwards to cloud. Outbox queues on disconnect, flushes on reconnect.
Monitor & alert
Dashboard shows real-time status, anomaly flags, and simulation mode across the pipeline.
Key Capabilities
- FHIR R4 store-and-forward relay with filesystem outbox queue
- Real-time edge infrastructure diagnostics and node status aggregation
- AI-assisted vitals triage scoring (SpO2, HR, Temp, RR) with LOINC-coded observations
- Connectivity-aware relay with automatic reconnect and outbox flush
- Anomaly detection and alerting across simulation modes (desat, fever, tachy)
- Operational visibility dashboard for distributed health data pipelines
Why This Matters
Interoperability by default
FHIR R4 + LOINC codes mean outputs plug directly into existing health data pipelines.
Resilient at the edge
Filesystem outbox queue means no data loss if connectivity drops — relay handles it automatically.
Simulation modes for dev
Normal, desat, fever, tachy modes let teams test triage logic without real patients.
Tech Stack
Simulator → FastAPI Relay (:8000) → FHIR R4 Cloud (:9000) | outbox/ queue on reconnect