Section
For every Section it is important to specify the SectionContext since this defines the type of Composition in which the Section may be used; if no SectionContext is specified then the Section will not be available for selection in any drop-down menus on the Composition sheets.
If on a Composition sheet there are no Sections available for selection as Content, or the expected Sections are absent, then the most likely cause is that the SectionContext is not correctly specified for the Section.
Property |
Description |
---|---|
Identifier |
Unique identifier for the ISO-13606 Section. |
DisplayName |
Label used when selecting the Section |
Hint |
Description displayed when the user hovers over the Section selection |
Alert |
Text displayed in a distinctive style with the Section. Can be used as a dynamic alert by setting Conditions on the Section. |
SectionContext |
The context in which the Section is used;
|
Sequence |
Determines the layout of Sections or Entries contained in the Section for Compositions. In addition, for Pathway compositions the Sequence determines whether the contained activities (Acts) are to be performed in sequence or in parallel.
|
Rendition |
The way in which the Section is rendered on screen for user interaction
|
Pre-conditions |
Result of the expression is cast to xs:boolean These pre-conditions are evaluated once, when the Composition is loaded; any out-of- scope Section is removed from the Composition before any user interaction begins. |
Conditions |
The Condition is evaluated continuously as the containing Composition is edited by the user. If the Condition evaluates to true then the Section is in-scope, if the Condition evaluates to false then the Section is out-of-scope. Any out-of-scope Section has its visibility set to false, is hidden from the user, does not get used in other calculations and is removed from the Composition before it is committed to the patient record. |
EvaluationContext |
Conditions used to constrain the Compositions in the record from which default values for any Elements in the Section are calculated when the Composition is loaded. |
Content |
Selected identifiers of the content of the Section – can be other Sections (i.e. sub- sections) or Entries. The available selection is determined by the SectionContext – only sections of the same SectionContext, or Entries of the EntryType associated with the SectionContext can be selected as content. |