Programs

Get patient program

get

Retrieves the program information for a specific patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

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

Update patient program

put

Updates the program status for a specific patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
programNamestringRequiredPattern: [^\/#\?]+?
Body
assignedbooleanRequired
statusstringRequired
Responses
chevron-right
200

Successful response

application/json
put
/api/patients/{patientId}/programs/{programName}
200

Successful response

Was this helpful?