{ "opencollection": "1.0.0", "info": { "name": "CharmHealth FHIR AllergyIntolerance DocumentReference 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": "DocumentReference", "type": "folder" }, "items": [ { "info": { "name": "Search DocumentReference", "type": "http" }, "http": { "method": "GET", "url": "https://ehr2.charmtracker.com/api/ehr/v2/fhir/DocumentReference", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Search DocumentReference" } ] } ], "bundled": true }