Class: SeriesKey

A unique identifier that comprises the cross-product of dimension values including Time to identify observations, representing dimensions shared by all observations in a conceptual series

URI: odm:class/SeriesKey

erDiagram
SeriesKey {
    string describedBy  
    string keyValues  
    string attributeValues  
}



Inheritance

Slots

Name Cardinality and Range Description Inheritance
describedBy 0..1
String or 
Dimension or 
ComponentList
Associates the Dimension Descriptor defined in the Data Structure Definition DatasetKey
keyValues 0..1
String
List of Key Values that comprise each key, separated by a dot e.g. SUBJ001.VISIT2.BMI DatasetKey
attributeValues 0..1
String
Association to the Attribute Values relating to Key DatasetKey

Usages

used by used in type used
Dataset keys any_of[range] SeriesKey

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/define-json

Mappings

Mapping Type Mapped Value
self odm:SeriesKey
native odm:SeriesKey
exact sdmx:SeriesKey

LinkML Source

Direct

name: SeriesKey
description: A unique identifier that comprises the cross-product of dimension values
  including Time to identify observations, representing dimensions shared by all observations
  in a conceptual series
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:SeriesKey
is_a: DatasetKey

Induced

name: SeriesKey
description: A unique identifier that comprises the cross-product of dimension values
  including Time to identify observations, representing dimensions shared by all observations
  in a conceptual series
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:SeriesKey
is_a: DatasetKey
attributes:
  describedBy:
    name: describedBy
    description: Associates the Dimension Descriptor defined in the Data Structure
      Definition
    from_schema: https://cdisc.org/define-json
    alias: describedBy
    owner: SeriesKey
    domain_of:
    - Dataset
    - DatasetKey
    range: string
    any_of:
    - range: Dimension
    - range: ComponentList
  keyValues:
    name: keyValues
    description: List of Key Values that comprise each key, separated by a dot e.g.
      SUBJ001.VISIT2.BMI
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: keyValues
    owner: SeriesKey
    domain_of:
    - DatasetKey
    range: string
  attributeValues:
    name: attributeValues
    description: Association to the Attribute Values relating to Key
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: attributeValues
    owner: SeriesKey
    domain_of:
    - DatasetKey
    range: string