Skip to content

Class: OmopCdmProfile

A compositional profile describing how a particular clinical endpoint is represented in the CDM. This defines where concepts and values for a particular endpoint (e.g. blood pressure measurement) are represented in a particular CDM table (e.g. observation/value_as_number, measurement/measurement_concept_id).

__

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

 classDiagram
    class OmopCdmProfile
    click OmopCdmProfile href "../OmopCdmProfile/"
      OmopCdmProfile : cdm_table





        OmopCdmProfile --> "1" CdmTable : cdm_table
        click CdmTable href "../CdmTable/"



      OmopCdmProfile : concept_slot

      OmopCdmProfile : name

      OmopCdmProfile : value_slot

Slots

Name Cardinality and Range Description Inheritance
name 1
String
direct
cdm_table 1
CdmTable
direct
concept_slot 1
String
direct
value_slot 0..1
String
direct

Usages

used by used in type used
CDMProfiles profiles range OmopCdmProfile

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

LinkML Source

Direct

name: OmopCdmProfile
description: 'A compositional profile describing how a particular clinical endpoint
  is represented in the CDM.  This defines where concepts and values for a particular
  endpoint (e.g. blood pressure measurement) are represented in a particular CDM table
  (e.g. observation/value_as_number, measurement/measurement_concept_id).

  '
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
slots:
- name
- cdm_table
- concept_slot
- value_slot

Induced

name: OmopCdmProfile
description: 'A compositional profile describing how a particular clinical endpoint
  is represented in the CDM.  This defines where concepts and values for a particular
  endpoint (e.g. blood pressure measurement) are represented in a particular CDM table
  (e.g. observation/value_as_number, measurement/measurement_concept_id).

  '
from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
attributes:
  name:
    name: name
    from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
    rank: 1000
    alias: name
    owner: OmopCdmProfile
    domain_of:
    - OmopCdmProfile
    - OmopSemanticObject
    - CDMSemanticUnits
    - OmopTemplate
    range: string
    required: true
  cdm_table:
    name: cdm_table
    from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
    rank: 1000
    alias: cdm_table
    owner: OmopCdmProfile
    domain_of:
    - OmopCdmProfile
    range: CdmTable
    required: true
  concept_slot:
    name: concept_slot
    from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
    rank: 1000
    alias: concept_slot
    owner: OmopCdmProfile
    domain_of:
    - OmopCdmProfile
    range: string
    required: true
  value_slot:
    name: value_slot
    from_schema: https://athena.ohdsi.org/search-terms/terms/omop_profiles
    rank: 1000
    alias: value_slot
    owner: OmopCdmProfile
    domain_of:
    - OmopCdmProfile
    range: string
    required: false