Skip to content

Enum: PressureUnitEnum

Units of pressure measurement

URI: valuesets:PressureUnitEnum

Permissible Values

Value Meaning Description
PASCAL UO:0000110 Pascal (SI derived unit)
KILOPASCAL None Kilopascal (1000 pascals)
MEGAPASCAL None Megapascal (10^6 pascals)
BAR None Bar
MILLIBAR None Millibar
ATMOSPHERE None Standard atmosphere
TORR None Torr (millimeter of mercury)
PSI UO:0010052 Pounds per square inch
MM_HG UO:0000272 Millimeters of mercury

Slots

Name Description
pressure_unit Units of pressure measurement

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: PressureUnitEnum
description: Units of pressure measurement
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  PASCAL:
    text: PASCAL
    description: Pascal (SI derived unit)
    meaning: UO:0000110
    annotations:
      symbol:
        tag: symbol
        value: Pa
      system:
        tag: system
        value: SI
      definition:
        tag: definition
        value: N/m²
  KILOPASCAL:
    text: KILOPASCAL
    description: Kilopascal (1000 pascals)
    annotations:
      symbol:
        tag: symbol
        value: kPa
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '1000'
  MEGAPASCAL:
    text: MEGAPASCAL
    description: Megapascal (10^6 pascals)
    annotations:
      symbol:
        tag: symbol
        value: MPa
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: 1e6
  BAR:
    text: BAR
    description: Bar
    annotations:
      symbol:
        tag: symbol
        value: bar
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '100000'
  MILLIBAR:
    text: MILLIBAR
    description: Millibar
    annotations:
      symbol:
        tag: symbol
        value: mbar
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '100'
  ATMOSPHERE:
    text: ATMOSPHERE
    description: Standard atmosphere
    annotations:
      symbol:
        tag: symbol
        value: atm
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '101325'
  TORR:
    text: TORR
    description: Torr (millimeter of mercury)
    annotations:
      symbol:
        tag: symbol
        value: Torr
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '133.322'
  PSI:
    text: PSI
    description: Pounds per square inch
    meaning: UO:0010052
    annotations:
      symbol:
        tag: symbol
        value: psi
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '6894.76'
      system:
        tag: system
        value: imperial
    title: pounds per square inch
    aliases:
    - pound-force per square inch
  MM_HG:
    text: MM_HG
    description: Millimeters of mercury
    meaning: UO:0000272
    annotations:
      symbol:
        tag: symbol
        value: mmHg
      conversion_to_pascal:
        tag: conversion_to_pascal
        value: '133.322'
      use:
        tag: use
        value: medical blood pressure
    title: millimetres of mercury