πŸ”§ Processing Diagnostics completed

πŸ“Š Core Incident Data

call_id 2026031702566
incident_type SICK PERSON
headline Medical Call for Shunt Issue on State Street
description 33-year-old male reported to be having an issue with a medical shunt. Apartment 202.
location 260 State St, Carthage, NY, 13619
agencies Carthage Ambulance
datetime 2026-03-17 02:56:16
category medical
severity minor
update_type new_incident

🎯 Processing & Status

processing_status completed
ai_completed_at 2026-03-17 02:57:16
confidence_score not set
should_post_publicly NO
pre_alert_sent NO
summary_alert_sent YES
audio_hash not set
file_name JE_63_Carthage_Ambulance_2026_03_17_02_56_16.mp3
source_file JE_63_Carthage_Ambulance_2026_03_17_02_56_16.mp3

πŸ—ΊοΈ Location Validation Process

βœ“ Successfully Validated

Final Address: 260 State St, Carthage, NY, 13619

2 Attempts
5.85s processing time

Validation Attempts Timeline:

Attempt #1 - NYS GIS βœ“
2:57:10 AM
OK
Input Address:
60 State St, Carthage, NY
βœ“ Validated Address:
60 State St, New York, NY, 11201
πŸ“ 40.6918258, -73.9977230 View on Map β†—
AI Decision: RETRY
"NYS GIS returned 60 State St in Brooklyn (NYC 11201), which is clearly wrong for a 'Carthage area rescue' call in Jefferson County. Transcript strongly indicates the street number is 260 (not 60) and apt info can be ignored for geocoding; retry with corrected house number in Carthage."
β†’ AI Suggested Address:
260 State St, Carthage, NY
Attempt #2 - NYS GIS βœ“
2:57:14 AM
OK
Input Address:
260 State St, Carthage, NY
βœ“ Validated Address:
260 State St, Carthage, NY, 13619
πŸ“ 43.9772317, -75.6099411 View on Map β†—
AI Decision: ACCEPT
"NYS GIS returned a specific, mailable address in Carthage (260 State St, 13619). The transcript repeatedly references 260 State Street (with one likely misheard repeat as 60), and apartment numbers are not needed for geocoding. Result is accurate and usable for emergency response."

πŸ”§ Technical Details

β–Ό
Started At 03/17/2026 2:57:10 AM
Completed At 03/17/2026 2:57:16 AM
Total Processing Time 5.85 seconds
Outcome Code validated

Raw JSON Data:

{
    "attempts": [
        {
            "attempt_number": 1,
            "timestamp": "2026-03-17T02:57:10.900701",
            "provider": "NYS GIS",
            "input_address": "60 State St, Carthage, NY",
            "validation_result": "OK",
            "validated_address": "60 State St, New York, NY, 11201",
            "latitude": 40.69182581619692,
            "longitude": -73.99772303757204,
            "ai_action": "retry",
            "ai_reasoning": "NYS GIS returned 60 State St in Brooklyn (NYC 11201), which is clearly wrong for a 'Carthage area rescue' call in Jefferson County. Transcript strongly indicates the street number is 260 (not 60) and apt info can be ignored for geocoding; retry with corrected house number in Carthage.",
            "new_address": "260 State St, Carthage, NY"
        },
        {
            "attempt_number": 2,
            "timestamp": "2026-03-17T02:57:14.460043",
            "provider": "NYS GIS",
            "input_address": "260 State St, Carthage, NY",
            "validation_result": "OK",
            "validated_address": "260 State St, Carthage, NY, 13619",
            "latitude": 43.9772316673061,
            "longitude": -75.60994112019797,
            "ai_action": "accept",
            "ai_reasoning": "NYS GIS returned a specific, mailable address in Carthage (260 State St, 13619). The transcript repeatedly references 260 State Street (with one likely misheard repeat as 60), and apartment numbers are not needed for geocoding. Result is accurate and usable for emergency response."
        }
    ],
    "summary": {
        "total_attempts": 2,
        "final_outcome": "validated",
        "final_address": "260 State St, Carthage, NY, 13619",
        "processing_time_seconds": 5.85,
        "started_at": "2026-03-17T02:57:10.623516",
        "completed_at": "2026-03-17T02:57:16.476013"
    }
}

