Entry
Each Entry must have an EntryType specified, which determines how the ISO 13606 Entry will be represented in HL7 CDA. When Entries are selected as the content of Sections, only the Entries of the EntryType corresponding to the SectionContext of the Section are available for selection.
If an Entry is unexpectedly not available for selection as content for a Section then the most likely cause is the EntryType and SectionContext do not match.
Property |
Description |
---|---|
Identifier |
Unique identifier for the ISO-13606 Entry. |
DisplayName |
Label used when selecting the Entry |
Hint |
Description displayed when the user hovers over the Entry |
Alert |
Text displayed in a distinctive style with the Entry. Can be used as a dynamic alert by setting Conditions on the Entry. |
Extension |
The extension to the Identifier. The purpose of the extension is to allow for specialization of identified Entries. The Entry Identifier is used to define the structure of the health record, but the Extension is used in calculations. This means that the same Entry (same extension) can be defined with different behaviours (specified for Entries with different Identifiers, referring to the same Extension) Selected from the existing Entry Identifiers. If no Extension is specified for an Entry then it defaults to be the same as the Identifier |
Information |
An Entry displayed in the Information pane of the user interface that can contain additional information about the Entry to which it is associated. The Information Entry is displayed as Read Only but can include calculations. This could be used (for example) to display a different URL to external information, depending on the values of Elements in the associated Entry. |
EntryRelationship |
Used to define additional information about an
|
Subject |
The Composition that is the subject of an Act. Only selectable if the Entry has an EntryType of Act. |
EntryType |
The HL7 CDA entry type. This determines the SectionContext in which the Entry can be selected. If the EntryType is not set, then the Entry cannot be used, since it won't appear in the drop down selection for the Contents of any Section. The EntryType also determines the HL7 CDA element that is generated.
|
CRUD |
How the Entry is instantiated when the Composition is loaded
|
Occurrence |
The cardinality of the Entry (one or many)
|
InitialValue |
How the Entry is instantiated when the Composition is loaded
|
Sequence |
Determines the layout of Clusters and Elements contained in the Entry.
|
SortOrder |
For a Multiple Entry only (Occurrence = MultipleEntry)
|
SortCriteria |
The Element used to sort a MultipleEntry or as the key to look up the value of a directory Entry. |
CategorizationCriteria |
The Element used to categorize a MultipleEntry. The multiple entries are split into categories – one category for each value of the Element specified as the CategorizationCriteria. This Element must exist as content of the Entry. |
Rendition |
The way in which the Entry is rendered on screen for user interaction
|
Scope |
For Multiple Entry (Occurrence = MultipleEntry) or Element
|
CohortSearch |
|
EvaluationContext |
Conditions used to constrain the Compositions in the record from which default values for any Elements in the Entry are calculated when the Composition is loaded. |
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 Entry 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 entry is in-scope, if the Condition evaluates to false then the Entry is out-of-scope. Any out-of-scope Entry 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. |
Content |
Set of Clusters and Elements contained in the Entry |