Class: TerminologyExtension
An extensible set of controlled terminology that has been extended with at least one sponsor-defined term.
classDiagram
class TerminologyExtension
TerminologyExtension : enumeration
TerminologyExtension --|> ExtensibleTerminologyEnum : enumeration
TerminologyExtension : id
TerminologyExtension : sponsorTerms
TerminologyExtension --|> SponsorTerm : sponsorTerms
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
The assigned identifying value for the instance of the class | direct |
enumeration | 0..1 ExtensibleTerminologyEnum |
The name of the extensible enumeration | direct |
sponsorTerms | 1..* SponsorTerm |
The sponsor-defined terms added to the extensible terminology | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
ReportingEvent | terminologyExtensions | range | TerminologyExtension |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:TerminologyExtension |
native | ars:TerminologyExtension |
LinkML Source
Direct
name: TerminologyExtension
description: An extensible set of controlled terminology that has been extended with
at least one sponsor-defined term.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- id
- enumeration
- sponsorTerms
Induced
name: TerminologyExtension
description: An extensible set of controlled terminology that has been extended with
at least one sponsor-defined term.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
id:
name: id
description: The assigned identifying value for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
identifier: true
alias: id
owner: TerminologyExtension
domain_of:
- ReportingEvent
- ReferenceDocument
- TerminologyExtension
- SponsorTerm
- AnalysisOutputCategorization
- AnalysisOutputCategory
- AnalysisSet
- DataSubset
- GroupingFactor
- Group
- AnalysisMethod
- Operation
- ReferencedOperationRelationship
- Analysis
- DisplaySubSection
- Output
- OutputDisplay
range: string
required: true
enumeration:
name: enumeration
description: The name of the extensible enumeration.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: enumeration
owner: TerminologyExtension
domain_of:
- TerminologyExtension
range: ExtensibleTerminologyEnum
sponsorTerms:
name: sponsorTerms
description: The sponsor-defined terms added to the extensible terminology.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: true
alias: sponsorTerms
owner: TerminologyExtension
domain_of:
- TerminologyExtension
range: SponsorTerm
required: true
inlined: true
inlined_as_list: true