{ "opencollection": "1.0.0", "info": { "name": "SMART Health IT Sandbox FHIR APIs Bulk Data Conformance API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://launch.smarthealthit.org/v/r4/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Conformance", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the FHIR CapabilityStatement", "type": "http" }, "http": { "method": "GET", "url": "https://r4.smarthealthit.org/metadata" }, "docs": "Returns the server's FHIR R4 CapabilityStatement. On the launcher proxy the security section advertises the OAuth2 SMART-on-FHIR service with authorize, token, and introspect extension URIs." } ] } ], "bundled": true }