Patient Goals
The Patient Goals feature allows the user to view a list of goals set for the patient in the encounter.
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 patient goals
GET
/v1/{practiceid}/chart/encounter/{encounterid}/patientgoals
Retrieves the list of patient goals 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
Output Parameters
Expand all
auditinformation
object
Lastmodified timestamps and usernames of data in the database
discussionnotes
string
Further discussion notes about these patient goals.
freetextgoal
string
Unstructured goal. More of a note field.
goals
array
List of goals for the patient resulting from this encounter.
patientinstructions
string
Instructions to the patient about achieving these goals.
topicsofdiscussion
array
Topics of Discussion. This API attribute is being rolled out and will be Generally Available on or before July 1, 2022.
versiontokens
object
Tokens specifying a unique version of data in the database.
Example Code