Class: StudyMetadata

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

URI: dds: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
Specification The root specification container: a versioned, governed definition of the data model for a study or data product. Links items, item groups, methods, code lists, concepts, and study design references. Projects to Define-XML MetaDataVersion, FHIR ImplementationGuide, and OMOP CDM metadata. ODMSerializationMetadata is applied by the ODM output generator, not here.

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/dds

Mappings

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

LinkML Source

Direct

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

Induced

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