Class: Concept
Concept that serves as a member of a semantic object. This is intended to be used for defining the permissible values of an OmopSemanticObject, such as the members of an OmopGroup or OmopEnum. The concept_id and label slots are used to specify the concept_id and label of the concept that serves as a member of the enumeration.
__
URI: https://athena.ohdsi.org/search-terms/terms/omop_profiles/Concept
classDiagram
class Concept
click Concept href "../Concept/"
Concept : concept_id
Concept : label
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| concept_id | 0..1 Integer |
OMOP concept_id | direct |
| label | 0..1 String |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| OmopGroup | parent_concepts | range | Concept |
| OmopEnum | enum_members | range | Concept |
Identifier and Mapping Information
Schema Source
- from schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://athena.ohdsi.org/search-terms/terms/omop_profiles/Concept |
| native | https://athena.ohdsi.org/search-terms/terms/omop_profiles/Concept |
LinkML Source
Direct
name: Concept
description: 'Concept that serves as a member of a semantic object. This is intended
to be used for defining the permissible values of an OmopSemanticObject, such as
the members of an OmopGroup or OmopEnum. The concept_id and label slots are used
to specify the concept_id and label of the concept that serves as a member of the
enumeration.
'
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
slots:
- concept_id
- label
Induced
name: Concept
description: 'Concept that serves as a member of a semantic object. This is intended
to be used for defining the permissible values of an OmopSemanticObject, such as
the members of an OmopGroup or OmopEnum. The concept_id and label slots are used
to specify the concept_id and label of the concept that serves as a member of the
enumeration.
'
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
attributes:
concept_id:
name: concept_id
description: OMOP concept_id
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
rank: 1000
alias: concept_id
owner: Concept
domain_of:
- OmopConcept
- Concept
range: integer
label:
name: label
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
rank: 1000
alias: label
owner: Concept
domain_of:
- OmopConcept
- Concept
range: string
required: false