Class: StudyMetadata

A mixin that provides study-level metadata attributes including study identification and protocol information

URI: odm:class/StudyMetadata

erDiagram
StudyMetadata {
    string studyOID  
    string studyName  
    string studyDescription  
    string protocolName  
}



Slots

Name Cardinality and Range Description Inheritance
studyOID 1
String
Unique identifier for the study direct
studyName 0..1
String
Name of the study direct
studyDescription 0..1
String
Description of the study direct
protocolName 0..1
String
Protocol name for the study direct

Mixin Usage

mixed into description
MetaDataVersion A container element that represents a given version of a specification, linking to a particular usage context such as a study, dataset, or data collection instrument.

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: StudyMetadata
description: A mixin that provides study-level metadata attributes including study
  identification and protocol information
from_schema: https://cdisc.org/define-json
mixin: true
attributes:
  studyOID:
    name: studyOID
    description: Unique identifier for the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
    required: true
  studyName:
    name: studyName
    description: Name of the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
  studyDescription:
    name: studyDescription
    description: Description of the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
  protocolName:
    name: protocolName
    description: Protocol name for the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string

Induced

name: StudyMetadata
description: A mixin that provides study-level metadata attributes including study
  identification and protocol information
from_schema: https://cdisc.org/define-json
mixin: true
attributes:
  studyOID:
    name: studyOID
    description: Unique identifier for the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: studyOID
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
    required: true
  studyName:
    name: studyName
    description: Name of the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: studyName
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
  studyDescription:
    name: studyDescription
    description: Description of the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: studyDescription
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
  protocolName:
    name: protocolName
    description: Protocol name for the study
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: protocolName
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string