Voice Sample
Copy
Ask AI
{
"input": {
"transcript": [...],
"audio_url": "https://..."
},
"expected": {
"triage_level": "urgent",
"red_flags": ["chest_pain"]
}
}
Note Sample
Copy
Ask AI
{
"input": {
"transcript": "Patient presents with..."
},
"expected": {
"soap_note": {...},
"icd_codes": ["E11.9"]
}
}
Imaging Sample
Copy
Ask AI
{
"input": {
"study_uid": "1.2.840..."
},
"expected": {
"findings": [...],
"impression": "..."
}
}
