Skip to content

Enum: QuantityOperatorEnum

A constrained set of enumerative values describing operators that can be applied to a quantity.

URI: QuantityOperatorEnum

Permissible Values

Value Meaning Description
LESS_THAN OMOP:4171756 The quantity is less than a specified value
LESS_THAN_OR_EQUAL_TO OMOP:4171754 The quantity is less than or equal to a specified value
EQUAL_TO OMOP:4172703 The quantity is equal to a specified value
GREATER_THAN_OR_EQUAL_TO OMOP:4171755 The quantity is greater than or equal to a specified value
GREATER_THAN OMOP:4172704 The quantity is greater than a specified value

Slots

Name Description
operator An operator to apply when interpreting the value of the quantity (e

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bdchm

LinkML Source

name: QuantityOperatorEnum
description: A constrained set of enumerative values describing operators that can
  be applied to a quantity.
from_schema: https://w3id.org/bdchm
rank: 1000
permissible_values:
  LESS_THAN:
    text: LESS_THAN
    description: The quantity is less than a specified value
    meaning: OMOP:4171756
  LESS_THAN_OR_EQUAL_TO:
    text: LESS_THAN_OR_EQUAL_TO
    description: The quantity is less than or equal to a specified value
    meaning: OMOP:4171754
  EQUAL_TO:
    text: EQUAL_TO
    description: The quantity is equal to a specified value
    meaning: OMOP:4172703
  GREATER_THAN_OR_EQUAL_TO:
    text: GREATER_THAN_OR_EQUAL_TO
    description: The quantity is greater than or equal to a specified value
    meaning: OMOP:4171755
  GREATER_THAN:
    text: GREATER_THAN
    description: The quantity is greater than a specified value
    meaning: OMOP:4172704