Class: QuantitativeValueWithFrequency
URI: dietitian_notes:QuantitativeValueWithFrequency
erDiagram
QuantitativeValueWithFrequency {
string frequency
string value
}
Unit {
string id
string label
}
QuantitativeValueWithFrequency ||--|o Unit : "unit"
Inheritance
- CompoundExpression
- QuantitativeValue
- QuantitativeValueWithFrequency
- QuantitativeValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
frequency | 0..1 String |
A phrase describing how often an event or procedure should happen | 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 |
---|---|---|---|
DietSupplementation | amount | range | QuantitativeValueWithFrequency |
NutritionSupportComponent | amount | range | QuantitativeValueWithFrequency |
DrugTherapy | amount | range | QuantitativeValueWithFrequency |
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:QuantitativeValueWithFrequency |
native | dietitian_notes:QuantitativeValueWithFrequency |
LinkML Source
Direct
name: QuantitativeValueWithFrequency
annotations:
owl:
tag: owl
value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: QuantitativeValue
attributes:
frequency:
name: frequency
description: A phrase describing how often an event or procedure should happen.
May include time phrases such as "per day", Latin version of the same such as
"per diem", single words such as "daily", or more complex phrases such as "every
4 hours". N/A if not provided.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
domain_of:
- QuantitativeValueWithFrequency
range: string
Induced
name: QuantitativeValueWithFrequency
annotations:
owl:
tag: owl
value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: QuantitativeValue
attributes:
frequency:
name: frequency
description: A phrase describing how often an event or procedure should happen.
May include time phrases such as "per day", Latin version of the same such as
"per diem", single words such as "daily", or more complex phrases such as "every
4 hours". N/A if not provided.
from_schema: http://w3id.org/ontogpt/dietician_notes
rank: 1000
alias: frequency
owner: QuantitativeValueWithFrequency
domain_of:
- QuantitativeValueWithFrequency
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: QuantitativeValueWithFrequency
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: QuantitativeValueWithFrequency
domain_of:
- QuantitativeValue
range: Unit