Class: SimpleQuantity
A quantity is a property that can be measured or counted
URI: fhir:SimpleQuantity
classDiagram
class SimpleQuantity
click SimpleQuantity href "../SimpleQuantity"
Quantity <|-- SimpleQuantity
click Quantity href "../Quantity"
SimpleQuantity <|-- MoneyQuantity
click MoneyQuantity href "../MoneyQuantity"
SimpleQuantity : has_quantity_kind
SimpleQuantity --> "0..1" QuantityKind : has_quantity_kind
click QuantityKind href "../QuantityKind"
SimpleQuantity : type
SimpleQuantity : unit
SimpleQuantity --> "0..1" UnitConcept : unit
click UnitConcept href "../UnitConcept"
SimpleQuantity : value
Inheritance
- Entity [ Typed]
- Intangible
- Quantity
- SimpleQuantity
- Quantity
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 0..1 Float |
The value of the quantity | direct |
unit | 0..1 UnitConcept |
direct | |
has_quantity_kind | 0..1 QuantityKind |
The kind of quantity | Quantity |
type | 0..1 String |
A type for a thing | Typed |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | fhir:SimpleQuantity |
native | linkml_common:SimpleQuantity |
exact | fibo:ScalarQuantityValue |
LinkML Source
Direct
name: SimpleQuantity
description: A quantity is a property that can be measured or counted
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- fibo:ScalarQuantityValue
is_a: Quantity
attributes:
value:
name: value
description: The value of the quantity
from_schema: https://w3id.org/linkml-common/quantities
domain_of:
- MoneyQuantity
- SimpleQuantity
range: float
unit:
name: unit
from_schema: https://w3id.org/linkml-common/quantities
exact_mappings:
- schema:unitCode
- qudt:unit
domain_of:
- MoneyQuantity
- SimpleQuantity
range: UnitConcept
class_uri: fhir:SimpleQuantity
Induced
name: SimpleQuantity
description: A quantity is a property that can be measured or counted
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- fibo:ScalarQuantityValue
is_a: Quantity
attributes:
value:
name: value
description: The value of the quantity
from_schema: https://w3id.org/linkml-common/quantities
alias: value
owner: SimpleQuantity
domain_of:
- MoneyQuantity
- SimpleQuantity
range: float
unit:
name: unit
from_schema: https://w3id.org/linkml-common/quantities
exact_mappings:
- schema:unitCode
- qudt:unit
alias: unit
owner: SimpleQuantity
domain_of:
- MoneyQuantity
- SimpleQuantity
range: UnitConcept
has_quantity_kind:
name: has_quantity_kind
description: The kind of quantity
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
alias: has_quantity_kind
owner: SimpleQuantity
domain_of:
- Quantity
range: QuantityKind
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: SimpleQuantity
domain_of:
- Typed
range: string
class_uri: fhir:SimpleQuantity