Range
A set of ordered Quantities defined by a low and high limit. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
type Range implements Element {
low: Quantity
high: Quantity
extension: [Extension]
id: String
}
Fields
Range.low ● Quantity object
The low limit. The boundary is inclusive.
Range.high ● Quantity object
The high limit. The boundary is inclusive.
Range.extension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Range.id ● String scalar
Interfaces
Element interface
Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Member Of
ActivityDefinition object ● AllergyIntolerance object ● ClinicalUseDefinitionIndication object ● Condition object ● DeviceRequestParameter object ● DosageDoseAndRate object ● ElementDefinition object ● ElementDefinitionExample object ● EvidenceReportCharacteristic object ● Extension object ● FamilyMemberHistory object ● FamilyMemberHistoryCondition object ● GoalTarget object ● GroupCharacteristic object ● Observation object ● ObservationComponent object ● ObservationDefinitionQualifiedInterval object ● ObservationReferenceRange object ● PlanDefinitionAction object ● PlanDefinitionRelatedAction object ● PlanDefinitionTarget object ● Procedure object ● RequestGroupAction object ● RequestGroupRelatedAction object ● RiskAssessmentPrediction object ● ServiceRequest object ● SpecimenDefinitionHandling object ● StructureMapSource object ● SupplyRequestParameter object ● TaskInput object ● TaskOutput object ● TimingRepeat object ● UsageContext object