{ "opencollection": "1.0.0", "info": { "name": "Orion Health FHIR Alerts Care Programs 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": "Care Programs", "type": "folder" }, "items": [ { "info": { "name": "Orion Health List care programs", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/care-programs", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query", "description": "Program type" }, { "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 care programs configured for the organization, such as chronic disease management, wellness, and transition-of-care programs." }, { "info": { "name": "Orion Health Get care program details", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/care-programs/:programId", "params": [ { "name": "programId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific care program." }, { "info": { "name": "Orion Health List program enrollments", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/care-programs/:programId/enrollments", "params": [ { "name": "programId", "value": "", "type": "path" }, { "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 patient enrollments in a care program." }, { "info": { "name": "Orion Health Enroll a patient in a care program", "type": "http" }, "http": { "method": "POST", "url": "https://api.orionhealth.com/fhir/care-programs/:programId/enrollments", "params": [ { "name": "programId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enroll a patient in a specific care program." } ] } ], "bundled": true }