🚨 Emergency services

Emergency Dispatch & Triage

The real chain has not two links but three: the AI-generated signal, the human decision that accepts or modifies it, and the operational action actually executed. Many overrides originate from information that became available only after the AI's initial proposal - a fact that, if not anchored separately, disappears into the after-the-fact narrative.

After a disputed emergency response, can an independent examiner reconstruct which AI-generated priority was available, what context emerged afterward, who accepted or modified the proposal, under what authority, and what remained unresolved at the moment of action?
Capabilities ● Standard Intake ● ESB Buffer ● External Artifacts
Without EVIDE
  • The system records the final outcome, without distinguishing the priority originally proposed by the AI from the one actually executed
  • If an operator modified the classification, the rationale exists only as internal free text, not structured or externally verifiable
  • Information that emerged after the initial proposal (caller disconnected, GPS unavailable, second call received) is not distinguished from the original context - the true cause of the override remains invisible
  • Vendor, dispatch center, and field unit each attribute responsibility differently, with no externally verifiable sequence
With EVIDE
  • The AI-proposed classification and the final human decision are two distinctly anchored objects, not a single merged outcome
  • An override carries a free-text rationale (declared_override_rationale) alongside a structured category (override_category) - the latter makes the record queryable at scale without replacing or constraining the operator's exact words
  • The context that emerged after the AI proposal (context_available_at_decision) remains a separate, reconstructable element, not absorbed into the final narrative
  • The declared decision window (declared_decision_window_seconds) remains explicitly labeled as declared, not as an independently measured technical time
Emergency Dispatch & Triage
Key evidentiary questions for emergency dispatch and triage
After a disputed emergency response, can these questions be answered independently?
  • 1 What priority had the AI system actually proposed, before any human intervention?
  • 2 What information became available after the AI's proposal, and before the final decision?
  • 3 Did the human decision confirm, modify, or ignore the proposal - with what declared rationale, in free text and by category?
  • 4 Under what authority and role was the final decision made?
  • 5 What decision window was declared as available between proposal and action?
  • 6 Do the three timestamps in the record share a declared synchronized time reference?
  • 7 Does the operational action executed correspond to the declared decision, or is there a recorded divergence?
  • 8 Which protocol version was in effect at the time of the event?
Example evidentiary record for emergency dispatch
A real, API-conformant payload example - verified against the EVIDE intake schema v2.1.
{ "evide_schema": "2.1", "source_system": "EmergencyDispatchPlatform", "source_reference": "EVT-2026-0708-0312", "source_timestamp_utc": "2026-07-08T03:12:55Z", "decision": { "type": "emergency_priority_decision", "status": "finalized", "closure_timestamp_utc": "2026-07-08T03:13:37Z", "summary": "Declared priority decision finalized following AI proposal and human override" }, "authority": { "id": "dispatcher_14", "role": "Certified Emergency Dispatcher", "dapi_number": "DAPI-XXXX", "verification": "DAPI-XXXX" }, "ai_output": { "proposed_priority": "P2_urgent", "proposal_timestamp_utc": "2026-07-08T03:12:55Z" }, "context_available_at_decision": [ "caller_disconnected", "gps_unavailable", "second_call_received" ], "human_decision": { "authority": { "id": "dispatcher_14", "role": "Certified Emergency Dispatcher", "dapi_number": "DAPI-XXXX", "verification": "DAPI-XXXX" }, "final_priority": "P1_critical", "override_category": "context_update", "declared_override_rationale": "Second call confirmed active fire; priority escalated after GPS re-acquired", "declared_decision_window_seconds": 42, "decision_timestamp_utc": "2026-07-08T03:13:37Z" }, "operational_execution": { "execution_timestamp_utc": "2026-07-08T03:14:02Z", "executed_priority": "P1_critical" }, "intervention": { "type": "declared_event", "classification_status": "stable", "classification_context": { "taxonomy_reference": "https://example.org/taxonomies/emergency-dispatch-taxonomy-v1.0", "threshold_reference": "https://example.org/protocols/dispatch-override-policy-v1.3", "threshold_status": "met" }, "rationale": "Priority override declared and executed following updated field context", "trace": { "reference": "DISPATCH-011/incident-20260708-0312", "access": "restricted" } }, "human_oversight": { "is_declared": true, "declared_level": "L1" }, "handoff": { "boundary_readiness": { "status": "candidate", "readiness_gate": null, "visibility_surface": null, "unresolved_signals": [] }, "reconstruction_independence": "declared", "submission_status": "not_submitted", "acceptance_status": "not_claimed" }, "extensions": ["evidence_references"], "evidence_references": [ { "artifact_type": "call_recording", "pointer": "dispatch-storage://incident-20260708-0312/call-01.wav", "declared_origin": "dispatch center call recording system", "declared_description": "Recording of the original emergency call referenced in the priority decision" } ], "content_hash": { "algorithm": "SHA-256", "value": "sha256:5b21...c447_example_not_for_submission" } }
Verified Identity
DAPI-verified identity for the authority behind each override

When a dispatcher confirms, modifies, or overrides an AI-generated priority, the declared authority behind that decision carries as much weight as the rationale itself. An internal operator ID or a name typed into a dispatch console declare who acted, but do not confirm it. The authority in the record above carries its own DAPI-verified identity - closing the gap between "an override was declared under this authority" and "we know that authority was real".

DAPI Identity Certification ↑
What EVIDE does not claim

EVIDE does not determine whether the underlying decision was correct, whether applicable procedures were followed, or whether the outcome was legally justified. It documents the evidentiary conditions that remain independently examinable after the event.

⚠️ Time synchronization between independent source systems may require separate examination. EVIDE anchors the sequence declared by each source - AI proposal, human decision, operational execution - without guaranteeing that the three systems share the same synchronized time reference.