{ "opencollection": "1.0.0", "info": { "name": "Varian ARIA FHIR AllergyIntolerance CarePlan API", "version": "R4-6.0.101" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://varian-smart.dynamicfhir.com/core/connect/authorize", "accessTokenUrl": "https://varian-smart.dynamicfhir.com/core/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CarePlan", "type": "folder" }, "items": [ { "info": { "name": "Search Care Plans", "type": "http" }, "http": { "method": "GET", "url": "https://varian.dynamicfhir.com/fhir/varian/basepractice/r4/CarePlan", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient reference" }, { "name": "status", "value": "", "type": "query", "description": "Care plan status (active, completed, etc.)" }, { "name": "_count", "value": "", "type": "query" } ] }, "docs": "Search for care plans for oncology patients, including radiation therapy treatment plans and overall cancer care plans." } ] } ], "bundled": true }