Skip to content

Class: MoneyQuantity

A quantity of money

URI: fhir:MoneyQuantity

classDiagram class MoneyQuantity SimpleQuantity <|-- MoneyQuantity MoneyQuantity : has_quantity_kind MoneyQuantity --> QuantityKind : has_quantity_kind MoneyQuantity : type MoneyQuantity : unit MoneyQuantity --> CurrencyConcept : unit MoneyQuantity : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
Float
The value of the quantity direct
unit 0..1
CurrencyConcept
The currency of the quantity direct
has_quantity_kind 0..1
QuantityKind
The kind of quantity Quantity
type 0..1
String
A type for a thing Entity

Usages

used by used in type used
PowerPlant capex range MoneyQuantity
PowerPlant opex range MoneyQuantity
FossilFuelPlant capex range MoneyQuantity
FossilFuelPlant opex range MoneyQuantity
NuclearPlant capex range MoneyQuantity
NuclearPlant opex range MoneyQuantity
RenewablePlant capex range MoneyQuantity
RenewablePlant opex range MoneyQuantity
HydroelectricPlant capex range MoneyQuantity
HydroelectricPlant opex range MoneyQuantity
SolarPlant capex range MoneyQuantity
SolarPlant opex range MoneyQuantity
WindFarm capex range MoneyQuantity
WindFarm opex range MoneyQuantity

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self fhir:MoneyQuantity
native linkml_common:MoneyQuantity

LinkML Source

Direct

name: MoneyQuantity
description: A quantity of money
from_schema: https://w3id.org/linkml/linkml-common
is_a: SimpleQuantity
attributes:
  value:
    name: value
    description: The value of the quantity
    from_schema: https://w3id.org/linkml-common/financial
    domain_of:
    - SimpleQuantity
    - MoneyQuantity
    range: float
  unit:
    name: unit
    description: The currency of the quantity
    from_schema: https://w3id.org/linkml-common/financial
    domain_of:
    - SimpleQuantity
    - MoneyQuantity
    role: currency
    range: CurrencyConcept
class_uri: fhir:MoneyQuantity

Induced

name: MoneyQuantity
description: A quantity of money
from_schema: https://w3id.org/linkml/linkml-common
is_a: SimpleQuantity
attributes:
  value:
    name: value
    description: The value of the quantity
    from_schema: https://w3id.org/linkml-common/financial
    alias: value
    owner: MoneyQuantity
    domain_of:
    - SimpleQuantity
    - MoneyQuantity
    range: float
  unit:
    name: unit
    description: The currency of the quantity
    from_schema: https://w3id.org/linkml-common/financial
    alias: unit
    owner: MoneyQuantity
    domain_of:
    - SimpleQuantity
    - MoneyQuantity
    role: currency
    range: CurrencyConcept
  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: MoneyQuantity
    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: MoneyQuantity
    domain_of:
    - Entity
    - NamedThing
    range: string
class_uri: fhir:MoneyQuantity