Class: IsODMStandard

A mixin that provides properties to indicate standards compliance

URI: dds:class/IsODMStandard

erDiagram
Coding {
    AliasPredicate aliasType  
    string code  
    string codeSystem  
    string codeSystemVersion  
    string decode  
}
IsODMStandard {
    boolean isNonStandard  
}
Standard {
    PublishingSet publishingSet  
    StandardStatus status  
    StandardType type  
    string version  
    StandardName name  
    string description  
    string OID  
    stringList aliases  
    string label  
    string uuid  
}

IsODMStandard ||--|o Standard : "standard"
Standard ||--}o Coding : "coding"

Class Properties

Property Value
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
standard 0..1
Standard
Reference to the standard being implemented direct
isNonStandard 0..1
Boolean
One or more members of this set are non-standard extensions direct

Mixin Usage

mixed into description
ItemGroup A collection element that groups related items or subgroups within a specific context, used for tables, FHIR resource profiles, biomedical concept specializations, or form sections
CodeList A value set that defines a discrete collection of permissible values for an item, corresponding to the ODM CodeList construct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: IsODMStandard
description: A mixin that provides properties to indicate standards compliance
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  standard:
    name: standard
    description: Reference to the standard being implemented
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - IsODMStandard
    range: Standard
  isNonStandard:
    name: isNonStandard
    description: One or more members of this set are non-standard extensions
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - IsODMStandard
    range: boolean

Induced

name: IsODMStandard
description: A mixin that provides properties to indicate standards compliance
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  standard:
    name: standard
    description: Reference to the standard being implemented
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: IsODMStandard
    domain_of:
    - IsODMStandard
    range: Standard
  isNonStandard:
    name: isNonStandard
    description: One or more members of this set are non-standard extensions
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: IsODMStandard
    domain_of:
    - IsODMStandard
    range: boolean