Update a patient's details
Update an existing patient's details. Clinics can only update their own patients. Labs can update patients from partnered clinics they have access to (subject to lab access and share-all-patients settings). Anonymized/hidden patients cannot be edited. The patient's clinic and patient code cannot be changed.
Update an existing patient's details. Clinics can only update their own patients. Labs can update patients from partnered clinics they have access to (subject to lab access and share-all-patients settings). Anonymized/hidden patients cannot be edited. The patient's clinic and patient code cannot be changed.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Patient ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/patients/550e8400-e29b-41d4-a716-446655440000" \ -H "Content-Type: application/json" \ -d '{ "firstName": "string", "lastName": "string" }'{ "patient": { "id": "string", "clinicId": "string", "firstName": "string", "lastName": "string", "fullName": "string", "property1": null, "property2": null }}Search patients (autocomplete / combobox) GET
Search patients with fuzzy matching for autocomplete/combobox use. Labs see patients from partnered clinics (respecting share-all-patients and lab access settings). Clinics see only their own patients. Anonymized patients are masked for labs.
Pickup Requests
Next Page