Skip to content

Class: CDMValueSets

A collection of value sets used for defining permissible values for template slots in the OMOP CDM.

__

URI: https://athena.ohdsi.org/search-terms/terms/omop_profiles/CDMValueSets

 classDiagram
    class CDMValueSets
    click CDMValueSets href "../CDMValueSets/"
      CDMValueSets : valuesets





        CDMValueSets --> "1..*" CDMValueSet : valuesets
        click CDMValueSet href "../CDMValueSet/"



Slots

Name Cardinality and Range Description Inheritance
valuesets 1..*
CDMValueSet
direct

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/CDMValueSets
native https://athena.ohdsi.org/search-terms/terms/omop_profiles/CDMValueSets

LinkML Source

Direct

name: CDMValueSets
description: 'A collection of value sets used for defining permissible values for
  template slots in the OMOP CDM.

  '
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
slots:
- valuesets

Induced

name: CDMValueSets
description: 'A collection of value sets used for defining permissible values for
  template slots in the OMOP CDM.

  '
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
attributes:
  valuesets:
    name: valuesets
    from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
    rank: 1000
    alias: valuesets
    owner: CDMValueSets
    domain_of:
    - CDMValueSets
    range: CDMValueSet
    required: true
    multivalued: true