Class: Concept

URI: cadsr:Concept

 classDiagram
    class Concept
    click Concept href "../Concept"
      Concept : conceptCode
        
      Concept : definition
        
      Concept : displayOrder
        
      Concept : evsSource
        
      Concept : longName
        
      Concept : primaryIndicator
        
      

Slots

Name

Cardinality and Range

Description

Inheritance

longName

0..1
String

name of the concept

direct

conceptCode

0..1
String

direct

definition

0..1
String

direct

evsSource

0..1
String

The name of the EVS concept code that was the source for the concept identifi…

direct

primaryIndicator

0..1
String

direct

displayOrder

0..1
String

direct

Usages

used by

used in

type

used

Property

Concepts

range

Concept

ObjectClass

Concepts

range

Concept

ValueMeaning

Concepts

range

Concept

RepresentationTerm

Concepts

range

Concept

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/cadsr

Mappings

Mapping Type

Mapped Value

self

cadsr:Concept

native

cadsr:Concept

LinkML Source

Direct

```yaml name: Concept from_schema: https://example.org/cadsr slots: - longName - conceptCode - definition - evsSource - primaryIndicator - displayOrder slot_usage: longName: name: longName description: name of the concept. Note that in other contexts, longName may be an identifier, but in Concepts it is the label (always from NCIT). examples: - value: 'No' - value: Increase - value: Nucleic Acid Amplification Test conceptCode: name: conceptCode examples: - value: C20055 definition: name: definition evsSource: name: evsSource description: The name of the EVS concept code that was the source for the concept identifier. primaryIndicator: name: primaryIndicator displayOrder: name: displayOrder
</details>

### Induced

<details>
```yaml
name: Concept
from_schema: https://example.org/cadsr
slot_usage:
  longName:
    name: longName
    description: name of the concept. Note that in other contexts, longName may be
      an identifier, but in Concepts it is the label (always from NCIT).
    examples:
    - value: 'No'
    - value: Increase
    - value: Nucleic Acid Amplification Test
  conceptCode:
    name: conceptCode
    examples:
    - value: C20055
  definition:
    name: definition
  evsSource:
    name: evsSource
    description: The name of the EVS concept code that was the source for the concept
      identifier.
  primaryIndicator:
    name: primaryIndicator
  displayOrder:
    name: displayOrder
attributes:
  longName:
    name: longName
    description: name of the concept. Note that in other contexts, longName may be
      an identifier, but in Concepts it is the label (always from NCIT).
    examples:
    - value: 'No'
    - value: Increase
    - value: Nucleic Acid Amplification Test
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: longName
    owner: Concept
    domain_of:
    - ClassificationScheme
    - Property
    - ConceptualDomain
    - ClassificationSchemeItem
    - DataElement
    - ValueDomain
    - ObjectClass
    - Concept
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - DataElementQuery
  conceptCode:
    name: conceptCode
    examples:
    - value: C20055
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: conceptCode
    owner: Concept
    domain_of:
    - Concept
  definition:
    name: definition
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: definition
    owner: Concept
    domain_of:
    - Concept
  evsSource:
    name: evsSource
    description: The name of the EVS concept code that was the source for the concept
      identifier.
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: evsSource
    owner: Concept
    domain_of:
    - Concept
  primaryIndicator:
    name: primaryIndicator
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: primaryIndicator
    owner: Concept
    domain_of:
    - Concept
  displayOrder:
    name: displayOrder
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: displayOrder
    owner: Concept
    domain_of:
    - Concept