---
title: "View clinical notes"
method: GET
path: "/clinical_notes"
tags: ["Clinical Notes"]
---

# View clinical notes

`GET /clinical_notes`

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.

## Query parameters

- `subdomain` string, required
- `location_id` integer, required
- `patient_id` integer
- `procedure_id` integer
- `entered_before` string, date-time
- `entered_after` string, date-time
- `updated_since` string, date-time
- `start_cursor` string
- `end_cursor` string
- `per_page` integer

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesClinicalNoteCollectionResponseWithCursor — API_V20240412_Entities_ClinicalNote_Collection_Response_WithCursor model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesClinicalNote[]
    - `id` integer — Resource id
    - `patient_id` integer, nullable — The patient ID of this clinical note
    - `procedure_id` integer, nullable — The procedure ID attached to this clinical note
    - `entered_at` string, date-time, nullable — The timestamp when the clinical note was entered
    - `content` string — The content of the clinical note
    - `signed` boolean, nullable — Whether or not the clinical note has been signed by a provider. Not all EHRs support signing notes
    - `completed` boolean, nullable — Whether or not the clinical note has been marked as completed. Some EHRs refer to this as "locking" the note and use this to prevent further modification. Not all EHRs support locking or completing notes
    - `updated_at` string, date-time — Clinical Note update date in UTC
  - `page_info` object — Pagination information that can be used for fetching previous and next pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/nexhealth/apis/nexhealth-api.md) · [All operations](https://skmtc.net/nexhealth/apis/nexhealth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexhealth/nexhealth-api/revisions/a180e830b672/schema)
