| [ |
| { |
| "action": "run_hypothesis", |
| "name": "run_hypothesis_0", |
| "input_state": { |
| "audio": "Patient exhibits mucus dripping from nostrils and coughing." |
| }, |
| "expected_state": { |
| "final_diagnosis": "Common cold" |
| } |
| }, |
| { |
| "action": "run_hypothesis", |
| "name": "run_hypothesis_1", |
| "input_state": { |
| "audio": "Patient has a limp and is unable to flex right ankle. Ankle is swollen." |
| }, |
| "expected_state": { |
| "final_diagnosis": "Sprained ankle" |
| } |
| }, |
| { |
| "action": "run_hypothesis", |
| "name": "run_hypothesis_2", |
| "input_state": { |
| "audio": "Patient fell off and landed on their right arm. Their right wrist is swollen, they can still move their fingers, and there is only minor pain or discomfort when the wrist is moved or touched." |
| }, |
| "expected_state": { |
| "final_diagnosis": "Healthy individual" |
| } |
| } |
| ] |