GET /api/patients
Retrieve all patient records with room assignments and task information.Request
No parameters required.Response
Returns an array of patient objects.Array of patient objects, each containing:
Response Example
GET /api/patients/:id
Retrieve a single patient record by MRN.Request
Patient MRN (Medical Record Number)
Response
Returns a single patient object (same structure as GET /api/patients array items).Error Responses
Patient not found
POST /api/patients/:id/handoff
Save handoff notes and image analysis for a patient.Request
Patient MRN
AI-generated handoff summary (from
/api/summarize-record/claude)Image analysis text (from
/api/analyze-image/claude)ISO 8601 timestamp. Defaults to current time if not provided.
Request Example
Response
Whether the operation succeeded
Success message
Saved handoff information
Response Example
Error Responses
Patient not found
Failed to save
