{ "opencollection": "1.0.0", "info": { "name": "Health Gorilla FHIR R4 Binary API", "version": "R4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Binary", "type": "folder" }, "items": [ { "info": { "name": "Retrieve raw document content.", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthgorilla.com/fhir/R4/Binary/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The logical id of the resource." } ] }, "docs": "Retrieve raw document content." } ] } ], "bundled": true }