{ "info": { "_postman_id": "337d761e-2b0f-4310-9741-669516fd30b0", "name": "NexHealth Adjustment Types Clinical Notes API", "description": "v3.0.0 and v20240412 are two names for the same API version; the Nex-Api-Version header accepts either value. Welcome to the developer hub and documentation for NexHealth API. This section of guide describes the operations, response parameters, request parameters, and parameter constraints related to User API. The term Operations refer to functions or methods. The operations are included in requests and send to the web server. Each operation performs a different action or a query on database.\n\nContact Support:\n Name: NexHealth\n Email: info@nexhealth.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:18:44.000Z", "updatedAt": "2026-07-28T02:18:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-337d761e-2b0f-4310-9741-669516fd30b0" }, "item": [ { "name": "clinical_notes", "item": [ { "name": "View clinical notes", "id": "4028ef78-74b2-4e79-9ca1-95a8b4803b17", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] }, "description": "This endpoint returns the clinical notes for the specified location. At least one of the patient_id, procedure_id, entered_before, entered_after, or updated_since filters must be provided. Results are cursor-paginated." }, "response": [ { "id": "329d90c2-d159-4cd3-b6f5-7d2cbf88495b", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"error\": [\n \"\",\n \"\"\n ],\n \"data\": [\n {\n \"id\": \"\",\n \"patient_id\": \"\",\n \"procedure_id\": \"\",\n \"entered_at\": \"\",\n \"content\": \"\",\n \"signed\": \"\",\n \"completed\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"patient_id\": \"\",\n \"procedure_id\": \"\",\n \"entered_at\": \"\",\n \"content\": \"\",\n \"signed\": \"\",\n \"completed\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"page_info\": {}\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-329d90c2-d159-4cd3-b6f5-7d2cbf88495b" }, { "id": "1d04a3ab-f078-4a18-8409-af198b5babe3", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-1d04a3ab-f078-4a18-8409-af198b5babe3" }, { "id": "ba0d1039-116e-4967-8f2e-1682ac89af18", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-ba0d1039-116e-4967-8f2e-1682ac89af18" }, { "id": "02fad777-f62b-4cb6-8a4e-570481ce3505", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-02fad777-f62b-4cb6-8a4e-570481ce3505" }, { "id": "5d6cf085-3801-413d-9d8e-2aa348aedeb7", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-5d6cf085-3801-413d-9d8e-2aa348aedeb7" }, { "id": "f31670da-b3a8-48b2-a621-e20b946071d8", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/clinical_notes?subdomain=&location_id=&patient_id=&procedure_id=&entered_before=&entered_after=&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "clinical_notes" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Filter by the id of the associated patient", "key": "patient_id", "value": "" }, { "description": "Filter by procedure, only return clinical notes that are associated with the procedure ID. This association only exists in certain EHRs and for certain types of notes", "key": "procedure_id", "value": "" }, { "description": "Only return clinical notes that were created on or before the provided datetime", "key": "entered_before", "value": "" }, { "description": "Only return clinical notes that were created on or after the provided datetime", "key": "entered_after", "value": "" }, { "description": "Only return clinical notes updated after the specified time (UTC)", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-f31670da-b3a8-48b2-a621-e20b946071d8" } ], "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-4028ef78-74b2-4e79-9ca1-95a8b4803b17" } ], "id": "e6b5cc29-5a4e-4e73-8682-da0f581b9659", "createdAt": "2026-07-28T02:18:45.000Z", "updatedAt": "2026-07-28T02:18:45.000Z", "uid": "35240-e6b5cc29-5a4e-4e73-8682-da0f581b9659" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://nexhealth.info" } ] }