πŸ”Š Audio Playback

File: /audio/JE_63_Carthage_Ambulance_2026_03_17_02_56_16.mp3

πŸ“ Primary Transcription (OpenAI)

Carthage area rescue, respond. 260 State Street, Apartment 202. 33 year old male. Issues Issues with a medical shunt. Repeating for Carthage area rescue, respond to 60 State Tree, Apartment 202. 33 year old male. Issues with a medical shunt. Cross streets of Canal Street and North Mechanic Street.

πŸ“ Secondary Transcription (Whisper)

Carthagaria Rescue, respond to 60 State Street Apartment 202, 33 year old male, issues with a medical shunt. Repeating for Carthagaria Rescue, respond to 60 State Street Apartment 202, 33 year old male, issues with a medical shunt, cross streets of Canal Street and North Mechanic Street.

πŸ€– AI Context & Reasoning

Model Feedback:

Clear EMS dispatch for a patient problem (medical shunt issue). Incident type mapped to SICK PERSON as the closest approved EMS CAD code for a non-specific medical complaint. Agency derived from filename: Carthage Ambulance. Location: both transcripts agree on State Street Apt 202 and cross streets Canal St / N Mechanic St; the street number conflicts (local: 60; deepgram first pass: 260, repeat sounds like 60). Chose 60 as most consistent and likely correct but noted the discrepancy in memory. No related calls in recent history for Dept 63, so new_incident. Medical category => should_post_publicly false per policy.

Memory/Context:

Carthage Ambulance/Carthage Area Rescue dispatched for medical call: 33-year-old male with issues with a medical shunt. Location given as State Street, Apartment 202. Cross streets: Canal Street and North Mechanic Street. Address number conflict between transcripts (60 vs 260); local transcript consistently states 60 State Street and deepgram repeats '60 State Tree' on the repeat; mapped location formatted as 60 State St, Carthage, NY pending CAD confirmation.

πŸ”— Related Calls Timeline

02:56:16 - Medical Call for Shunt Issue on State Street
Call ID: 2026031702566 | Type: new_incident

πŸ” Database Info

β–Ό

Test Queries:

Get this incident:

SELECT * FROM incidents WHERE call_id = '2026031702566';

Get alert queue:

SELECT * FROM u390051648_alerting.alert_queue WHERE call_id = '2026031702566';

Get related incidents:

SELECT * FROM incidents WHERE JSON_CONTAINS(related_calls, '"2026031702566"');

Get latest incidents:

SELECT * FROM incidents ORDER BY ai_completed_at DESC LIMIT 10;

Raw Database Record:

