Skip to main content
POST
Record Measurements

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
patientId
string
required
measurementDate
string<date-time>
required
values
MeasurementValueCreate · object[]
noteId
string | null
eventId
string | null
weight
number | null
height
number | null
systolicBp
number | null
diastolicBp
number | null
pulse
number | null
temperature
number | null
waistCircumference
number | null

Response

Successful Response

id
string
required
fieldId
string
required
fieldName
string
required
numericValue
number | null
textValue
string | null
arrayValue
string[] | null
measurementDate
string<date-time> | null
outcome
Outcome · object | null
computedDetail
Computeddetail · object | null
isDerived
boolean
default:false
isUserReported
boolean
default:false
isLabSourced
boolean
default:false
totalChange
number | null
recentChange
number | null
trendDirection
string | null
createdDate
string<date-time> | null
groupIds
string[]
goal
MeasurementGoalSchema · object