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