{ "opencollection": "1.0.0", "info": { "name": "Orion Health FHIR Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.orionhealth.com/oauth2/authorize", "accessTokenUrl": "https://auth.orionhealth.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Orion Health List population health alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/alerts", "params": [ { "name": "patientId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "priority", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Retrieve clinical and population health alerts such as care gap notifications, risk changes, and quality measure compliance alerts." }, { "info": { "name": "Orion Health Update an alert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.orionhealth.com/fhir/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the status of a population health alert." } ] } ], "bundled": true }