{ "opencollection": "1.0.0", "info": { "name": "Oracle Health Millennium Platform FHIR R4 Capability Condition API", "version": "R4" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authorization.cerner.com/tenants/{tenant}/protocols/oauth2/profiles/smart-v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Condition", "type": "folder" }, "items": [ { "info": { "name": "Search or Read Condition", "type": "http" }, "http": { "method": "GET", "url": "https://fhir-ehr.cerner.com/r4/Condition", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient resource reference." } ] }, "docs": "Search or read Condition resources for a patient." } ] } ], "bundled": true }