{ "opencollection": "1.0.0", "info": { "name": "Heidi Health Ask Heidi Clinical Coding API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clinical Coding", "type": "folder" }, "items": [ { "info": { "name": "Get Clinical Codes", "type": "http" }, "http": { "method": "GET", "url": "https://registrar.api.heidihealth.com/api/v2/ml-scribe/open-api/sessions/:session_id/clinical-codes", "params": [ { "name": "session_id", "value": "", "type": "path" }, { "name": "coding_system", "value": "", "type": "query" } ] }, "docs": "Generate clinical codes for the session across the requested coding system." } ] } ], "bundled": true }