Class: CodeListItem

A structured member of a CodeList that extends the Coding class with additional context-specific properties

URI: [odm:class/CodeListItem](https://cdisc.org/odm2/class/CodeListItem)
erDiagram
CodeListItem {
    string description  
    string codedValue  
    string decode  
    boolean other  
    decimal weight  
    stringList aliases  
}
Coding {
    AliasPredicate aliasType  
    string code  
    string codeSystem  
    string codeSystemVersion  
    string decode  
}

CodeListItem ||--|o Coding : "coding"

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [codedValue](../slots/codedValue.md) | 1
[String](../types/String.md) | The value of the CodeListItem before decoding | direct | | [decode](../slots/decode.md) | 0..1
[String](../types/String.md) | The decoded value of the CodeListItem | direct | | [description](../slots/description.md) | 0..1
[String](../types/String.md) or 
[TranslatedText](../classes/TranslatedText.md) | A detailed description of the code (e.g., for documentation purposes) | direct | | [coding](../slots/coding.md) | 0..1
[Coding](../classes/Coding.md) | The dictionary definition of the CodeListItem | direct | | [aliases](../slots/aliases.md) | *
[String](../types/String.md) or 
[TranslatedText](../classes/TranslatedText.md) | Alternative labels for the code (ODM Alias, skos:altLabel) | direct | | [weight](../slots/weight.md) | 0..1
[Decimal](../types/Decimal.md) | Numeric significance of the code (e.g., for scoring) | direct | | [other](../slots/other.md) | 0..1
[Boolean](../types/Boolean.md) | Flag to indicate that the term represents "other" content | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CodeList](../classes/CodeList.md) | [codeListItems](../slots/codeListItems.md) | range | [CodeListItem](../classes/CodeListItem.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:CodeListItem | | native | odm:CodeListItem | | exact | odm:CodeListItem | | narrow | sdmx:Code, sdmx:ValueItem | | close | usdm:AliasCode, usdm:ResponseCode, fhir:CodeableConcept, omop:Concept | ## LinkML Source ### Direct
name: CodeListItem
description: A structured member of a CodeList that extends the Coding class with
  additional context-specific properties
from_schema: https://cdisc.org/dds
exact_mappings:
- odm:CodeListItem
close_mappings:
- usdm:AliasCode
- usdm:ResponseCode
- fhir:CodeableConcept
- omop:Concept
narrow_mappings:
- sdmx:Code
- sdmx:ValueItem
attributes:
  codedValue:
    name: codedValue
    description: The value of the CodeListItem before decoding
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - CodeListItem
    range: string
    required: true
  decode:
    name: decode
    description: The decoded value of the CodeListItem
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - CodeListItem
    - Coding
    range: string
  description:
    name: description
    description: A detailed description of the code (e.g., for documentation purposes)
    from_schema: https://cdisc.org/dds
    domain_of:
    - Labelled
    - CodeListItem
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: The dictionary definition of the CodeListItem
    from_schema: https://cdisc.org/dds
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    inlined: true
  aliases:
    name: aliases
    description: Alternative labels for the code (ODM Alias, skos:altLabel)
    from_schema: https://cdisc.org/dds
    domain_of:
    - Labelled
    - CodeListItem
    multivalued: true
    any_of:
    - range: string
    - range: TranslatedText
  weight:
    name: weight
    description: Numeric significance of the code (e.g., for scoring)
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - CodeListItem
    range: decimal
  other:
    name: other
    description: Flag to indicate that the term represents "other" content
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - CodeListItem
    range: boolean
### Induced
name: CodeListItem
description: A structured member of a CodeList that extends the Coding class with
  additional context-specific properties
from_schema: https://cdisc.org/dds
exact_mappings:
- odm:CodeListItem
close_mappings:
- usdm:AliasCode
- usdm:ResponseCode
- fhir:CodeableConcept
- omop:Concept
narrow_mappings:
- sdmx:Code
- sdmx:ValueItem
attributes:
  codedValue:
    name: codedValue
    description: The value of the CodeListItem before decoding
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: CodeListItem
    domain_of:
    - CodeListItem
    range: string
    required: true
  decode:
    name: decode
    description: The decoded value of the CodeListItem
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: CodeListItem
    domain_of:
    - CodeListItem
    - Coding
    range: string
  description:
    name: description
    description: A detailed description of the code (e.g., for documentation purposes)
    from_schema: https://cdisc.org/dds
    owner: CodeListItem
    domain_of:
    - Labelled
    - CodeListItem
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: The dictionary definition of the CodeListItem
    from_schema: https://cdisc.org/dds
    owner: CodeListItem
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    inlined: true
  aliases:
    name: aliases
    description: Alternative labels for the code (ODM Alias, skos:altLabel)
    from_schema: https://cdisc.org/dds
    owner: CodeListItem
    domain_of:
    - Labelled
    - CodeListItem
    multivalued: true
    any_of:
    - range: string
    - range: TranslatedText
  weight:
    name: weight
    description: Numeric significance of the code (e.g., for scoring)
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: CodeListItem
    domain_of:
    - CodeListItem
    range: decimal
  other:
    name: other
    description: Flag to indicate that the term represents "other" content
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: CodeListItem
    domain_of:
    - CodeListItem
    range: boolean