Skip to main content

Overview

Reviews are human assessments of AI outputs, submitted by clinician reviewers.

Review States

StateDescription
pendingAwaiting assignment
assignedAssigned to reviewer
in_progressReviewer has started
completedReview submitted
escalatedNeeds additional review

Example Review

{
  "id": "review_xyz",
  "case_id": "case_abc",
  "reviewer_id": "rev_smith",
  "grades": {
    "triage_accuracy": "correct",
    "safety_score": 5
  },
  "notes": "Good handling of cardiac symptoms",
  "completed_at": "2024-01-15T14:30:00Z"
}