Class: Comment

A free-text (uninterpreted) comment about clinical data. The comment may have come from the sponsor or the clinical site.

URI: odm:Comment

erDiagram
Comment {
    CommentType sponsorOrSite  
}
TranslatedText {
    languageType language  
    text type  
    contentType content  
}

Comment ||--}o TranslatedText : "translatedText"

Slots

Name Cardinality* and Range Description Inheritance
sponsorOrSite 0..1
CommentType
Source of the comment. direct
translatedText 0..*
TranslatedText
TranslatedText reference: Human-readable text that is appropriate for a parti... direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
Annotation comment range Comment

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:Comment
native odm:Comment

LinkML Source

Direct

name: Comment
description: A free-text (uninterpreted) comment about clinical data. The comment
  may have come from the sponsor or the clinical site.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Comment
rank: 1000
slots:
- sponsorOrSite
- translatedText
slot_usage:
  sponsorOrSite:
    name: sponsorOrSite
    description: Source of the comment.
    comments:
    - 'Optional

      enum values: (Sponsor | Site)'
    domain_of:
    - Comment
    range: CommentType
  translatedText:
    name: translatedText
    multivalued: true
    domain_of:
    - Description
    - Question
    - Definition
    - Prompt
    - CRFCompletionInstructions
    - ImplementationNotes
    - CDISCNotes
    - ErrorMessage
    - Decode
    - Comment
    range: TranslatedText
    inlined: true
    inlined_as_list: true
class_uri: odm:Comment

Induced

name: Comment
description: A free-text (uninterpreted) comment about clinical data. The comment
  may have come from the sponsor or the clinical site.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Comment
rank: 1000
slot_usage:
  sponsorOrSite:
    name: sponsorOrSite
    description: Source of the comment.
    comments:
    - 'Optional

      enum values: (Sponsor | Site)'
    domain_of:
    - Comment
    range: CommentType
  translatedText:
    name: translatedText
    multivalued: true
    domain_of:
    - Description
    - Question
    - Definition
    - Prompt
    - CRFCompletionInstructions
    - ImplementationNotes
    - CDISCNotes
    - ErrorMessage
    - Decode
    - Comment
    range: TranslatedText
    inlined: true
    inlined_as_list: true
attributes:
  sponsorOrSite:
    name: sponsorOrSite
    description: Source of the comment.
    comments:
    - 'Optional

      enum values: (Sponsor | Site)'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    alias: sponsorOrSite
    owner: Comment
    domain_of:
    - Comment
    range: CommentType
  translatedText:
    name: translatedText
    description: 'TranslatedText reference: Human-readable text that is appropriate
      for a particular language. TranslatedText elements typically occur in a series,
      presenting a set of alternative textual renditions for different languages and
      types.'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    multivalued: true
    alias: translatedText
    owner: Comment
    domain_of:
    - Description
    - Question
    - Definition
    - Prompt
    - CRFCompletionInstructions
    - ImplementationNotes
    - CDISCNotes
    - ErrorMessage
    - Decode
    - Comment
    range: TranslatedText
    inlined: true
    inlined_as_list: true
class_uri: odm:Comment