Programs
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
200Success
application/json
get
/api/patients/{patientId}/programs/{programName}200Success
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
200
Successful response
application/json
put
/api/patients/{patientId}/programs/{programName}200
Successful response
Was this helpful?