BloodPressureMeasurement
Represents a blood pressure measurement with systolic and diastolic components. Blood pressure is typically measured in mmHg (millimeters of mercury).
type BloodPressureMeasurement {
diastolic: Measurement
systolic: Measurement
}
Fields
BloodPressureMeasurement.diastolic ● Measurement object
Diastolic blood pressure (the bottom number), measured when the heart rests between beats.
BloodPressureMeasurement.systolic ● Measurement object
Systolic blood pressure (the top number), measured when the heart beats.
Member Of
VitalEntry object