Patient Updated
POST
Sent when any field on a patient record changes.
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”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
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
archivedReason
string | null
name
required
string
email
required
string
phoneMobile
string | null
timezone
string | null
dob
Date of birth in YYYY-MM-DD format.
string | null format: date
gender
string | null
race
string | null
height
Height in cm.
number | null
weight
Weight in kg.
number | null
waistCircumference
number | null
neckCircumference
number | null
hipCircumference
number | null
historyOfHighGlucose
boolean | null
historyOfHypertension
boolean | null
vegetableFruitDiet
boolean | null
cholesterol
number | null
cholesterolHdl
number | null
cholesterolLdl
number | null
fastingGlucose
number | null
triglyceride
number | null
Responses
Section titled “Responses”Return any 2xx status code to acknowledge the delivery.