Class: Concept (Concept)
A standardized concept with display information.
URI: cam:Concept
classDiagram
class Concept
click Concept href "../Concept/"
Concept : concept_code
Concept : concept_curie
Concept : concept_id
Concept : definition
Concept : display
Concept : vocabulary_prefix
Concept --> "0..1" Vocabulary : vocabulary_prefix
click Vocabulary href "../Vocabulary/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| concept_curie | 1 Uriorcurie |
The standardized curie for the term | direct |
| concept_id | 0..1 Integer |
The OMOP Concept ID for the term, if applicable | direct |
| vocabulary_prefix | 0..1 Vocabulary |
The authoritative namespace prefix allocated to the vocabulary | direct |
| concept_code | 1 String |
Identifier as it is defined within the ontology | direct |
| display | 0..1 String |
The friendly display string of the coded term | direct |
| definition | 0..1 String |
Detailed definition or description for the term | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/common-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cam:Concept |
| native | cam:Concept |
LinkML Source
Direct
name: Concept
description: A standardized concept with display information.
title: Concept
from_schema: https://includedcc.org/common-access-model
slots:
- concept_curie
- concept_id
- vocabulary_prefix
- concept_code
- display
- definition
slot_usage:
concept_curie:
name: concept_curie
identifier: true
range: uriorcurie
required: true
Induced
name: Concept
description: A standardized concept with display information.
title: Concept
from_schema: https://includedcc.org/common-access-model
slot_usage:
concept_curie:
name: concept_curie
identifier: true
range: uriorcurie
required: true
attributes:
concept_curie:
name: concept_curie
description: The standardized curie for the term.
title: Concept Curie
from_schema: https://includedcc.org/common-access-model
rank: 1000
identifier: true
owner: Concept
domain_of:
- Concept
- Synonym
- DeprecatedConcept
- ConceptRelationship
range: uriorcurie
required: true
concept_id:
name: concept_id
description: The OMOP Concept ID for the term, if applicable
title: OMOP Concept ID
from_schema: https://includedcc.org/common-access-model
rank: 1000
owner: Concept
domain_of:
- Concept
range: integer
vocabulary_prefix:
name: vocabulary_prefix
description: The authoritative namespace prefix allocated to the vocabulary. Used
to resolve compact identifiers (CURIEs) to their full semantic URIs or FHIR
system URLs.
title: Canonical Curie Prefix
from_schema: https://includedcc.org/common-access-model
rank: 1000
owner: Concept
domain_of:
- Concept
- Vocabulary
range: Vocabulary
concept_code:
name: concept_code
description: Identifier as it is defined within the ontology
title: Concept Code
from_schema: https://includedcc.org/common-access-model
rank: 1000
owner: Concept
domain_of:
- Concept
range: string
required: true
display:
name: display
description: The friendly display string of the coded term.
title: Display String
from_schema: https://includedcc.org/common-access-model
rank: 1000
owner: Concept
domain_of:
- Concept
- Synonym
range: string
definition:
name: definition
description: Detailed definition or description for the term
title: Definition
from_schema: https://includedcc.org/common-access-model
rank: 1000
owner: Concept
domain_of:
- Concept
range: string