description: '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. ' package_name: openehr.base derivation: specialization name: ACTION type: http://openehr.org/fhir/StructureDefinition/ACTION elements: time: {type: 'http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME', short: Point in time at which this action completed., isModifier: false, index: 0} ism_transition: {type: 'http://openehr.org/fhir/StructureDefinition/ISM-TRANSITION', short: Details of transition in the Instruction state machine caused by this Action., isModifier: false, index: 1} instruction_details: {type: 'http://openehr.org/fhir/StructureDefinition/INSTRUCTION-DETAILS', short: 'Details of the Instruction that caused this Action to be performed, if there was one.', isModifier: false, index: 2} description: {type: 'http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE', short: 'Description of the action that has been performed, in the form of an archetyped structure.', isModifier: false, index: 3} package_version: 0.1.0-snapshot class: logical kind: logical url: http://openehr.org/fhir/StructureDefinition/ACTION base: http://openehr.org/fhir/StructureDefinition/CARE-ENTRY version: 0.1.0-snapshot required: [time, ism_transition, description]