Class: Identifiable

A mixin that provides slots for making an entity addressable within a study or context

URI: [odm:class/Identifiable](https://cdisc.org/odm2/class/Identifiable)
erDiagram
Identifiable {
    string OID  
    string uuid  
}



## Class Properties | Property | Value | | --- | --- | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [OID](../slots/OID.md) | 1
[String](../types/String.md) | Local identifier within this study/context. Use CDISC OID format for regulatory submissions, or simple strings for internal use. | direct | | [uuid](../slots/uuid.md) | 0..1
[String](../types/String.md) | Universal unique identifier | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [IdentifiableElement](../classes/IdentifiableElement.md) | | | [GovernedElement](../classes/GovernedElement.md) | | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## 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/dds
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/dds
    rank: 1000
    identifier: true
    domain_of:
    - Identifiable
    range: string
    required: false
  uuid:
    name: uuid
    description: Universal unique identifier
    from_schema: https://cdisc.org/dds
    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/dds
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/dds
    rank: 1000
    identifier: true
    owner: Identifiable
    domain_of:
    - Identifiable
    range: string
    required: true
  uuid:
    name: uuid
    description: Universal unique identifier
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Identifiable
    domain_of:
    - Identifiable
    range: string