Update Patient
Updates an existing patient record with new details provided in the request body.
Authentication
Impilo-API-Keystring
API Key authentication via header
Path parameters
patientId
Request
This endpoint expects an object.
firstName
The patient's first name.
lastName
The patient's last name.
address
The patient's shipping address. Required on all endpoints except PATCH patient.
archived
True if the patient is archived, false otherwise.
dateOfBirth
The patient’s date of birth in the format YYYY-MM-DD.
email
The patient's email.
enrolled
The enrollment status. False if disenrolled.
externalIdentifier
Unique external identifier for the patient, managed by the customer.
id
Unique identifier for the patient, managed by Impilo.
phoneNumber
The patient's phone number.
sex
Allowed values:
site
The site responsible for this patient.
Response
OK
firstName
The patient's first name.
lastName
The patient's last name.
address
The patient's shipping address. Required on all endpoints except PATCH patient.
archived
True if the patient is archived, false otherwise.
dateOfBirth
The patient’s date of birth in the format YYYY-MM-DD.
email
The patient's email.
enrolled
The enrollment status. False if disenrolled.
externalIdentifier
Unique external identifier for the patient, managed by the customer.
id
Unique identifier for the patient, managed by Impilo.
phoneNumber
The patient's phone number.
sex
Allowed values:
site
The site responsible for this patient.