Imaging Report Received

Emitted when a radiologist's interpretation and report for a diagnostic imaging study is available

Overview

The ImagingReportReceived event is published when a radiologist completes their interpretation of a diagnostic imaging study and the official report is ready.

Event Data

{
"eventId": "uuid",
"eventType": "ImagingReportReceived",
"timestamp": "ISO 8601",
"data": {
"studyId": "string",
"patientId": "string",
"mrn": "string",
"orderId": "string",
"modality": "XR | CT | MRI | US | MG",
"studyDescription": "string",
"radiologistId": "string",
"reportText": "string",
"findings": "string",
"impression": "string",
"isCritical": "boolean",
"criticalFinding": "string",
"reportedDateTime": "ISO 8601",
"dicomStudyUID": "string"
}
}

Downstream Actions

  • EHR Integration: Report filed in patient chart
  • Provider Notification: Alert ordering provider
  • Critical Finding Alert: Immediate notification if critical
  • Patient Portal: Available after provider review