exam

Findings observed during the physical examination of a subject of care.

Findings observed during the physical examination of a subject of care.

Purpose. For recording details about findings on physical examination of the subject of care.

Source

ModelLegRole
openEHR-EHR-OBSERVATION.exam.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.
descriptiontextyesDescription/data[at0001]/events[at0002]/data[at0003]/items[at0004]
interpretation
interpretation_code
interpretation_system
interpretation_valueset_id
coded text
text, text, text, text
yesInterpretation/data[at0001]/events[at0002]/data[at0003]/items[at0006]
commenttextyesComment/data[at0001]/events[at0002]/data[at0003]/items[at0011]
confounding_factorstextyesConfounding factors/data[at0001]/events[at0002]/state[at0009]/items[at0008]
position
position_code
position_system
position_valueset_id
coded text
text, text, text, text
yesPosition/data[at0001]/events[at0002]/state[at0009]/items[at0013]

Constraints

check ((interpretation_code is null and interpretation_system is null and interpretation_valueset_id is null) or (interpretation is not null and interpretation_code is not null and interpretation_system is not null and interpretation_valueset_id is not null))
check ((position_code is null and position_system is null and position_valueset_id is null) or (position is not null and position_code is not null and position_system is not null and position_valueset_id is not null))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
interpretation_valueset_id, interpretation_code, interpretation_system, interpretationvalueset_coderestrict
position_valueset_id, position_code, position_system, positionvalueset_coderestrict

Referenced by

Indexes

Child tables

1 table hang off exam, one row per repetition.

exam_device_details

Child table — one row per repetition, deleted with its parent.

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
exam_iduuidexamno
positionintegernoOrder of this row within its parent, from zero.
device_iduuidnoDevice Details/protocol[at0007]/items[at0010]

Unique

References

ColumnsTargetOn delete
exam_idexamcascade
device_iddeviceno action

Indexes