Care team

Get Care Team

get

Retrieves the care team details of a patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
Responses
chevron-right
200Success
application/json
get
/api/patients/{patientId}/care-team

Add Care Team

post

Adds a care team for a patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
Body
idstringOptional

The unique identifier of the care team

Example: 12345
patientIdstringOptional

The unique identifier of the patient

Example: 67890
isChatEnabledbooleanOptional

Flag indicating if chat is enabled

Example: true
Responses
chevron-right
200Success
application/json
post
/api/patients/{patientId}/care-team

Was this helpful?