View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Relations | Constraints

Parent Package: entry
Class ACTION


CARE_ENTRY
   |
   +--ACTION

Used to record a clinical action that has been performed, which may have been ad hoc, or due to the execution of an Activity in an Instruction workflow. Every Action corresponds to a careflow step of some kind or another.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 description : ITEM_STRUCTURE  --  Description of the activity, in the form of an archetyped structure. 
 time : DV_DATE_TIME  --  Point in time at which this action completed. 

Attributes from Associations
SignatureOptionalityMultiplicityDocumentation
 ism_transition : ISM_TRANSITION -- Details of transition in the Instruction state machine caused by this Action. 
 instruction_details : INSTRUCTION_DETAILS0..1  -- Details to of the Instruction that caused this Action to be performed, if there was one. 


Constraints
NameExpression
Description_validinv: description <> Void 
Ism_transition_validinv: ism_transition <> Void 
Time_validinv: time <> Void