Class: CodeListRef

A reference to a CodeList definition.

URI: odm:CodeListRef

erDiagram
CodeListRef {

}
CodeList {
    oid OID  
    nameType name  
    CLDataType dataType  
    YesOnly isNonStandard  
}
Alias {
    text context  
    text name  
}
Coding {
    text code  
    uriorcurie system  
    text systemName  
    text systemVersion  
    text label  
    uriorcurie href  
    uriorcurie ref  
    text commentOID  
}
CodeListItem {
    valueType codedValue  
    decimal rank  
    YesOnly other  
    positiveInteger orderNumber  
    YesOnly extendedValue  
}
Description {

}
Standard {
    oid OID  
    StandardName name  
    StandardType type  
    StandardPublishingSet publishingSet  
    text version  
    StandardStatus status  
}
CommentDef {
    oid OID  
}

CodeListRef ||--|| CodeList : "codeListOID"
CodeList ||--|o CommentDef : "commentOID"
CodeList ||--|o Standard : "standardOID"
CodeList ||--|o Description : "description"
CodeList ||--}o CodeListItem : "codeListItem"
CodeList ||--}o Coding : "coding"
CodeList ||--}o Alias : "alias"
CodeListItem ||--|o CommentDef : "commentOID"
CodeListItem ||--|o Description : "description"
CodeListItem ||--|o Decode : "decode"
CodeListItem ||--}o Coding : "coding"
CodeListItem ||--}o Alias : "alias"
Description ||--}o TranslatedText : "translatedText"
Standard ||--|o CommentDef : "commentOID"
CommentDef ||--|o Description : "description"
CommentDef ||--}o DocumentRef : "documentRef"

Slots

Name Cardinality* and Range Description Inheritance
codeListOID 1..1
CodeList
Reference to the CodeList definition that provides the allowable values for I... direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
ItemDef codeListRef range CodeListRef

See Also

Identifier and Mapping Information

Schema Source

  • from schema: http://www.cdisc.org/ns/odm/v2.0

Mappings

Mapping Type Mapped Value
self odm:CodeListRef
native odm:CodeListRef

LinkML Source

Direct

name: CodeListRef
description: A reference to a CodeList definition.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/CodeListRef
rank: 1000
slots:
- codeListOID
slot_usage:
  codeListOID:
    name: codeListOID
    description: Reference to the CodeList definition that provides the allowable
      values for ItemData that references the ItemDef.
    comments:
    - 'Optional

      range: oidref'
    domain_of:
    - CodeListRef
    - FlagValue
    - FlagType
    range: CodeList
    required: true
class_uri: odm:CodeListRef

Induced

name: CodeListRef
description: A reference to a CodeList definition.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/CodeListRef
rank: 1000
slot_usage:
  codeListOID:
    name: codeListOID
    description: Reference to the CodeList definition that provides the allowable
      values for ItemData that references the ItemDef.
    comments:
    - 'Optional

      range: oidref'
    domain_of:
    - CodeListRef
    - FlagValue
    - FlagType
    range: CodeList
    required: true
attributes:
  codeListOID:
    name: codeListOID
    description: Reference to the CodeList definition that provides the allowable
      values for ItemData that references the ItemDef.
    comments:
    - 'Optional

      range: oidref'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    alias: codeListOID
    owner: CodeListRef
    domain_of:
    - CodeListRef
    - FlagValue
    - FlagType
    range: CodeList
    required: true
class_uri: odm:CodeListRef