Documents Review
The Documents Review feature allows the user to retrieve the list of documents lined up for review.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get list of documents for review in given encounter
GET
/v1/{practiceid}/chart/encounter/{encounterid}/documentsreview
Retrieves a list of document which are in Review status for a specific encounter
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
encounterid
integer
encounterid
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
createddate
string
The date that the document was marked as discussed. Not returned if the document is not marked as discussed.
discusseddate
string
The date that the document was marked as discussed. Not returned if the document is not marked as discussed.
discusseduser
string
The user who discussed the document. Not returned if the document is not marked as discussed.
documentclass
string
The name of the document class of the document being returned.
documentid
integer
The document ID.
documentname
string
The name of the document.
providernote
string
Note that the provider took on the document during the encounter. In the "Classic" view of athenaNet, this is just shown as a note. In "Streamlined", it is shown as an internal note.
status
string
The status of the document.
Example Code