clinical_pathway_order

An order for a standardised care process for a specific condition or treatment.

An order for a standardised care process for a specific condition or treatment.

Purpose. To order the initiation of a standardised care process for a specific condition or treatment.

Source

ModelLegRole
openEHR-EHR-INSTRUCTION.clinical_pathway_order.v0openEHRdefines 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.
care_pathway_name
care_pathway_name_code
care_pathway_name_system
care_pathway_name_valueset_id
coded text
text, text, text, text
yesCare pathway name/activities[at0001]/description[at0002]/items[at0003]
descriptiontextyesDescription/activities[at0001]/description[at0002]/items[at0005]
clinical_indication
clinical_indication_code
clinical_indication_system
clinical_indication_valueset_id
coded text
text, text, text, text
yesClinical indication/activities[at0001]/description[at0002]/items[at0014]
start_date_timetimestamptzyesStart date/time/activities[at0001]/description[at0002]/items[at0004]
end_date_timetimestamptzyesEnd date/time/activities[at0001]/description[at0002]/items[at0015]
commenttextyesComment/activities[at0001]/description[at0002]/items[at0013]
review_datetimestamptzyesReview date/protocol[at0007]/items[at0016]

Constraints

check ((care_pathway_name_code is null and care_pathway_name_system is null and care_pathway_name_valueset_id is null) or (care_pathway_name is not null and care_pathway_name_code is not null and care_pathway_name_system is not null and care_pathway_name_valueset_id is not null))
check ((clinical_indication_code is null and clinical_indication_system is null and clinical_indication_valueset_id is null) or (clinical_indication is not null and clinical_indication_code is not null and clinical_indication_system is not null and clinical_indication_valueset_id is not null))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
care_pathway_name_valueset_id, care_pathway_name_code, care_pathway_name_system, care_pathway_namevalueset_coderestrict
clinical_indication_valueset_id, clinical_indication_code, clinical_indication_system, clinical_indicationvalueset_coderestrict

Referenced by

Indexes

Child tables

1 table hang off clinical_pathway_order, one row per repetition.

clinical_pathway_order_knowledge_base_reference

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

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
clinical_pathway_order_iduuidclinical_pathway_orderno
positionintegernoOrder of this row within its parent, from zero.
knowledge_base_reference_iduuidnoKnowledge base reference/activities[at0001]/description[at0002]/items[at0017]

Unique

References

ColumnsTargetOn delete
clinical_pathway_order_idclinical_pathway_ordercascade
knowledge_base_reference_idknowledge_base_referenceno action

Indexes