Instruction

Provides the content and description of data capture instructions. Contains the “how to” information for administering an instrument.

Properties

Name Type Cardinality
associatedImage StructuredString 0..1
instructionText DynamicText 0..n

associatedImage

An image associated with the Instruction, located at the provided URN or URL.

instructionText

The content of the Instruction text provided using DynamicText. Note that when using Dynamic Text, the full InstructionText must be repeated for multi-language versions of the content. The InstructionText may also be repeated to provide a dynamic and plain text version of the instruction. This allows for accurate rendering of the instruction in a non-dynamic environment like print.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Instruction [ label = "{<id>Instruction | + associatedImage : StructuredString \l + instructionText : DynamicText \l \l \l| \l \l}" tooltip = "DataCapture:Instruction" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0044ff" ] DDI4_InstrumentComponent [ label = "{<id>InstrumentComponent | \l \l| <InstrumentComponenthasInstructions> hasInstructions \l| <InstrumentComponenthasExternalAids> hasExternalAids \l \l}" tooltip = "DataCapture:InstrumentComponent" ]; } DDI4_Instruction -> DDI4_InstrumentComponent [arrowhead=empty color="#000000" ]; }