{ "opencollection": "1.0.0", "info": { "name": "Varian ARIA FHIR AllergyIntolerance 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": "AllergyIntolerance", "type": "folder" }, "items": [ { "info": { "name": "Search Allergy Intolerances", "type": "http" }, "http": { "method": "GET", "url": "https://varian.dynamicfhir.com/fhir/varian/basepractice/r4/AllergyIntolerance", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient reference" }, { "name": "_count", "value": "", "type": "query" } ] }, "docs": "Search for allergy and intolerance records for oncology patients." } ] } ], "bundled": true }