Biometric Measurements
Biometric Measurements are comprised of a user’s biometric health data such as blood pressure, cholesterol, heart rate, and blood and hormone levels.
Example
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users/{USER_ID}/biometrics.json?access_token={ORGANIZATION_ACCESS_TOKEN}
GET https://api.validic.com/v1/organizations/5176906c6deddac02c000001/users/5 552cd7fded0807c4000017/biometrics.json?access_token=e7ba1f04e88f25d399a91c 8cbcd72300e01309e96b7725e40b49cd1effaa5deb 200 { "summary": { ... }, "biometrics": [ { "_id": "51552cdcfded0807c4000075", "timestamp": "2013-03-10T07:12:16+00:00", "utc_offset": "+00:00", "blood_calcium": 9.2, "blood_chromium": 1.32, "blood_folic_acid": 8.1, "blood_magnesium": 1.89, "blood_potassium": 3.9, "blood_sodium": 137.8, "blood_vitamin_b12": 612, "blood_zinc": 93, "creatine_kinase": 87, "crp": 0, "diastolic": 73, "ferritin": 189, "hdl": 44, "hscrp": 0.3, "il6": 6.4, "ldl": 156, "resting_heartrate": 74, "systolic": 122, "testosterone": 457, "total_cholesterol": 208, "tsh": 0.6, "uric_acid": 4.2, "vitamin_d": 54.8, "white_cell_count": 7453, "spo2": 96, "temperature": 37, "source": "sample_app", "source_name": "Sample App", "last_updated": "2013-03-10T07:12:16+00:00" } ] }
Params
Field
Type
Description
timestamp
String
Timestamp for the measurement set
utc_offset
String
Timezone information for the measurement set
blood_calcium
Double
The value of the measured quantity in mg/dL
blood_chromium
Double
The value of the measured quantity in µg/L
blood_folic_acid
Double
The value of the measured quantity in ng/mL
blood_magnesium
Double
The value of the measured quantity in mg/dL
blood_potassium
Double
The value of the measured quantity in mEq/L
blood_sodium
Double
The value of the measured quantity in mEq/L
blood_vitamin_b12
Double
The value of the measured quantity in pg/mL
blood_zinc
Double
The value of the measured quantity in µg/dL
creatine_kinase
Double
The value of the measured quantity in U/L
crp
Double
The value of the measured quantity in mg/L
diastolic
Double
The value of the measured quantity in mmHg
ferritin
Double
The value of the measured quantity in ng/mL
hdl
Double
The value of the measured quantity in mg/dL
hscrp
Double
The value of the measured quantity in mg/L
il6
Double
The value of the measured quantity in pg/mL
ldl
Double
The value of the measured quantity in mg/dL
resting_heartrate
Double
The value of the measured quantity in bpm
systolic
Double
The value of the measured quantity in mmHg
testosterone
Double
The value of the measured quantity in ng/dL
total_cholesterol
Double
The value of the measured quantity in mg/dL
tsh
Double
The value of the measured quantity in mIU/L
uric_acid
Double
The value of the measured quantity in mg/dL
vitamin_d
Double
The value of the measured quantity in ng/mL
white_cell_count
Double
The value of the measured quantity in cells/µL
spo2
Double
The value of the measured quantity (0-100 percent)
temperature
Double
The value of the measured quantity in Celsius
source
String
The short name of the application that recorded the activity
source_name
String
The display name of the application that recorded the activity
last_updated
String
Date and time when the measurement set was last updated
_id
String
Unique identifier of the measurement or entry