Skip to main content
PATCH
Update a patient

Authorizations

X-API-Key
string
header
required

API key obtained from /api/v1/ext-api-keys

Path Parameters

patientId
string
required

Patient ID

Example:

"481926357104938271"

Body

application/json
name
string

Patient name

Minimum string length: 1
Example:

"Maria Santos"

first_name
string | null

Patient first name

Example:

"Maria"

last_name
string | null

Patient last name

Example:

"Santos"

date_of_birth
string | null

Date of birth (YYYY-MM-DD)

Example:

"1990-03-15"

gender
string | null

Patient gender

Example:

"female"

phone
string | null

Patient phone number

Example:

"+14155550123"

email
string<email> | null

Patient email

Example:

"maria@example.com"

address
any | null

Structured address JSON

mrn
string | null

Medical record number (optional). Send null/empty to clear it.

Maximum string length: 64
Example:

"MRN-12345"

pronouns
string | null

Pronouns

Example:

"she/her"

notes
string | null

Clinical notes or context about this patient

Example:

"History of generalized anxiety disorder. Currently on sertraline 50mg."

Whether the patient has consented to treatment documentation

Example:

true

provider_id
string

Reassign this patient to a different provider (see GET /providers). Must be a provider in your organization.

Minimum string length: 1
Example:

"aaaaaaa1-0000-0000-0000-000000000001"

Response

Updated patient

data
object
required