{ "opencollection": "1.0.0", "info": { "name": "Akute Health Customer API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{apiKey}}", "in": "header" } }, "items": [ { "info": { "name": "Patients", "type": "folder" }, "items": [ { "info": { "name": "Create a patient", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/patients", "body": { "type": "json", "data": "{\"first_name\": \"Jane\", \"last_name\": \"Doe\", \"date_of_birth\": \"1990-01-01\", \"sex\": \"female\", \"status\": \"active\", \"email\": \"jane@test.com\", \"primary_phone_number\": \"5555005000\", \"primary_phone_type\": \"mobile\", \"external_id\": \"ext-123\"}" } }, "docs": "Create a patient" }, { "info": { "name": "Update a patient", "type": "http" }, "http": { "method": "PUT", "url": "https://api.akutehealth.com/v1/patients/{{patient_id}}", "body": { "type": "json", "data": "{\"first_name\": \"Jane\", \"last_name\": \"Doe\", \"status\": \"active\"}" } }, "docs": "Update a patient" }, { "info": { "name": "Get a patient by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/patients/{{patient_id}}" }, "docs": "Get a patient by id" }, { "info": { "name": "Search patients by external id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/patients?external_id={{external_patient_id}}" }, "docs": "Search patients by external id" }, { "info": { "name": "Get a patient's external ids", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/patients/{{patient_id}}/external_ids" }, "docs": "Get a patient's external ids" }, { "info": { "name": "Search patients", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/patients?first_name=abig&last_name=hack&date_of_birth=1990-01-01&status=active&limit=100&offset=0" }, "docs": "Search patients" } ] }, { "info": { "name": "Appointments", "type": "folder" }, "items": [ { "info": { "name": "Create an appointment", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/appointments", "body": { "type": "json", "data": "{\"patient_id\": \"{{patient_id}}\", \"practitioner_user_id\": \"{{user_id}}\", \"start_time\": \"2024-01-31T00:00:00\", \"end_time\": \"2024-01-31T00:30:00\", \"status\": \"booked\"}" } }, "docs": "Create an appointment" }, { "info": { "name": "Update an appointment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.akutehealth.com/v1/appointments/{{appointment_id}}", "body": { "type": "json", "data": "{\"status\": \"fulfilled\"}" } }, "docs": "Update an appointment" }, { "info": { "name": "Get an appointment by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointments/{{appointment_id}}" }, "docs": "Get an appointment by id" }, { "info": { "name": "Search appointments", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointments?patient_id={{patient_id}}&practitioner_user_id={{user_id}}&status=booked" }, "docs": "Search appointments" }, { "info": { "name": "List appointment types", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointment_types" }, "docs": "List appointment types" }, { "info": { "name": "Cancel/delete an appointment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.akutehealth.com/v1/appointments/{{appointment_id}}" }, "docs": "Cancel/delete an appointment" }, { "info": { "name": "Get practitioner availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/availability?user_id={{user_id}}&start_time=2021-12-19T00:00:00-06:00&end_time=2021-12-24T00:00:00-06:00" }, "docs": "Get practitioner availability" } ] }, { "info": { "name": "Encounters", "type": "folder" }, "items": [ { "info": { "name": "Create a clinical note (encounter)", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/notes", "body": { "type": "json", "data": "{\"type\": \"Progress note\", \"patient_id\": \"{{patient_id}}\", \"service_date\": \"2026-03-01\", \"status\": \"final\", \"signed\": {\"user_id\": \"{{user_id}}\"}, \"authors\": [{\"user_id\": \"{{user_id}}\"}], \"sections\": [{\"title\": \"Subjective\", \"text\": \"CC:\"}]}" } }, "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}}" }, "docs": "Get a clinical note by id" }, { "info": { "name": "Search clinical notes", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/notes?patient_id={{patient_id}}&status=final&service_date_start=2023-10-01&limit=2&offset=5" }, "docs": "Search clinical notes" } ] }, { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Create a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/tasks", "body": { "type": "json", "data": "{\"task\": \"Ensure patient PA has been approved\", \"description\": \"