Patient Goal Free Text
The Patient Goal Free Text feature allows the user to add or modify patient goals in Assessment & Plan section of 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
Update patient's free text goal against patient goals
PUT
/v1/{practiceid}/chart/encounter/{encounterid}/patientgoals/freetextgoal
Modifies discussion notes of the patient goal for a specific encounter in Assessment and Plan section
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
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
freetextgoal
string
The state of the free text unstructured goals after the successful PUT.
versiontoken
string
A token specifying a unique version of data in the database.
Example Code