Class: Comment

A descriptive element that contains explanatory text provided by a data or metadata handler

URI: odm:class/Comment

erDiagram
Comment {
    string text  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}
Coding {
    string code  
    string decode  
    string codeSystem  
    string codeSystemVersion  
    AliasPredicate aliasType  
}
DocumentReference {
    string title  
    string leafID  
    integerList pages  
    string relationship  
    string version  
    string href  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}

Comment ||--}o DocumentReference : "documents"
Comment ||--}o Coding : "coding"
DocumentReference ||--}o Coding : "coding"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
text 1
String or 
String or 
TranslatedText
The comment text. direct
documents *
DocumentReference
References to documents that contain or are referenced by this comment direct
OID 1
String
Local identifier within this study/context. Use CDISC OID format for regulatory submissions, or simple strings for internal use. Identifiable
uuid 0..1
String
Universal unique identifier Identifiable
name 0..1
String
Short name or identifier, used for field names Labelled
description 0..1
String or 
String or 
TranslatedText
Detailed description, shown in tooltips Labelled
coding *
Coding
Semantic tags for this element Labelled
label 0..1
String or 
String or 
TranslatedText
Human-readable label, shown in UIs Labelled
aliases *
String or 
String or 
TranslatedText
Alternative name or identifier Labelled

Usages

used by used in type used
GovernedElement comments range Comment
GovernedElement siteOrSponsorComments range Comment
Governed comments range Comment
Governed siteOrSponsorComments range Comment
MetaDataVersion comments range Comment
MetaDataVersion siteOrSponsorComments range Comment
Item comments range Comment
Item siteOrSponsorComments range Comment
ItemGroup comments range Comment
ItemGroup siteOrSponsorComments range Comment
CodeList comments range Comment
CodeList siteOrSponsorComments range Comment
ReifiedConcept comments range Comment
ReifiedConcept siteOrSponsorComments range Comment
ConceptProperty comments range Comment
ConceptProperty siteOrSponsorComments range Comment
Condition comments range Comment
Condition siteOrSponsorComments range Comment
Method comments range Comment
Method siteOrSponsorComments range Comment
SiteOrSponsorComment comments range Comment
SiteOrSponsorComment siteOrSponsorComments range Comment
NominalOccurrence comments range Comment
NominalOccurrence siteOrSponsorComments range Comment
DataStructureDefinition comments range Comment
DataStructureDefinition siteOrSponsorComments range Comment
Dataflow comments range Comment
Dataflow siteOrSponsorComments range Comment
CubeComponent comments range Comment
CubeComponent siteOrSponsorComments range Comment
Measure comments range Comment
Measure siteOrSponsorComments range Comment
Dimension comments range Comment
Dimension siteOrSponsorComments range Comment
DataAttribute comments range Comment
DataAttribute siteOrSponsorComments range Comment
DataProduct comments range Comment
DataProduct siteOrSponsorComments range Comment
ProvisionAgreement comments range Comment
ProvisionAgreement siteOrSponsorComments range Comment

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self odm:Comment
native odm:Comment
exact odm:CommentDef, usdm:CommentAnnotation, fhir:Annotation, sdmx:Annotation

LinkML Source

Direct

name: Comment
description: A descriptive element that contains explanatory text provided by a data
  or metadata handler
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:CommentDef
- usdm:CommentAnnotation
- fhir:Annotation
- sdmx:Annotation
is_a: IdentifiableElement
attributes:
  text:
    name: text
    description: The comment text.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Comment
    - SiteOrSponsorComment
    required: true
    any_of:
    - range: string
    - range: TranslatedText
  documents:
    name: documents
    description: References to documents that contain or are referenced by this comment
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Comment
    range: DocumentReference
    multivalued: true

Induced

name: Comment
description: A descriptive element that contains explanatory text provided by a data
  or metadata handler
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:CommentDef
- usdm:CommentAnnotation
- fhir:Annotation
- sdmx:Annotation
is_a: IdentifiableElement
attributes:
  text:
    name: text
    description: The comment text.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: text
    owner: Comment
    domain_of:
    - Comment
    - SiteOrSponsorComment
    required: true
    any_of:
    - range: string
    - range: TranslatedText
  documents:
    name: documents
    description: References to documents that contain or are referenced by this comment
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: documents
    owner: Comment
    domain_of:
    - Comment
    range: DocumentReference
    multivalued: true
  OID:
    name: OID
    description: Local identifier within this study/context. Use CDISC OID format
      for regulatory submissions, or simple strings for internal use.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    identifier: true
    alias: OID
    owner: Comment
    domain_of:
    - Identifiable
    range: string
    required: true
    pattern: ^[A-Za-z][A-Za-z0-9._-]*$
  uuid:
    name: uuid
    description: Universal unique identifier
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: uuid
    owner: Comment
    domain_of:
    - Identifiable
    range: string
  name:
    name: name
    description: Short name or identifier, used for field names
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: name
    owner: Comment
    domain_of:
    - Labelled
    - Standard
    range: string
  description:
    name: description
    description: Detailed description, shown in tooltips
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: description
    owner: Comment
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: Semantic tags for this element
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: coding
    owner: Comment
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    description: Human-readable label, shown in UIs
    from_schema: https://cdisc.org/define-json
    exact_mappings:
    - skos:prefLabel
    rank: 1000
    alias: label
    owner: Comment
    domain_of:
    - Labelled
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  aliases:
    name: aliases
    description: Alternative name or identifier
    from_schema: https://cdisc.org/define-json
    exact_mappings:
    - skos:altLabel
    rank: 1000
    alias: aliases
    owner: Comment
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: string
    - range: TranslatedText