education_summary

Summary or persistent information about an individual's current and past education or training.

Summary or persistent information about an individual's current and past education or training.

Purpose. To record summary information about an individual's current and past education or training, which provides an overview of their educational background.

Source

ModelLegRole
openEHR-EHR-EVALUATION.education_summary.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]/items[at0018]
age_startedintervalyesAge started/data[at0001]/items[at0003]
age_endedintervalyesAge ended/data[at0001]/items[at0031]
highest_level_completed
highest_level_completed_code
highest_level_completed_system
highest_level_completed_valueset_id
coded text
text, text, text, text
yesHighest level completed/data[at0001]/items[at0002]
commenttextyesComment/data[at0001]/items[at0007]
last_updatedtimestamptzyesLast updated/protocol[at0026]/items[at0028]

Constraints

check ((highest_level_completed_code is null and highest_level_completed_system is null and highest_level_completed_valueset_id is null) or (highest_level_completed is not null and highest_level_completed_code is not null and highest_level_completed_system is not null and highest_level_completed_valueset_id is not null))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
highest_level_completed_valueset_id, highest_level_completed_code, highest_level_completed_system, highest_level_completedvalueset_coderestrict

Indexes