{ "opencollection": "1.0.0", "info": { "name": "Health Gorilla FHIR R4 Binary DiagnosticReport API", "version": "R4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DiagnosticReport", "type": "folder" }, "items": [ { "info": { "name": "Search DiagnosticReport resources.", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthgorilla.com/fhir/R4/DiagnosticReport", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Reference to the subject Patient (e.g. Patient/{id})." }, { "name": "category", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" }, { "name": "_count", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Search DiagnosticReport resources." }, { "info": { "name": "Read a DiagnosticReport resource by id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthgorilla.com/fhir/R4/DiagnosticReport/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The logical id of the resource." } ] }, "docs": "Read a DiagnosticReport resource by id." } ] } ], "bundled": true }