{ "opencollection": "1.0.0", "info": { "name": "Meditech Expanse FHIR R4 Allergy Condition 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": "Condition", "type": "folder" }, "items": [ { "info": { "name": "Get patient conditions (problem list, diagnoses)", "type": "http" }, "http": { "method": "GET", "url": "https://{facility}.meditech.com/fhir/r4/Patient/:id/Condition", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "clinical-status", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query", "description": "problem-list-item or encounter-diagnosis" } ] }, "docs": "Retrieve active and historical conditions for a patient, including problem list entries and encounter diagnoses." } ] } ], "bundled": true }