Class: IsODMStandard
A mixin that provides properties to indicate standards compliance
erDiagram
IsODMStandard {
boolean isNonStandard
}
Standard {
StandardName name
StandardType type
PublishingSet publishingSet
string version
StandardStatus status
string OID
string uuid
string description
string label
stringList aliases
}
Coding {
string code
string decode
string codeSystem
string codeSystemVersion
AliasPredicate aliasType
}
IsODMStandard ||--|o Standard : "standard"
Standard ||--}o Coding : "coding"
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/define-json
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | odm:IsODMStandard |
| native | odm:IsODMStandard |
LinkML Source
Direct
name: IsODMStandard
description: A mixin that provides properties to indicate standards compliance
from_schema: https://cdisc.org/define-json
mixin: true
attributes:
standard:
name: standard
description: Reference to the standard being implemented
from_schema: https://cdisc.org/define-json
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/define-json
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/define-json
mixin: true
attributes:
standard:
name: standard
description: Reference to the standard being implemented
from_schema: https://cdisc.org/define-json
rank: 1000
alias: standard
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/define-json
rank: 1000
alias: isNonStandard
owner: IsODMStandard
domain_of:
- IsODMStandard
range: boolean