Skip to main content

Update Patient

PATCH /patients/{id}

Partially updates a patient record. Only include fields you want to change.

Scope required: patient.write

Request Body

{
"phone_number": "+905329876543",
"email_address": "newemail@example.com"
}

Response 200

Returns the updated patient object (same shape as Get Patient).