{ "opencollection": "1.0.0", "info": { "name": "Orion Health FHIR Alerts Notifications 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": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Orion Health List ADT notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/notifications", "params": [ { "name": "patientId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "organization", "value": "", "type": "query" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "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 admission, discharge, and transfer (ADT) notifications for subscribed patients and organizations." }, { "info": { "name": "Orion Health List notification subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/notifications/subscriptions" }, "docs": "Retrieve current ADT notification subscriptions." }, { "info": { "name": "Orion Health Create a notification subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.orionhealth.com/fhir/notifications/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to ADT notifications for specific patients, organizations, or event types." } ] } ], "bundled": true }