Care team
Retrieves the care team details of a patient
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
patientIdstringRequiredPattern:
[^\/#\?]+?Responses
200Success
application/json
400
Bad request
401
Unauthorized
403
Forbidden
404
Care team not found
500
Internal server error
get
/api/patients/{patientId}/care-teamAdds a care team for a patient
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
patientIdstringRequiredPattern:
[^\/#\?]+?Body
idstringOptionalExample:
The unique identifier of the care team
12345patientIdstringOptionalExample:
The unique identifier of the patient
67890isChatEnabledbooleanOptionalExample:
Flag indicating if chat is enabled
trueResponses
200Success
application/json
201
Care team added successfully
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal server error
post
/api/patients/{patientId}/care-teamWas this helpful?