{ "opencollection": "1.0.0", "info": { "name": "Meditech Expanse FHIR R4 Allergy Encounter API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://yourhospital.meditech.com/oauth/authorize", "accessTokenUrl": "https://yourhospital.meditech.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Encounter", "type": "folder" }, "items": [ { "info": { "name": "Get patient encounters", "type": "http" }, "http": { "method": "GET", "url": "https://{facility}.meditech.com/fhir/r4/Patient/:id/Encounter", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" }, { "name": "_count", "value": "", "type": "query" } ] }, "docs": "Retrieve clinical encounters (visits, admissions) for a patient." } ] } ], "bundled": true }