Skip to main content

VitalEntryInput

Input type for updating vital sign measurements.

input VitalEntryInput {
bloodPressure: BloodPressureMeasurementInput
bodyTemperature: MeasurementInput
fluidExport: FluidExportInput
fluidIntake: FluidIntakeInput
glucose: MeasurementInput
heartRate: MeasurementInput
oxygenSaturation: MeasurementInput
recordedAt: Time
weight: MeasurementInput
}

Fields

VitalEntryInput.bloodPressure ● BloodPressureMeasurementInput input

Blood pressure measurement including systolic and diastolic values.

VitalEntryInput.bodyTemperature ● MeasurementInput input

Body temperature measurement.

VitalEntryInput.fluidExport ● FluidExportInput input

Fluid export measurement (urine, stool, etc).

VitalEntryInput.fluidIntake ● FluidIntakeInput input

Fluid intake measurement (water, tee etc).

VitalEntryInput.glucose ● MeasurementInput input

Blood glucose level measurement.

VitalEntryInput.heartRate ● MeasurementInput input

Heart rate measurement in beats per minute.

VitalEntryInput.oxygenSaturation ● MeasurementInput input

Oxygen saturation level measurement (SpO2).

VitalEntryInput.recordedAt ● Time scalar

The date and time when the vital signs were recorded.

VitalEntryInput.weight ● MeasurementInput input

Body weight measurement.

Member Of

UpdateVitalSignReportCardInput input