{ "opencollection": "1.0.0", "info": { "name": "Varian ARIA FHIR AllergyIntolerance Procedure 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": "Procedure", "type": "folder" }, "items": [ { "info": { "name": "Search Procedures", "type": "http" }, "http": { "method": "GET", "url": "https://varian.dynamicfhir.com/fhir/varian/basepractice/r4/Procedure", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient reference" }, { "name": "code", "value": "", "type": "query", "description": "Procedure code (CPT, SNOMED CT)" }, { "name": "date", "value": "", "type": "query", "description": "Procedure date (YYYY-MM-DD or date range)" }, { "name": "status", "value": "", "type": "query", "description": "Procedure status" }, { "name": "_count", "value": "", "type": "query" } ] }, "docs": "Search for procedures performed on oncology patients, including radiation therapy treatments, surgical procedures, and other clinical interventions." }, { "info": { "name": "Get Procedure", "type": "http" }, "http": { "method": "GET", "url": "https://varian.dynamicfhir.com/fhir/varian/basepractice/r4/Procedure/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific procedure by ID." } ] } ], "bundled": true }