Screening Questionnaire
The Screening Questionnaire feature allows the user to view the latest scored questionnaire data for a given patient.
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 past screening questionnaires for a patient
GET
/v1/{practiceid}/chart/{patientid}/administeredquestionnairescreeners
Retrieve a list of historical questionnaire screeners for a given patient
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
patientid
integer
patientid
departmentid
integer
The athenaNet department ID.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
declinedreason
object
Reason the questionnaire is declined
documentids
string
The document IDs attached to the questionnaire.
guidelines
string
The guidelines recommended by the questionnaire
maximumscore
integer
The maximum amount of points for this questionnaire
metaquestions
array
Any meta questions related to this questionnaire. E.g., should this be considered generally as positive or negative?
name
string
The questionnaire name
note
string
The note attached to this questionnaire
questionnaireid
integer
The questionnaire ID
score
integer
The score for this questionnaire
scoredby
string
The user that scored this questionnaire
scoreddate
string
The date this questionnaire was scored
scoringstatus
string
The status of the questionnaire
sections
array
List of the sections for this questionnaire
templateid
integer
The template ID of the questionnaire. Required to activate a questionnaire for a given encounter.
templatetype
string
Boolean to flag whether the questionnaire is score only or not.
Example Code