Skip to content

Class: NutritionSupportComponent

URI: dietitian_notes:NutritionSupportComponent

erDiagram NutritionSupportComponent { } QuantitativeValue { string value } Unit { string id string label } QuantitativeValueWithFrequency { string frequency string value } TherapeuticMaterial { string id string label } NutritionSupportComponent ||--|o TherapeuticMaterial : "material" NutritionSupportComponent ||--|o QuantitativeValueWithFrequency : "amount" NutritionSupportComponent ||--|o Unit : "dosage_by_unit" NutritionSupportComponent ||--|o QuantitativeValue : "duration" QuantitativeValue ||--|o Unit : "unit" QuantitativeValueWithFrequency ||--|o Unit : "unit"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
material 0..1
TherapeuticMaterial
The name of a specific material included in a patient's diet direct
amount 0..1
QuantitativeValueWithFrequency
The quantity or dosage of the therapy, if provided direct
dosage_by_unit 0..1
Unit
The unit of a patient's properties used to determine diet amounts direct
duration 0..1
QuantitativeValue
The duration of the therapy, if provided direct

Usages

used by used in type used
NutritionSupport components range NutritionSupportComponent

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:NutritionSupportComponent
native dietitian_notes:NutritionSupportComponent

LinkML Source

Direct

name: NutritionSupportComponent
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
  material:
    name: material
    description: The name of a specific material included in a patient's diet.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    range: TherapeuticMaterial
  amount:
    name: amount
    description: The quantity or dosage of the therapy, if provided. May include a
      frequency. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    range: QuantitativeValueWithFrequency
  dosage_by_unit:
    name: dosage_by_unit
    description: The unit of a patient's properties used to determine diet amounts.
      Often "kilogram". N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    range: Unit
  duration:
    name: duration
    description: The duration of the therapy, if provided. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    range: QuantitativeValue

Induced

name: NutritionSupportComponent
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
  material:
    name: material
    description: The name of a specific material included in a patient's diet.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    alias: material
    owner: NutritionSupportComponent
    domain_of:
    - NutritionSupportComponent
    range: TherapeuticMaterial
  amount:
    name: amount
    description: The quantity or dosage of the therapy, if provided. May include a
      frequency. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    alias: amount
    owner: NutritionSupportComponent
    domain_of:
    - DietSupplementation
    - NutritionSupportComponent
    - DrugTherapy
    range: QuantitativeValueWithFrequency
  dosage_by_unit:
    name: dosage_by_unit
    description: The unit of a patient's properties used to determine diet amounts.
      Often "kilogram". N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    alias: dosage_by_unit
    owner: NutritionSupportComponent
    domain_of:
    - DietSupplementation
    - NutritionSupportComponent
    - DrugTherapy
    range: Unit
  duration:
    name: duration
    description: The duration of the therapy, if provided. N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    alias: duration
    owner: NutritionSupportComponent
    domain_of:
    - DietSupplementation
    - NutritionSupportComponent
    - DrugTherapy
    range: QuantitativeValue