List Clinical Notes
Lists clinical notes with various filtering options including pagination, sorting, and specific attributes such as IDs, types, assignee details, creator details, patient details, and more.
This endpoint supports comprehensive filtering to retrieve relevant clinical notes based on the provided criteria.
Headers
Impilo-API-Key
Query parameters
page
The page number of the content returned.
size
The size of the page of content returned.
sort
The attribute to sort on.
Allowed values:
sortDescending
True if the sort direction should be descending.
id
Lists only clinical notes with the IDs provided.
open
Lists only open clinical notes.
description
Lists only clinical notes with the provided description.
type
Lists only clinical notes with the provided types.
Allowed values:
cptCodeValue
Lists only clinical notes with the provided CPT code values.
assigneeId
Lists only clinical notes assigned to the provided assignee IDs.
assigneeName
Lists only clinical notes assigned to the provided assignee name.
assigneeEmail
Lists only clinical notes assigned to the provided assignee email.
createdById
Lists only clinical notes created by the provided creator IDs.
createdByName
Lists only clinical notes created by the provided creator name.
createdByEmail
Lists only clinical notes created by the provided creator email.
patientId
Lists only clinical notes associated with the provided patient IDs.
patientSiteId
Lists only clinical notes associated with the provided patient site IDs.
patientExternalIdentifier
Lists only clinical notes associated with the provided patient external identifiers.
patientEmail
Lists only clinical notes associated with the provided patient email.
patientName
Lists only clinical notes associated with the provided patient name.
Response
OK
content
The content of the page, consisting of a list of objects.
first
True if this is the first page, false otherwise.
last
True if this is the last page, false otherwise.
page
The current page number. The first page has value 1.
size
The current page size. Default 15, maximum 250.
total
The number of objects matching the request.