{ "opencollection": "1.0.0", "info": { "name": "CharmHealth FHIR AllergyIntolerance Organization API", "version": "4.0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://ehr2.charmtracker.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Search Organization", "type": "http" }, "http": { "method": "GET", "url": "https://ehr2.charmtracker.com/api/ehr/v2/fhir/Organization" }, "docs": "Search Organization" } ] } ], "bundled": true }