Class: Organization
An organization can reference a parent organization. Users may be associated with an Organization. An Organization may be associated with a Location. A User, Location, or Organization may have an address.
URI: odm:Organization
erDiagram
Organization {
oid OID
nameType name
text role
OrganizationType type
}
Telecom {
TelecomTypeType telecomType
text value
}
Address {
}
OtherText {
text content
}
GeoPosition {
decimal longitude
decimal latitude
decimal altitude
}
PostalCode {
text content
}
Country {
text content
}
StateProv {
text content
}
City {
text content
}
HouseNumber {
text content
}
StreetName {
text content
}
Description {
}
TranslatedText {
languageType language
text type
contentType content
}
Location {
oid OID
nameType name
text role
}
Query {
oid OID
QuerySourceType source
text target
QueryType type
QueryStateType state
datetime lastUpdateDatetime
nameType name
}
MetaDataVersionRef {
date effectiveDate
}
Organization ||--|o Location : "locationOID"
Organization ||--|o Organization : "partOfOrganizationOID"
Organization ||--|o Description : "description"
Organization ||--}o Address : "address"
Organization ||--}o Telecom : "telecom"
Address ||--|o StreetName : "streetName"
Address ||--|o HouseNumber : "houseNumber"
Address ||--|o City : "city"
Address ||--|o StateProv : "stateProv"
Address ||--|o Country : "country"
Address ||--|o PostalCode : "postalCode"
Address ||--|o GeoPosition : "geoPosition"
Address ||--|o OtherText : "otherText"
Description ||--}o TranslatedText : "translatedText"
Location ||--|o Organization : "organizationOID"
Location ||--|o Description : "description"
Location ||--}o MetaDataVersionRef : "metaDataVersionRef"
Location ||--}o Address : "address"
Location ||--}o Telecom : "telecom"
Location ||--}o Query : "query"
Query ||--|o Value : "value"
Query ||--}o AuditRecord : "auditRecord"
MetaDataVersionRef ||--|| Study : "studyOID"
MetaDataVersionRef ||--|| MetaDataVersion : "metaDataVersionOID"
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
OID | 1..1 oid |
Unique identifier for the organization. | direct |
name | 1..1 nameType |
Formal, human readable name of the organization. | direct |
role | 0..1 text |
Role of the organization in the current study. | direct |
type | 1..1 OrganizationType |
Categorization of organizations associated with clinical studies. | direct |
locationOID | 0..1 Location |
Reference to a location where data is collected and/or study subjects are tre... | direct |
partOfOrganizationOID | 0..1 Organization |
Reference to a parent organization. | direct |
description | 0..1 Description |
Description reference: A free-text description of the containing metadata com... | direct |
address | 0..* Address |
Address reference: The postal address for a user, location, or organization. | direct |
telecom | 0..* Telecom |
Telecom reference: The telecommunication contacts points of a user, a locatio... | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
AdminData | organization | range | Organization |
User | organizationOID | range | Organization |
Organization | partOfOrganizationOID | range | Organization |
Location | organizationOID | range | Organization |
See Also
Identifier and Mapping Information
Schema Source
- from schema: http://www.cdisc.org/ns/odm/v2.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:Organization |
native | odm:Organization |
LinkML Source
Direct
name: Organization
description: An organization can reference a parent organization. Users may be associated
with an Organization. An Organization may be associated with a Location. A User,
Location, or Organization may have an address.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Organization
rank: 1000
slots:
- OID
- name
- role
- type
- locationOID
- partOfOrganizationOID
- description
- address
- telecom
slot_usage:
OID:
name: OID
description: Unique identifier for the organization.
comments:
- 'Required
range: oid
Must be unique within the Organization elements for a study.'
identifier: true
domain_of:
- Study
- MetaDataVersion
- Standard
- ValueListDef
- WhereClauseDef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- ItemDef
- CodeList
- MethodDef
- ConditionDef
- CommentDef
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyParameter
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- User
- Organization
- Location
- SignatureDef
- Query
range: oid
required: true
name:
name: name
description: Formal, human readable name of the organization.
comments:
- 'Required
range: name
Must be unique within the set of Organization elements for a study.'
domain_of:
- Alias
- MetaDataVersion
- Standard
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Class
- SubClass
- SourceItem
- Resource
- ItemDef
- CodeList
- MethodDef
- Parameter
- ReturnValue
- ConditionDef
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- Organization
- Location
- Query
range: nameType
required: true
role:
name: role
description: Role of the organization in the current study.
comments:
- 'Optional
range: text'
domain_of:
- ItemRef
- Organization
- Location
range: text
type:
name: type
description: Categorization of organizations associated with clinical studies.
comments:
- 'Required
enum values: (Sponsor | Site | CRO | Lab | Other | TechnologyProvider)
An ODM extension is required if additional Type values are needed.'
domain_of:
- TranslatedText
- PDFPageRef
- Standard
- StudyEventDef
- ItemGroupDef
- Origin
- Resource
- MethodDef
- StudyEndPoint
- TransitionTimingConstraint
- RelativeTimingConstraint
- Branching
- Organization
- Query
range: OrganizationType
required: true
locationOID:
name: locationOID
description: Reference to a location where data is collected and/or study subjects
are treated.
comments:
- 'Optional
range: oidref
Must match the OID attribute for a Location element for the study.'
domain_of:
- User
- Organization
- SiteRef
- LocationRef
range: Location
partOfOrganizationOID:
name: partOfOrganizationOID
description: Reference to a parent organization.
comments:
- 'Optional
range: oidref
Must match the OID Organization within the study.'
domain_of:
- Organization
range: Organization
description:
name: description
domain_of:
- Study
- MetaDataVersion
- ValueListDef
- StudyEventGroupRef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Origin
- ItemDef
- CodeList
- CodeListItem
- MethodDef
- ConditionDef
- CommentDef
- Protocol
- StudyStructure
- TrialPhase
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- IntercurrentEvent
- SummaryMeasure
- Arm
- Epoch
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Criterion
- Organization
- Location
- ODMFileMetadata
range: Description
maximum_cardinality: 1
address:
name: address
multivalued: true
domain_of:
- User
- Organization
- Location
range: Address
inlined: true
inlined_as_list: true
telecom:
name: telecom
multivalued: true
domain_of:
- User
- Organization
- Location
range: Telecom
inlined: true
inlined_as_list: true
class_uri: odm:Organization
Induced
name: Organization
description: An organization can reference a parent organization. Users may be associated
with an Organization. An Organization may be associated with a Location. A User,
Location, or Organization may have an address.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Organization
rank: 1000
slot_usage:
OID:
name: OID
description: Unique identifier for the organization.
comments:
- 'Required
range: oid
Must be unique within the Organization elements for a study.'
identifier: true
domain_of:
- Study
- MetaDataVersion
- Standard
- ValueListDef
- WhereClauseDef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- ItemDef
- CodeList
- MethodDef
- ConditionDef
- CommentDef
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyParameter
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- User
- Organization
- Location
- SignatureDef
- Query
range: oid
required: true
name:
name: name
description: Formal, human readable name of the organization.
comments:
- 'Required
range: name
Must be unique within the set of Organization elements for a study.'
domain_of:
- Alias
- MetaDataVersion
- Standard
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Class
- SubClass
- SourceItem
- Resource
- ItemDef
- CodeList
- MethodDef
- Parameter
- ReturnValue
- ConditionDef
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- Organization
- Location
- Query
range: nameType
required: true
role:
name: role
description: Role of the organization in the current study.
comments:
- 'Optional
range: text'
domain_of:
- ItemRef
- Organization
- Location
range: text
type:
name: type
description: Categorization of organizations associated with clinical studies.
comments:
- 'Required
enum values: (Sponsor | Site | CRO | Lab | Other | TechnologyProvider)
An ODM extension is required if additional Type values are needed.'
domain_of:
- TranslatedText
- PDFPageRef
- Standard
- StudyEventDef
- ItemGroupDef
- Origin
- Resource
- MethodDef
- StudyEndPoint
- TransitionTimingConstraint
- RelativeTimingConstraint
- Branching
- Organization
- Query
range: OrganizationType
required: true
locationOID:
name: locationOID
description: Reference to a location where data is collected and/or study subjects
are treated.
comments:
- 'Optional
range: oidref
Must match the OID attribute for a Location element for the study.'
domain_of:
- User
- Organization
- SiteRef
- LocationRef
range: Location
partOfOrganizationOID:
name: partOfOrganizationOID
description: Reference to a parent organization.
comments:
- 'Optional
range: oidref
Must match the OID Organization within the study.'
domain_of:
- Organization
range: Organization
description:
name: description
domain_of:
- Study
- MetaDataVersion
- ValueListDef
- StudyEventGroupRef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Origin
- ItemDef
- CodeList
- CodeListItem
- MethodDef
- ConditionDef
- CommentDef
- Protocol
- StudyStructure
- TrialPhase
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- IntercurrentEvent
- SummaryMeasure
- Arm
- Epoch
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Criterion
- Organization
- Location
- ODMFileMetadata
range: Description
maximum_cardinality: 1
address:
name: address
multivalued: true
domain_of:
- User
- Organization
- Location
range: Address
inlined: true
inlined_as_list: true
telecom:
name: telecom
multivalued: true
domain_of:
- User
- Organization
- Location
range: Telecom
inlined: true
inlined_as_list: true
attributes:
OID:
name: OID
description: Unique identifier for the organization.
comments:
- 'Required
range: oid
Must be unique within the Organization elements for a study.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
identifier: true
alias: OID
owner: Organization
domain_of:
- Study
- MetaDataVersion
- Standard
- ValueListDef
- WhereClauseDef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- ItemDef
- CodeList
- MethodDef
- ConditionDef
- CommentDef
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyParameter
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- User
- Organization
- Location
- SignatureDef
- Query
range: oid
required: true
name:
name: name
description: Formal, human readable name of the organization.
comments:
- 'Required
range: name
Must be unique within the set of Organization elements for a study.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: name
owner: Organization
domain_of:
- Alias
- MetaDataVersion
- Standard
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Class
- SubClass
- SourceItem
- Resource
- ItemDef
- CodeList
- MethodDef
- Parameter
- ReturnValue
- ConditionDef
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- Arm
- Epoch
- StudyTiming
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Transition
- Branching
- Criterion
- Organization
- Location
- Query
range: nameType
required: true
role:
name: role
description: Role of the organization in the current study.
comments:
- 'Optional
range: text'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: role
owner: Organization
domain_of:
- ItemRef
- Organization
- Location
range: text
type:
name: type
description: Categorization of organizations associated with clinical studies.
comments:
- 'Required
enum values: (Sponsor | Site | CRO | Lab | Other | TechnologyProvider)
An ODM extension is required if additional Type values are needed.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: type
owner: Organization
domain_of:
- TranslatedText
- PDFPageRef
- Standard
- StudyEventDef
- ItemGroupDef
- Origin
- Resource
- MethodDef
- StudyEndPoint
- TransitionTimingConstraint
- RelativeTimingConstraint
- Branching
- Organization
- Query
range: OrganizationType
required: true
locationOID:
name: locationOID
description: Reference to a location where data is collected and/or study subjects
are treated.
comments:
- 'Optional
range: oidref
Must match the OID attribute for a Location element for the study.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: locationOID
owner: Organization
domain_of:
- User
- Organization
- SiteRef
- LocationRef
range: Location
partOfOrganizationOID:
name: partOfOrganizationOID
description: Reference to a parent organization.
comments:
- 'Optional
range: oidref
Must match the OID Organization within the study.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: partOfOrganizationOID
owner: Organization
domain_of:
- Organization
range: Organization
description:
name: description
description: 'Description reference: A free-text description of the containing
metadata component, unless restricted by Business Rules.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: description
owner: Organization
domain_of:
- Study
- MetaDataVersion
- ValueListDef
- StudyEventGroupRef
- StudyEventGroupDef
- StudyEventDef
- ItemGroupDef
- Origin
- ItemDef
- CodeList
- CodeListItem
- MethodDef
- ConditionDef
- CommentDef
- Protocol
- StudyStructure
- TrialPhase
- StudyIndication
- StudyIntervention
- StudyObjective
- StudyEndPoint
- StudyTargetPopulation
- StudyEstimand
- IntercurrentEvent
- SummaryMeasure
- Arm
- Epoch
- TransitionTimingConstraint
- AbsoluteTimingConstraint
- RelativeTimingConstraint
- DurationTimingConstraint
- WorkflowDef
- Criterion
- Organization
- Location
- ODMFileMetadata
range: Description
maximum_cardinality: 1
address:
name: address
description: 'Address reference: The postal address for a user, location, or organization.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
multivalued: true
alias: address
owner: Organization
domain_of:
- User
- Organization
- Location
range: Address
inlined: true
inlined_as_list: true
telecom:
name: telecom
description: 'Telecom reference: The telecommunication contacts points of a user,
a location, or an organization. The Type attribute designates the type of contact.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
multivalued: true
alias: telecom
owner: Organization
domain_of:
- User
- Organization
- Location
range: Telecom
inlined: true
inlined_as_list: true
class_uri: odm:Organization