Class: NutritionSupport
URI: dietitian_notes:NutritionSupport
erDiagram
NutritionSupport {
}
NutritionSupportComponent {
}
QuantitativeValue {
string value
}
Unit {
string id
string label
}
QuantitativeValueWithFrequency {
string frequency
string value
}
TherapeuticMaterial {
string id
string label
}
NutritionSupportMethod {
string id
string label
}
NutritionSupport ||--|o NutritionSupportMethod : "method"
NutritionSupport ||--}o NutritionSupportComponent : "components"
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
- CompoundExpression
- NutritionSupport
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
method | 0..1 NutritionSupportMethod |
The name of a method used to provide nutritional support | direct |
components | * NutritionSupportComponent |
The names of specific components included in a patient's diet | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ClinicalObservations | nutrition_support | range | NutritionSupport |
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:NutritionSupport |
native | dietitian_notes:NutritionSupport |
LinkML Source
Direct
name: NutritionSupport
annotations:
owl:
tag: owl
value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
method:
name: method
description: The name of a method used to provide nutritional support.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
domain_of:
- NutritionSupport
range: NutritionSupportMethod
components:
name: components
description: The names of specific components included in a patient's diet.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
domain_of:
- NutritionSupport
range: NutritionSupportComponent
multivalued: true
Induced
name: NutritionSupport
annotations:
owl:
tag: owl
value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
method:
name: method
description: The name of a method used to provide nutritional support.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
alias: method
owner: NutritionSupport
domain_of:
- NutritionSupport
range: NutritionSupportMethod
components:
name: components
description: The names of specific components included in a patient's diet.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
alias: components
owner: NutritionSupport
domain_of:
- NutritionSupport
range: NutritionSupportComponent
multivalued: true