Defines an individual member value of a valid value list.

Element NameEnumeratedItem
Parent Element(s)CodeList
Element XPath(s)/ODM/Study/MetaDataVersion/CodeList/EnumeratedItem
Element Textual ValueNone
Usage
  • Optional
  • A CodeList element may have one or more CodeListItems or one or more EnumeratedItems.

A Codelist may not have both CodeListItem and EnumeratedItem elements.

AttributesCodedValue, Rank, OrderNumber, CommentOID
Child Elements(Description?, Coding*, Alias*)

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rules
CodedValuetextRequiredValue of the codelist item (as it would occur in clinical data).For ItemDef elements that reference a CodeList element containing CodeListItem child elements, ItemData values must match a CodedValue attribute. 
RankfloatOptionalNumeric significance of the CodeListItem relative to others in the CodeList.If Rank is provided for any CodeListItem in a CodeList, it must be provided for all.
Other(Yes)OptionalSignfies that the term represents "other" content.
OrderNumberintegerOptionalOrdering on the Items (within a containing CodeListItem) for use whenever a list of Items is presented to a user.If OrderNumber is provided for any CodeListItem, it must be provided for all.
CommentOIDoidrefOptionalReference to a CommentDef.Must match the OID for a CommentDef within the Study/MetaDataVersion.

Defines an individual member value of a valid value list. Only the coded value is given. If print/display-forms are needed, CodeListItem should be used. CodeListItems and EnumeratedItems may not be mixed within a single codelistThe CodedValue must be an acceptable value of the DataType of the containing CodeList.

The EnumeratedItems within a single CodeList element 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 EnumeratedItem defined. Without the applied rank attribute, the normal lexical ordering would be "High", "Low", and "Medium".

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

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

  • No labels