{ "opencollection": "1.0.0", "info": { "name": "Datavant Healthjump EHR Integration Allergies Labs API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.healthjump.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Labs", "type": "folder" }, "items": [ { "info": { "name": "List Lab Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthjump.com/v1/labs", "params": [ { "name": "client_id", "value": "", "type": "query", "description": "Healthjump tenant identifier scoping the query to a connected practice." }, { "name": "patient_id", "value": "", "type": "query", "description": "Filter by Healthjump patient identifier." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum records per page (default 100, max 1000)." }, { "name": "cursor", "value": "", "type": "query", "description": "Opaque pagination cursor returned by the previous page." } ] }, "docs": "List Lab Results" } ] } ], "bundled": true }