name is required — all other fields are optional and can be added later via the Update Patient endpoint.
Endpoint
Authentication
Request Body
Send a JSON body withContent-Type: application/json.
string
required
Patient’s full name. Must be between 2 and 255 characters.
string
Contact phone number in E.164 format, e.g.
+5511999999999. The leading + and country code are required.string
Patient’s email address. Must be a valid RFC 5322 email format.
string
Brazilian individual taxpayer identifier. Must match the format
123.456.789-00 including punctuation. The CPF is validated for correct formatting and check digits, and must be unique within your clinic.string
Patient’s date of birth in
YYYY-MM-DD format, e.g. 1990-03-15. The date must be in the past.string
Name of the patient’s health insurance plan, e.g.
"Unimed" or "SulAmérica".Response Fields (201 Created)
string
required
Newly assigned UUID for the patient record.
string
required
Identifier of the clinic the patient was registered under.
string
required
Patient’s full name as submitted.
string
CPF as submitted, or
null if not provided.string
Phone number as submitted, or
null if not provided.string
Email address as submitted, or
null if not provided.string
Date of birth as submitted, or
null if not provided.string
Health plan name as submitted, or
null if not provided.boolean
required
Defaults to
false for newly created patients.string
required
ISO 8601 UTC timestamp of record creation.
string
required
ISO 8601 UTC timestamp of last modification. Equal to
created_at on a freshly created record.