Skip to main content
PATCH
Update patient information

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Body

application/json

Partial patient info update. Only include fields to change.

firstName
string
lastName
string
gender
enum<string>
Available options:
Female,
Male,
Other
phone
string
email
string<email>
birthDate
object
address
string
city
string
province
string

State code of the patient's home address (e.g. CA, NY); Canadian province codes are accepted for legacy CA accounts. This is not the care region — that is the conversation's ISO 3166-2 region.

country
enum<string>
Available options:
CA,
US
zip
string
healthNumber
string
medications
object[]
conditions
object[]
allergies
object[]
replaceMedicalHistory
boolean

When true, the medications/conditions/allergies arrays REPLACE the existing lists instead of being merged into them.

Response

Patient info updated

success
boolean
patient
object

Patient profile information