This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Range constrained to UCUM as the code system for units.
The official URL for this profile is:
http://hl7.org/fhir/uv/ips/StructureDefinition/Range-uv-ips
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Range
This structure is derived from Range
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | S | 0..* | Range | Set of values bounded by low and high |
low | S | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
high | S | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | SI | 0..* | Range | Set of values bounded by low and high |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
low | SI | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
high | SI | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
Documentation for this format |
This structure is derived from Range
Differential View
This structure is derived from Range
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | S | 0..* | Range | Set of values bounded by low and high |
low | S | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
high | S | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | SI | 0..* | Range | Set of values bounded by low and high |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
low | SI | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
high | SI | 0..1 | SimpleQuantityIPS | A measured amount using UCUM |
Documentation for this format |
Other representations of profile: Schematron
Id | Path | Details | Requirements |
ele-1 | Range | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
rng-2 | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) | |
ele-1 | Range.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | Range.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | Range.low | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
qty-3 | Range.low | If a code for the unit is present, the system SHALL also be present : code.empty() or system.exists() | |
sqty-1 | Range.low | The comparator is not used on a SimpleQuantity : comparator.empty() | |
ele-1 | Range.high | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
qty-3 | Range.high | If a code for the unit is present, the system SHALL also be present : code.empty() or system.exists() | |
sqty-1 | Range.high | The comparator is not used on a SimpleQuantity : comparator.empty() |