{
    "call_id": "2026031702566",
    "headline": "Medical Call for Shunt Issue on State Street",
    "description": "33-year-old male reported to be having an issue with a medical shunt. Apartment 202.",
    "location": "260 State St, Carthage, NY, 13619",
    "agencies": "Carthage Ambulance",
    "incident_type": "SICK PERSON",
    "file_name": "JE_63_Carthage_Ambulance_2026_03_17_02_56_16.mp3",
    "source_file": "JE_63_Carthage_Ambulance_2026_03_17_02_56_16.mp3",
    "date": "0000-00-00 00:00:00",
    "category": "medical",
    "model_feedback": "Clear EMS dispatch for a patient problem (medical shunt issue). Incident type mapped to SICK PERSON as the closest approved EMS CAD code for a non-specific medical complaint. Agency derived from filename: Carthage Ambulance. Location: both transcripts agree on State Street Apt 202 and cross streets Canal St / N Mechanic St; the street number conflicts (local: 60; deepgram first pass: 260, repeat sounds like 60). Chose 60 as most consistent and likely correct but noted the discrepancy in memory. No related calls in recent history for Dept 63, so new_incident. Medical category => should_post_publicly false per policy.",
    "memory": "Carthage Ambulance/Carthage Area Rescue dispatched for medical call: 33-year-old male with issues with a medical shunt. Location given as State Street, Apartment 202. Cross streets: Canal Street and North Mechanic Street. Address number conflict between transcripts (60 vs 260); local transcript consistently states 60 State Street and deepgram repeats '60 State Tree' on the repeat; mapped location formatted as 60 State St, Carthage, NY pending CAD confirmation.",
    "related_calls": "[]",
    "update_type": "new_incident",
    "severity": "minor",
    "should_post_publicly": 0,
    "transcription": "Carthage area rescue, respond. 260 State Street, Apartment 202. 33 year old male. Issues Issues with a medical shunt. Repeating for Carthage area rescue, respond to 60 State Tree, Apartment 202. 33 year old male. Issues with a medical shunt. Cross streets of Canal Street and North Mechanic Street.",
    "transcription2": "Carthagaria Rescue, respond to 60 State Street Apartment 202, 33 year old male, issues with  a medical shunt.  Repeating for Carthagaria Rescue, respond to 60 State Street Apartment 202, 33 year  old male, issues with a medical shunt, cross streets of Canal Street and North Mechanic  Street.",
    "datetime": "2026-03-17 02:56:16",
    "confidence_score": null,
    "audio_hash": null,
    "processing_status": "completed",
    "ai_completed_at": "2026-03-17 02:57:16",
    "pre_alert_sent": 0,
    "summary_alert_sent": 1,
    "latitude": null,
    "longitude": null,
    "follow_up_alerts_sent": null,
    "detected_tones": "[\"63\"]",
    "location_validation_log": "{\"attempts\": [{\"attempt_number\": 1, \"timestamp\": \"2026-03-17T02:57:10.900701\", \"provider\": \"NYS GIS\", \"input_address\": \"60 State St, Carthage, NY\", \"validation_result\": \"OK\", \"validated_address\": \"60 State St, New York, NY, 11201\", \"latitude\": 40.69182581619692, \"longitude\": -73.99772303757204, \"ai_action\": \"retry\", \"ai_reasoning\": \"NYS GIS returned 60 State St in Brooklyn (NYC 11201), which is clearly wrong for a 'Carthage area rescue' call in Jefferson County. Transcript strongly indicates the street number is 260 (not 60) and apt info can be ignored for geocoding; retry with corrected house number in Carthage.\", \"new_address\": \"260 State St, Carthage, NY\"}, {\"attempt_number\": 2, \"timestamp\": \"2026-03-17T02:57:14.460043\", \"provider\": \"NYS GIS\", \"input_address\": \"260 State St, Carthage, NY\", \"validation_result\": \"OK\", \"validated_address\": \"260 State St, Carthage, NY, 13619\", \"latitude\": 43.9772316673061, \"longitude\": -75.60994112019797, \"ai_action\": \"accept\", \"ai_reasoning\": \"NYS GIS returned a specific, mailable address in Carthage (260 State St, 13619). The transcript repeatedly references 260 State Street (with one likely misheard repeat as 60), and apartment numbers are not needed for geocoding. Result is accurate and usable for emergency response.\"}], \"summary\": {\"total_attempts\": 2, \"final_outcome\": \"validated\", \"final_address\": \"260 State St, Carthage, NY, 13619\", \"processing_time_seconds\": 5.85, \"started_at\": \"2026-03-17T02:57:10.623516\", \"completed_at\": \"2026-03-17T02:57:16.476013\"}}",
    "low_confidence_reason": null,
    "transcription_agreement": "0.65",
    "cad_code": "SICK PERSON",
    "incident_type_friendly": "Sick Person",
    "type_icon": "medical"
}