{ "opencollection": "1.0.0", "info": { "name": "athenahealth athenaOne REST AllergyIntolerance 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": "AllergyIntolerance", "type": "folder" }, "items": [ { "info": { "name": "Search Allergies", "type": "http" }, "http": { "method": "GET", "url": "https://api.platform.athenahealth.com/v1/{practiceid}/AllergyIntolerance", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Allergies" } ] } ], "bundled": true }