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