{ "opencollection": "1.0.0", "info": { "name": "Akute Health Customer Appointments Encounters API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Encounters", "type": "folder" }, "items": [ { "info": { "name": "Search clinical notes", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/notes", "params": [ { "name": "patient_id", "value": "", "type": "query" }, { "name": "external_patient_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "service_date_start", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Search clinical notes" }, { "info": { "name": "Create a clinical note (encounter)", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/notes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a clinical note (encounter)" }, { "info": { "name": "Get a clinical note by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/notes/:note_id", "params": [ { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a clinical note by id" } ] } ], "bundled": true }