head_circumference

The measurement of the longest distance around the head.

The measurement of the longest distance around the head.

Purpose. To record the measurement of the longest distance around the head.

Source

ModelLegRole
openEHR-EHR-OBSERVATION.head_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.
event_typetextyesnull represents any_event
head_circumference_magnitude
head_circumference_units
quantity
numeric, text
yesHead 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 ((head_circumference_magnitude is null and head_circumference_units is null) or (head_circumference_magnitude is not null and head_circumference_units is not null))
check (head_circumference_magnitude is null or (head_circumference_units = 'cm' and head_circumference_magnitude between 0 and 100) or (head_circumference_units = '[in_i]' and head_circumference_magnitude between 0 and 40))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
devicedeviceno action

Indexes