Skip to content

Class: ValueRange

A quantity range is a property that can be measured or counted

URI: fhir:Range

classDiagram class ValueRange click ValueRange href "../ValueRange" StructuredValueComponent <|-- ValueRange click StructuredValueComponent href "../StructuredValueComponent" ValueRange : lower_bound ValueRange : upper_bound

Inheritance

Slots

Name Cardinality and Range Description Inheritance
lower_bound 0..1
Float
The lower bound of the range direct
upper_bound 0..1
Float
The upper bound of the range direct

Usages

used by used in type used
AttributeValue value_range range ValueRange

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self fhir:Range
native comet:ValueRange

LinkML Source

Direct

name: ValueRange
description: A quantity range is a property that can be measured or counted
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
  lower_bound:
    name: lower_bound
    description: The lower bound of the range
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - ValueRange
    range: float
  upper_bound:
    name: upper_bound
    description: The upper bound of the range
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - ValueRange
    range: float
class_uri: fhir:Range

Induced

name: ValueRange
description: A quantity range is a property that can be measured or counted
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
  lower_bound:
    name: lower_bound
    description: The lower bound of the range
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: lower_bound
    owner: ValueRange
    domain_of:
    - ValueRange
    range: float
  upper_bound:
    name: upper_bound
    description: The upper bound of the range
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: upper_bound
    owner: ValueRange
    domain_of:
    - ValueRange
    range: float
class_uri: fhir:Range