1https://usescrubs.com



1curl --location 'https://usescrubs.com/api/v1/ddx' \
2--header 'X-Scrubs-Clinic-Code: 00A123' \
3--header 'X-Scrubs-Clinic-Provider: SAMPLE_EHR_1' \
4--header 'Content-Type: application/json' \
5--data '{
6 "summary": "Patient reports having a headache for the past week ...",
7 "additionalPatientInfo": "Patient previously diagnosed with Anxiety Disorder",
8 "numDdx": 2
9}'1{
2 "diagnosis": [
3 {
4 "diagnosis": "Migraine Headaches",
5 "explanation": "The pattern of headache, particularly the nausea and ...",
6 "recommendation": "Consider triptans for acute management and ..."
7 },
8 {
9 "diagnosis": "Cervicogenic Headache",
10 "explanation": "The symptomatology described could suggest ...",
11 "recommendation": "Evaluate for any cervical spine issues ..."
12 }
13 ]
14}