Fetch Clinical Note

GET
Fetches details of a specific clinical note by its unique ID.

Path parameters

clinicalNoteIdintegerRequired

Response

This endpoint returns an object.
idintegerOptional
The unique identifier of the clinical note.
typestringOptional
The type of the clinical note.
cptCodeobjectOptional
The CPT code associated with the clinical note.
createTimestampdatetimeOptional
The timestamp when the clinical note was created.
lastUpdateTimestampdatetimeOptional
The timestamp when the clinical note was last updated.
openbooleanOptional
Indicates whether the clinical note is open.
mdCodestringOptional
The MD code associated with the clinical note.
dxCodestringOptional
The DX code associated with the clinical note.
descriptionstringOptional
The description of the clinical note.
createdByobjectOptional
The user who created the clinical note.
assigneeobjectOptional
The user assigned to the clinical note.
patientobjectOptional
The patient associated with the clinical note.
activitylist of objectsOptional
List of activities associated with the clinical note.
totalTimeintegerOptional
Total time in minutes spent on the clinical note.