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