Class: Organization
A grouping of people or organizations with a common purpose such as a data coordinating center, an university, or an institute within a university.
URI: bdchm:Organization
classDiagram
class Organization
Entity <|-- Organization
Organization : alias
Organization : id
Organization : identity
Organization --> Identifier : identity
Organization : name
Organization : organization_type
Inheritance
- Entity
- Organization
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
identity | 0..* Identifier |
A 'business' identifier or accession number for the entity, typically as prov... | direct |
name | 0..1 String |
The full legal name by which the organization is known (e | direct |
alias | 0..1 String |
A secondary name for the organization such as a short name or abbreviation (e | direct |
organization_type | 0..1 String |
The type of the organization (e | direct |
id | 1..1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
Participant | originating_site | range | Organization |
SpecimenCreationActivity | performed_by | range | Organization |
SpecimenTransportActivity | transport_origin | range | Organization |
SpecimenTransportActivity | transport_destination | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | bdchm:Organization |
native | bdchm:Organization |
LinkML Source
Direct
name: Organization
description: A grouping of people or organizations with a common purpose such as a
data coordinating center, an university, or an institute within a university.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
slots:
- identity
attributes:
name:
name: name
description: The full legal name by which the organization is known (e.g. 'National
Cancer Institute')
from_schema: https://w3id.org/nhlbidatastage/bdchm
range: string
alias:
name: alias
description: A secondary name for the organization such as a short name or abbreviation
(e.g. 'NCI')
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: string
organization_type:
name: organization_type
description: The type of the organization (e.g. 'Cancer Genome Characterization
Center')
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: string
Induced
name: Organization
description: A grouping of people or organizations with a common purpose such as a
data coordinating center, an university, or an institute within a university.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
name:
name: name
description: The full legal name by which the organization is known (e.g. 'National
Cancer Institute')
from_schema: https://w3id.org/nhlbidatastage/bdchm
alias: name
owner: Organization
domain_of:
- ResearchStudy
- Organization
- Questionnaire
- QuestionnaireResponseValue
range: string
alias:
name: alias
description: A secondary name for the organization such as a short name or abbreviation
(e.g. 'NCI')
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: alias
owner: Organization
domain_of:
- Organization
range: string
organization_type:
name: organization_type
description: The type of the organization (e.g. 'Cancer Genome Characterization
Center')
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: organization_type
owner: Organization
domain_of:
- Organization
range: string
identity:
name: identity
description: A 'business' identifier or accession number for the entity, typically
as provided by an external system or authority, that are globally unique and
persist across implementing systems. Also, since these identifiers are created
outside the information system through a specific business process, the Identifier
type has additional attributes to capture this additional metadata so the actual
identifier values are qualified by the context that created those values. This
additional context allows "identifier" instances to be transmitted as business
data across systems while still being able to trace them back to the system
of origin.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
slot_uri: schema:identifier
multivalued: true
alias: identity
owner: Organization
domain_of:
- Person
- Demography
- Participant
- ResearchStudy
- Organization
- Questionnaire
- QuestionnaireItem
- Condition
- Document
- Specimen
- BiologicProduct
range: Identifier
id:
name: id
description: The 'logical' identifier of the entity within the system of record. The
simple value of this attribute stands for an identifier of this data object
within the system, it can be used as a reference from other objects within the
same system (i.e. primary and foreign keys), and it should be unique per type
of object. The same data object copied to a different system will likely have
a different "id" in the new system since "id" values are system specific and
do not represent persistent business identifiers. Business identifiers are assigned
outside the information system and are captured in the "identifier" field. The
"id" field is more likely to be a serially or randomly generated value that
is assigned to the data object as it is created in a system.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Organization
domain_of:
- Entity
range: uriorcurie
required: true