Engine
To reset Recent Activity + Tenant FHIR Server data,
run ignis-clean-slate2 --yes --include-practices in your terminal.
Configuration
Recent Activity
last 50 dispatches, since container start| When | Patient | CPT | Payer | Auth | Response | Queue ID | Order ID |
|---|---|---|---|---|---|---|---|
| No dispatches yet. | |||||||
Pull-API Engine
In-memory state — pause + ring buffer + interval reset on container restart. Grow now forces a synchronous tick even when paused (operator's explicit action). Limits: defaults grow 2 patients + 5 orders per tick.
Pool
resources currently exposed by /api/orders + /api/patientsOrders
| Order ID | Patient MRN | CPT | Payer | Authored | Last Modified |
|---|---|---|---|---|---|
| No order data yet. | |||||
Recent Activity
last 5 grow ticks| When | Patients added | Orders added | Triggered by | Actor |
|---|---|---|---|---|
| No grow ticks recorded yet. | ||||
SFTP CSV Exporter
- Last export
- —
- Exports completed
- —
- Data directory
- —
mock-ecw writes one CSV per tick into /sftp/inbox
containing the same orders it just sent via webhook. IGNIS polls
the inbox on schedule, downloads each file, maps each row to FHIR
resources, writes them to the tenant FHIR server, and moves the
file to /processed (success) or /error
(failure).
Files
| Filename | Size | Modified | Actions |
|---|---|---|---|
| Loading files… | |||
Source Structure
Trigger a tick to populate
mock-ecw is a vendor-side push source — it doesn't expose a FHIR REST endpoint. The
structure below is derived from the live recentActivity ring buffer
(last 50 dispatches). Run a tick to populate.
- No facility data yet.
- No payer data yet.
- No practitioner data yet.
- No patient data yet.
- No CPT data yet.
4 clinical subdivisions of Riverside Specialty Care. Each has 1 child
Organization + 1 CareTeam + 1 HealthcareService +
2 Practitioners (each with a PractitionerRole linking to their
specialty's Org). Single billing Org per ADR-028 — these are clinical subdivisions,
not separate billing entities. Static architecture: structure shown is independent of
recent dispatch activity. Slugs match the 28 institutional resources seeded on the
Tenant FHIR Server by ignis-clean-slate2 --include-practices.