Care Team Members
The Care Team member feature allows the user to view the list of all care team member associated with the patient during the patients stay in the hospital.
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 care team members
GET
/v1/{practiceid}/stays/{stayid}/careteammembers
Retrieve the current list of care team members for a patient based on the hospital 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
showallstatuses
boolean
By default only returns careteam members with a status of "active". If set to true, both active and not active careteam members will be returned.
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
careteamrole
string
The role of this care team member.
careteamrolename
string
The display name for the role of this care team member.
city
string
The city of this care team member.
enddate
string
The end date of this care team member. Returned in mm/dd/yyyy hh24:mi:ss format.
fax
string
The fax number of this care team member.
firstname
string
The first name of this care team member.
lastname
string
The last name of this care team member.
npi
string
The NPI of this care team member.
phonenumber
string
The phone number of this care team member.
preferredname
string
The preferred name of this care team member.
providerid
integer
The provider ID of this care team member.
recipientclass
string
Information about the care team member's organization.
startdate
string
The start date of this care team member. Returned in mm/dd/yyyy hh24:mi:ss format.
state
string
The state of this care team member.
zip
string
The zipcode of this care team member.
Example Code