Skip to content

Class: Ratio

A tuple of two quantities

URI: fhir:Ratio

classDiagram class Ratio click Ratio href "../Ratio" StructuredValueComponent <|-- Ratio click StructuredValueComponent href "../StructuredValueComponent" Ratio : denominator Ratio --> "0..1" AttributeValue : denominator click AttributeValue href "../AttributeValue" Ratio : numerator Ratio --> "0..1" AttributeValue : numerator click AttributeValue href "../AttributeValue"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
numerator 0..1
AttributeValue
The numerator of the ratio direct
denominator 0..1
AttributeValue
The denominator of the ratio direct

Usages

used by used in type used
AttributeValue ratio range Ratio

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self fhir:Ratio
native comet:Ratio

LinkML Source

Direct

name: Ratio
description: A tuple of two quantities
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
  numerator:
    name: numerator
    description: The numerator of the ratio
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - Ratio
    range: AttributeValue
  denominator:
    name: denominator
    description: The denominator of the ratio
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - Ratio
    range: AttributeValue
class_uri: fhir:Ratio

Induced

name: Ratio
description: A tuple of two quantities
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
  numerator:
    name: numerator
    description: The numerator of the ratio
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: numerator
    owner: Ratio
    domain_of:
    - Ratio
    range: AttributeValue
  denominator:
    name: denominator
    description: The denominator of the ratio
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: denominator
    owner: Ratio
    domain_of:
    - Ratio
    range: AttributeValue
class_uri: fhir:Ratio