Skip to content

Class: QuantitativeValueWithMetric

URI: dietitian_notes:QuantitativeValueWithMetric

erDiagram QuantitativeValueWithMetric { string percentile string zscore string value } Unit { string id string label } QuantitativeValueWithMetric ||--|o Unit : "unit"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
percentile 0..1
String
The reported percentile of the value, as compared to a reference patient popu... direct
zscore 0..1
String
The relative standard deviation of the value, as a function of the percentile direct
value 0..1
String
The value of the quantity, or N/A if not provided QuantitativeValue
unit 0..1
Unit
The unit of the quantity, or N/A if not provided QuantitativeValue

Usages

used by used in type used
ClinicalObservations patient_height range QuantitativeValueWithMetric
ClinicalObservations current_patient_weight range QuantitativeValueWithMetric
ClinicalObservations usual_patient_weight range QuantitativeValueWithMetric
ClinicalObservations head_circumference range QuantitativeValueWithMetric

Identifier and Mapping Information

Annotations

property value
owl IntersectionOf

Schema Source

  • from schema: http://w3id.org/ontogpt/dietician_notes

Mappings

Mapping Type Mapped Value
self dietitian_notes:QuantitativeValueWithMetric
native dietitian_notes:QuantitativeValueWithMetric

LinkML Source

Direct

name: QuantitativeValueWithMetric
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: QuantitativeValue
attributes:
  percentile:
    name: percentile
    description: The reported percentile of the value, as compared to a reference
      patient population. Always positive, on a scale from 0 to 99%. May be reported
      as "X%", "X%ile", or "Xth percentile", where X is the value. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    range: string
  zscore:
    name: zscore
    description: The relative standard deviation of the value, as a function of the
      percentile. May be positive or negative. May be reported as "z-score", "Z-score",
      or "Z", followed by the value. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    range: string

Induced

name: QuantitativeValueWithMetric
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: QuantitativeValue
attributes:
  percentile:
    name: percentile
    description: The reported percentile of the value, as compared to a reference
      patient population. Always positive, on a scale from 0 to 99%. May be reported
      as "X%", "X%ile", or "Xth percentile", where X is the value. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    alias: percentile
    owner: QuantitativeValueWithMetric
    domain_of:
    - QuantitativeValueWithMetric
    range: string
  zscore:
    name: zscore
    description: The relative standard deviation of the value, as a function of the
      percentile. May be positive or negative. May be reported as "z-score", "Z-score",
      or "Z", followed by the value. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    alias: zscore
    owner: QuantitativeValueWithMetric
    domain_of:
    - QuantitativeValueWithMetric
    range: string
  value:
    name: value
    annotations:
      owl:
        tag: owl
        value: DataProperty, DataHasValue
    description: The value of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    alias: value
    owner: QuantitativeValueWithMetric
    domain_of:
    - QuantitativeValue
    range: string
  unit:
    name: unit
    annotations:
      owl:
        tag: owl
        value: ObjectProperty, ObjectSomeValuesFrom
    description: The unit of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    slot_uri: qudt:unit
    alias: unit
    owner: QuantitativeValueWithMetric
    domain_of:
    - QuantitativeValue
    range: Unit