Class: QuantityRange
A quantity range is a property that can be measured or counted
URI: fhir:Range
classDiagram
class QuantityRange
click QuantityRange href "../QuantityRange"
Intangible <|-- QuantityRange
click Intangible href "../Intangible"
QuantityRange : lower_bound
QuantityRange --> "0..1" Quantity : lower_bound
click Quantity href "../Quantity"
QuantityRange : type
QuantityRange : upper_bound
QuantityRange --> "0..1" Quantity : upper_bound
click Quantity href "../Quantity"
Inheritance
- Entity [ Typed]
- Intangible
- QuantityRange
- Intangible
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 | Typed |
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:
- Typed
range: string
class_uri: fhir:Range