{ "opencollection": "1.0.0", "info": { "name": "athenahealth athenaOne REST AllergyIntolerance Claims API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.platform.athenahealth.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Claims", "type": "folder" }, "items": [ { "info": { "name": "Search Claims", "type": "http" }, "http": { "method": "GET", "url": "https://api.platform.athenahealth.com/v1/{practiceid}/claims", "params": [ { "name": "departmentid", "value": "", "type": "query" }, { "name": "patientid", "value": "", "type": "query" } ] }, "docs": "Search Claims" } ] } ], "bundled": true }