Assessment and Plan
The Assessment and Plan feature allows the provider to view the assessment (diagnosis) and the plan (orders) progress notes of the patient during their hospital stay.
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 assessments for a specific stay
GET
/v1/{practiceid}/stays/{stayid}/assessments
Retrieves assessment and plan of treatment information for a patient from the admission H&P and enhanced progress notes for a specific stay.
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
stayid
integer
stayid
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
THIRDPARTYUSERNAME
string
User name of the patient in the third party application.
PATIENTFACINGCALL
boolean
When 'true' is passed we will collect relevant data and store in our database.
Output Parameters
Expand all
assessmenttext
string
The assessment and plan section of text contained in the Admission H&P or Enhanced Progress note.
createdby
string
The athenaNet username of the individual who entered the note.
createddatetime
string
The date and time the note was entered in athenaNet. Returned in mm/dd/yyyy hh24:mi:ss format.
departmentid
integer
The ID of the department where the patient's stay is currently located.
notetype
string
Type of note (Admission H&P or Enhanced Progress) that contains the assessment and plan.
patientid
integer
Please remember to never disclose this ID to patients since it may result in inadvertent disclosure that a patient exists in a practice already.
providerid
integer
The athenaNet provider ID for the provider responsible for the clinical information in the note.
signedby
string
The athenaNet username of the provider who signed the note.
signeddatetime
string
The date and time when the note containing the assessment and plan was signed. Returned in mm/dd/yyyy hh24:mi:ss format.
Example Code