Class: Organization

An entity that represents organizational information, such as a site or sponsor

URI: odm:class/Organization

erDiagram
Organization {
    string role  
    OrganizationType type  
    string location  
    string address  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}
Coding {
    string code  
    string decode  
    string codeSystem  
    string codeSystemVersion  
    AliasPredicate aliasType  
}

Organization ||--|o Organization : "partOfOrganization"
Organization ||--}o Coding : "coding"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
role 0..1
String
The role of the organization in the study. direct
type 0..1
OrganizationType
The type of organization (e.g., site, sponsor, vendor). direct
location 0..1
String
The physical location of the organization. direct
address 0..1
String
The address of the organization. direct
partOfOrganization 0..1
Organization
Reference to a parent organization if this organization is part of a larger entity. direct
OID 1
String
Local identifier within this study/context. Use CDISC OID format for regulatory submissions, or simple strings for internal use. Identifiable
uuid 0..1
String
Universal unique identifier Identifiable
name 0..1
String
Short name or identifier, used for field names Labelled
description 0..1
String or 
String or 
TranslatedText
Detailed description, shown in tooltips Labelled
coding *
Coding
Semantic tags for this element Labelled
label 0..1
String or 
String or 
TranslatedText
Human-readable label, shown in UIs Labelled
aliases *
String or 
String or 
TranslatedText
Alternative name or identifier Labelled

Usages

used by used in type used
GovernedElement owner any_of[range] Organization
Governed owner any_of[range] Organization
IsProfile authenticator any_of[range] Organization
MetaDataVersion owner any_of[range] Organization
Item owner any_of[range] Organization
ItemGroup authenticator any_of[range] Organization
ItemGroup owner any_of[range] Organization
CodeList owner any_of[range] Organization
Dictionary publishedBy any_of[range] Organization
ReifiedConcept owner any_of[range] Organization
ConceptProperty owner any_of[range] Organization
Condition owner any_of[range] Organization
Method owner any_of[range] Organization
SiteOrSponsorComment source any_of[range] Organization
SiteOrSponsorComment owner any_of[range] Organization
User organization range Organization
Organization partOfOrganization range Organization
NominalOccurrence owner any_of[range] Organization
DataStructureDefinition authenticator any_of[range] Organization
DataStructureDefinition owner any_of[range] Organization
Dataflow owner any_of[range] Organization
Dataset publishedBy any_of[range] Organization
Dataset authenticator any_of[range] Organization
CubeComponent owner any_of[range] Organization
Measure owner any_of[range] Organization
Dimension owner any_of[range] Organization
DataAttribute owner any_of[range] Organization
DataProduct dataProductOwner any_of[range] Organization
DataProduct owner any_of[range] Organization
DataProvider partOfOrganization range Organization
ProvisionAgreement owner any_of[range] Organization

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/define-json

Mappings

Mapping Type Mapped Value
self odm:Organization
native odm:Organization
exact odm:Organization, usdm:Organization, sdmx:Organisation
broad prov:Agent

LinkML Source

Direct

name: Organization
description: An entity that represents organizational information, such as a site
  or sponsor
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:Organization
- usdm:Organization
- sdmx:Organisation
broad_mappings:
- prov:Agent
is_a: IdentifiableElement
attributes:
  role:
    name: role
    description: The role of the organization in the study.
    from_schema: https://cdisc.org/define-json
    domain_of:
    - IsODMItem
    - Organization
    - CubeComponent
    range: string
  type:
    name: type
    description: The type of organization (e.g., site, sponsor, vendor).
    from_schema: https://cdisc.org/define-json
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: OrganizationType
  location:
    name: location
    description: The physical location of the organization.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Organization
    range: string
  address:
    name: address
    description: The address of the organization.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Organization
    range: string
  partOfOrganization:
    name: partOfOrganization
    description: Reference to a parent organization if this organization is part of
      a larger entity.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Organization
    range: Organization

Induced

name: Organization
description: An entity that represents organizational information, such as a site
  or sponsor
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:Organization
- usdm:Organization
- sdmx:Organisation
broad_mappings:
- prov:Agent
is_a: IdentifiableElement
attributes:
  role:
    name: role
    description: The role of the organization in the study.
    from_schema: https://cdisc.org/define-json
    alias: role
    owner: Organization
    domain_of:
    - IsODMItem
    - Organization
    - CubeComponent
    range: string
  type:
    name: type
    description: The type of organization (e.g., site, sponsor, vendor).
    from_schema: https://cdisc.org/define-json
    alias: type
    owner: Organization
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: OrganizationType
  location:
    name: location
    description: The physical location of the organization.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: location
    owner: Organization
    domain_of:
    - Organization
    range: string
  address:
    name: address
    description: The address of the organization.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: address
    owner: Organization
    domain_of:
    - Organization
    range: string
  partOfOrganization:
    name: partOfOrganization
    description: Reference to a parent organization if this organization is part of
      a larger entity.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: partOfOrganization
    owner: Organization
    domain_of:
    - Organization
    range: Organization
  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: Organization
    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: Organization
    domain_of:
    - Identifiable
    range: string
  name:
    name: name
    description: Short name or identifier, used for field names
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: name
    owner: Organization
    domain_of:
    - Labelled
    - Standard
    range: string
  description:
    name: description
    description: Detailed description, shown in tooltips
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: description
    owner: Organization
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: Semantic tags for this element
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: coding
    owner: Organization
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    description: Human-readable label, shown in UIs
    from_schema: https://cdisc.org/define-json
    exact_mappings:
    - skos:prefLabel
    rank: 1000
    alias: label
    owner: Organization
    domain_of:
    - Labelled
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  aliases:
    name: aliases
    description: Alternative name or identifier
    from_schema: https://cdisc.org/define-json
    exact_mappings:
    - skos:altLabel
    rank: 1000
    alias: aliases
    owner: Organization
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: string
    - range: TranslatedText