Execute automated clinical pathways for patient records
https://app.arahealth.io
Path: /api/v1/records/automation
Method: POST
Authorization (required) - Bearer token for authenticationContent-Type (required) - Must be application/json| Field | Type | Required | Description |
|---|---|---|---|
recordId | string | Yes | Unique identifier for the patient record |
pathwayType | string | Yes | Type of pathway execution: auto or semiAutomatic |
pathwayName | string | Conditional | Name of the pathway to execute (required for semiAutomatic type) |
auto - Fully Automated
semiAutomatic - Semi-Automated
semiAutomatic, you must provide the pathwayName parameter to specify which pathway to execute.| Field | Type | Description |
|---|---|---|
status_code | number | HTTP status code (200 for success) |
message | string | High-level status message |
sub_message | string | Additional status details |
recordId, pathwayType)recordId formatpathwayName when using semiAutomatic typepathwayType valuerecordIdUpload Document
recordId.Trigger Automation
recordId to execute the clinical pathway. The pathway will automatically handle data extraction:Monitor Progress
Validate Data Before Automation
Handle Asynchronous Execution
Use Semi-Automatic for Critical Cases
semiAutomatic pathways to include human oversight at critical decision points.Verify Pathway Names
Implement Error Handling
Bearer token authentication using your Alto Health API key
Automation execution request
Unique identifier for the patient record
"6924b6882ccfec0e13b8e4b9"
Type of pathway execution
auto, semiAutomatic "semiAutomatic"
Name of the pathway to execute (required for semiAutomatic type)
"Achilles tendon pathology and rupture"