Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Per ODM-13, combined notes in the Attributes table. Removed ", but does not include the def:DocumentRef child element" as it is not correct.

Defines an individual member value of a codelist including display format.. It may include a display value in the child Decode element

Include Page
CodeListItem Element
CodeListItem Element

Include Page
CodeListItem Attributes
CodeListItem Attributes

Defines an individual member value of a codelist including display format. The actual value is given, along with a set of print/display-forms. The CodedValue must be an acceptable value of the DataType of the containing CodeList.

The CodeListItems within a single CodeList must not have duplicate CodedValues (as interpreted by the CodeList's DataType).

The Rank attribute may be used where the relative value corresponding to an enumeration cannot or should not be determined by its lexical order. For example, if you have a list of enumerated text values including "Low", "Medium", and "High" and wish to assign these relative numeric values 1, 2, and 3 respectively, you should include a Rank attribute for each CodeListItem defined. Without the applied rank attribute, the normal lexical ordering would be "High", "Low", and "Medium".

The OrderNumbers provide an ordering on the CodeListItems (within a containing CodeList) for use whenever a list of CodeList Items is presented to a user. They do not imply anything about event scheduling, time ordering, or data correctness.

The CodeListItems within a single CodeList must not have duplicate Ranks or OrderNumbers.

Pagenav2