Physical Therapy Episode
The Physical Therapy Episode feature allows you to enter and track information pertaining to physical therapy episodes. Physical therapy episodes contain links to correspondence, documents, and providers.
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 patient's list of PT Episodes.
GET
/v1/{practiceid}/chart/{patientid}/ptepisodes
Retrieves a list of PT Episodes for a specific 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
Department ID.
showclosed
boolean
Designates whether we will also show closed PT episodes. The default value is false.
Output Parameters
Expand all
closedby
string
The username of the user who closed the PT episode.
closeddate
string
The date and time this PT episode was closed.
correspondencegroups
array
Group of documents related to communication about the PT episode.
createdby
string
The username of the user who created the PT episode.
createddate
string
The date and time this PT episode was created.
linkeddocuments
array
IDs of related documents.
linkedencounters
array
IDs of related encounters.
name
string
Name of the PT Episode.
referringprovider
integer
ID of the referring provider.
status
string
The status of this PT episode (OPEN, CLOSED).
Example Code