hip_circumference

The measurement of the distance around the hips.

The measurement of the distance around the hips.

Purpose. To record the measurement of the distance around the hips.

Source

ModelLegRole
openEHR-EHR-OBSERVATION.hip_circumference.v1openEHRdefines this table

Columns

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
form_iduuidformnoThe form this entry was recorded on.
form_block_iduuidyesThe block within the form, when the entry is bound to one.
hip_circumference_magnitude
hip_circumference_units
quantity
numeric, text
yesHip circumference/data[at0001]/events[at0010]/data[at0003]/items[at0004]
commenttextyesComment/data[at0001]/events[at0010]/data[at0003]/items[at0007]
confounding_factorstextyesConfounding factors/data[at0001]/events[at0010]/state[at0008]/items[at0009]
deviceuuidyesDevice/protocol[at0005]/items[at0006]

Constraints

check ((hip_circumference_magnitude is null and hip_circumference_units is null) or (hip_circumference_magnitude is not null and hip_circumference_units is not null))
check (hip_circumference_magnitude is null or (hip_circumference_units = 'cm' and hip_circumference_magnitude between 0 and 400) or (hip_circumference_units = '[in_i]' and hip_circumference_magnitude between 0 and 150))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
devicedeviceno action

Indexes