Skip to main content

Voice Sample

{
  "input": {
    "transcript": [...],
    "audio_url": "https://..."
  },
  "expected": {
    "triage_level": "urgent",
    "red_flags": ["chest_pain"]
  }
}

Note Sample

{
  "input": {
    "transcript": "Patient presents with..."
  },
  "expected": {
    "soap_note": {...},
    "icd_codes": ["E11.9"]
  }
}

Imaging Sample

{
  "input": {
    "study_uid": "1.2.840..."
  },
  "expected": {
    "findings": [...],
    "impression": "..."
  }
}