recommendation

A suggestion, advice or proposal for clinical management.

A suggestion, advice or proposal for clinical management.

Purpose. To record a suggestion, advice or proposal for clinical management at a specific time.

Source

ModelLegRole
openEHR-EHR-EVALUATION.recommendation.v2openEHRdefines 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.
topictextyesTopic/data[at0001]/items[at0006]
recommendation
recommendation_code
recommendation_system
recommendation_valueset_id
coded text
text, text, text, text
yesRecommendation/data[at0001]/items[at0002]
rationaletextyesRationale/data[at0001]/items[at0003]
last_updatedtimestamptzyesLast updated/protocol[at0004]/items[at0007]

Constraints

check ((recommendation_code is null and recommendation_system is null and recommendation_valueset_id is null) or (recommendation is not null and recommendation_code is not null and recommendation_system is not null and recommendation_valueset_id is not null))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
recommendation_valueset_id, recommendation_code, recommendation_system, recommendationvalueset_coderestrict

Indexes