{ "opencollection": "1.0.0", "info": { "name": "Oracle Health Millennium Platform FHIR R4 Capability 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": "Capability", "type": "folder" }, "items": [ { "info": { "name": "Get Capability Statement", "type": "http" }, "http": { "method": "GET", "url": "https://fhir-ehr.cerner.com/r4/metadata" }, "docs": "Returns the FHIR CapabilityStatement describing supported resources and operations." }, { "info": { "name": "Read CapabilityStatement", "type": "http" }, "http": { "method": "GET", "url": "https://fhir-ehr.cerner.com/r4/CapabilityStatement" }, "docs": "Returns the CapabilityStatement resource for the FHIR server." } ] } ], "bundled": true }