Skip to content

Class: QuantityRange

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

URI: fhir:Range

classDiagram class QuantityRange Intangible <|-- QuantityRange QuantityRange : lower_bound QuantityRange --> Quantity : lower_bound QuantityRange : type QuantityRange : upper_bound QuantityRange --> Quantity : upper_bound

Inheritance

Slots

Name Cardinality and Range Description Inheritance
lower_bound 0..1
Quantity
The lower bound of the range direct
upper_bound 0..1
Quantity
The upper bound of the range direct
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self fhir:Range
native linkml_common:QuantityRange

LinkML Source

Direct

name: QuantityRange
description: A quantity range is a property that can be measured or counted
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  lower_bound:
    name: lower_bound
    description: The lower bound of the range
    from_schema: https://w3id.org/linkml-common/quantities
    rank: 1000
    domain_of:
    - QuantityRange
    range: Quantity
  upper_bound:
    name: upper_bound
    description: The upper bound of the range
    from_schema: https://w3id.org/linkml-common/quantities
    rank: 1000
    domain_of:
    - QuantityRange
    range: Quantity
class_uri: fhir:Range

Induced

name: QuantityRange
description: A quantity range is a property that can be measured or counted
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  lower_bound:
    name: lower_bound
    description: The lower bound of the range
    from_schema: https://w3id.org/linkml-common/quantities
    rank: 1000
    alias: lower_bound
    owner: QuantityRange
    domain_of:
    - QuantityRange
    range: Quantity
  upper_bound:
    name: upper_bound
    description: The upper bound of the range
    from_schema: https://w3id.org/linkml-common/quantities
    rank: 1000
    alias: upper_bound
    owner: QuantityRange
    domain_of:
    - QuantityRange
    range: Quantity
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: QuantityRange
    domain_of:
    - Entity
    - NamedThing
    range: string
class_uri: fhir:Range