| Datatypes UML Documentation |
Summary:AttributesCommentsProperties | Detail:Attributes |
This data type represents a set of possible values between a low value and a high value. The values are quantities, which may include a unit of measure. The unit of measure is typically going to be the same in the low value and the high value (e.g., 2 years - 5 years, but not necessarily so (e.g., 6 months - 3 years). The low and high values are inclusive (e.g., 2 - 4 tablets allows 2, 3, or 4 tablets).This class was called PhysicalQuantityInterval in the past, in alignment with HL7 V3, but was renamed to Range to align with FHIR. Note that this class used to have four properties: lowValue, lowUnit, highValue, and highUnit, the values being reals and the units being codes. This was similar to the V3 PhysicalQuantityInterval. This has been changed to a low and high, both of type quantity, which is equivalent."A set of ordered Quantity values defined by a low and high limit." - HL7 FHIR, RangeThis data type represents an Interval, where the Low and High Limits are Physical Quantities. An Interval is a "set of consecutive values of an ordered base data type." - HL7 V3. A Physical Quantity is "a dimensioned quantity expressing the result of measuring" - HL7 V3
Attributes | ||
«PQ» Quantity | high |
"The high limit. The boundary is inclusive." - HL7 FHIR, Range.high"The high limit of the interval. The high limit SHALL NOT be negative infinity, and SHALL be higher than the low limit if one exists." - HL7 V3. This property contains the numeric portion (i.e., not including any units of measure) of the high limit."The high limit of the interval. The high limit SHALL NOT be negative infinity, and SHALL be higher than the low limit if one exists." - HL7 V3. This property contains the Unit of Measure of the high limit. |
«PQ» Quantity | low |
"The low limit. The boundary is inclusive." - HL7 FHIR, Range.low"The low limit of the interval. The low limit SHALL NOT be positive infinity." - HL7 V3 This property contains the numeric portion (i.e., not including any units of measure) of the low limit."The low limit of the interval. The low limit SHALL NOT be positive infinity." - HL7 V3. This property containsthe Unit of Measure of the low limit. |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | IVL_PQ |
Name | Range |
Name Expression | |
Namespace | Datatypes |
Owned Template Signature | |
Owner | Datatypes |
Owning Template Parameter | |
Package | Datatypes |
Qualified Name | FHIM::Datatypes::Range |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public «PQ» Quantity high
"The high limit. The boundary is inclusive." - HL7 FHIR, Range.high"The high limit of the interval. The high limit SHALL NOT be negative infinity, and SHALL be higher than the low limit if one exists." - HL7 V3. This property contains the numeric portion (i.e., not including any units of measure) of the high limit."The high limit of the interval. The high limit SHALL NOT be negative infinity, and SHALL be higher than the low limit if one exists." - HL7 V3. This property contains the Unit of Measure of the high limit.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | «IVL_PQ» Range |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | high |
Name Expression | |
Namespace | «IVL_PQ» Range |
Opposite | |
Owner | «IVL_PQ» Range |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Datatypes::Range::high |
Stereotype | |
Template Parameter | |
Type | «PQ» Quantity |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «PQ» Quantity low
"The low limit. The boundary is inclusive." - HL7 FHIR, Range.low"The low limit of the interval. The low limit SHALL NOT be positive infinity." - HL7 V3 This property contains the numeric portion (i.e., not including any units of measure) of the low limit."The low limit of the interval. The low limit SHALL NOT be positive infinity." - HL7 V3. This property containsthe Unit of Measure of the low limit.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | «IVL_PQ» Range |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | low |
Name Expression | |
Namespace | «IVL_PQ» Range |
Opposite | |
Owner | «IVL_PQ» Range |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Datatypes::Range::low |
Stereotype | |
Template Parameter | |
Type | «PQ» Quantity |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Comments |
| Datatypes UML Documentation |
Summary:AttributesCommentsProperties | Detail:Attributes |