Skip to content

Patient Created

POST

Sent when a patient is added to a business, whether through the dashboard, the booking flow or the API.

Media typeapplication/json
object
id
required

Unique identifier for this event delivery.

string
name
required

The name of the event, in resource.action format.

string
Allowed value: patient.create
createdAt
required

When the event was recorded by Upvio.

string format: date-time
business
required

The business the event belongs to.

object
id
required

Unique identifier across the Upvio platform.

string
data
required

A patient record within a business.

object
id
required

Unique identifier across the Upvio platform.

string
businessId
required

The business this patient belongs to.

string
createdAt
required

ISO 8601 timestamp.

string format: date-time
updatedAt
required

ISO 8601 timestamp.

string format: date-time
archivedAt
Any of:

ISO 8601 timestamp.

string format: date-time
archivedReason
string | null
name
required
string
email
required
string
phoneMobile
string | null
timezone
string | null
preferredLanguage
Any of:
string
Allowed values: en es
dob

Date of birth in YYYY-MM-DD format.

string | null format: date
gender
string | null
biologicalSex
Any of:
string
Allowed values: FEMALE MALE OTHER
race
string | null
height

Height in cm.

number | null
weight

Weight in kg.

number | null
waistCircumference
number | null
neckCircumference
number | null
hipCircumference
number | null
activityLevel
Any of:
string
Allowed values: exercise10Mins exercise1to3Hours exercise20to60Mins exerciseOver3Hours inactive
smokingStatus
Any of:
string
Allowed values: current former never
diabetesStatus
Any of:
string
Allowed values: diabetes none preDiabetes
chronicMedicationStatus
Any of:
string
Allowed values: none oneOrTwoDiseases threeOrMoreDiseases
hypertensionTreatment
Any of:
string
Allowed values: no notNeeded yes
familyDiabetesHistory
Any of:
string
Allowed values: firstDegree none noneFirstDegree
parentalHypertensionHistory
Any of:
string
Allowed values: both none one
historyOfHighGlucose
boolean | null
historyOfHypertension
boolean | null
vegetableFruitDiet
boolean | null
cholesterol
number | null
cholesterolHdl
number | null
cholesterolLdl
number | null
fastingGlucose
number | null
triglyceride
number | null

Return any 2xx status code to acknowledge the delivery.