Class: Identifiable
A mixin that provides slots for making an entity addressable within a study or context
erDiagram
Identifiable {
string OID
string uuid
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
OID | 1 String |
Local identifier within this study/context. Use CDISC OID format for regulatory submissions, or simple strings for internal use. | direct |
uuid | 0..1 String |
Universal unique identifier | direct |
Mixin Usage
mixed into | description |
---|---|
IdentifiableElement | |
GovernedElement |
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/define-json
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:Identifiable |
native | odm:Identifiable |
LinkML Source
Direct
name: Identifiable
description: A mixin that provides slots for making an entity addressable within a
study or context
from_schema: https://cdisc.org/define-json
mixin: true
attributes:
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
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
domain_of:
- Identifiable
range: string
Induced
name: Identifiable
description: A mixin that provides slots for making an entity addressable within a
study or context
from_schema: https://cdisc.org/define-json
mixin: true
attributes:
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: Identifiable
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: Identifiable
domain_of:
- Identifiable
range: string