International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/fhir-ips/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/ips/StructureDefinition/Range-uv-ips | Version: 2.0.0 | |||
Standards status: Trial-use | Maturity Level: 2 | Computable Name: RangeIPS |
Range constrained to UCUM as the code system for units.
Requires UCUM as the code system for units
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | C | 0..* | Range | Set of values bounded by low and high ele-1: All FHIR elements must have a @value or children rng-2: If present, low SHALL have a lower value than high |
low | SΣ | 0..1 | SimpleQuantityIPS | Low limit ele-1: All FHIR elements must have a @value or children |
high | SΣ | 0..1 | SimpleQuantityIPS | High limit ele-1: All FHIR elements must have a @value or children |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
rng-2 | error | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) |
This structure is derived from Range
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | Range | |||
low | S | 0..1 | SimpleQuantityIPS | Low limit |
high | S | 0..1 | SimpleQuantityIPS | High limit |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | C | 0..* | Range | Set of values bounded by low and high rng-2: If present, low SHALL have a lower value than high |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
low | SΣ | 0..1 | SimpleQuantityIPS | Low limit |
high | SΣ | 0..1 | SimpleQuantityIPS | High limit |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
rng-2 | error | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | C | 0..* | Range | Set of values bounded by low and high ele-1: All FHIR elements must have a @value or children rng-2: If present, low SHALL have a lower value than high |
low | SΣ | 0..1 | SimpleQuantityIPS | Low limit ele-1: All FHIR elements must have a @value or children |
high | SΣ | 0..1 | SimpleQuantityIPS | High limit ele-1: All FHIR elements must have a @value or children |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
rng-2 | error | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) |
Differential View
This structure is derived from Range
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | Range | |||
low | S | 0..1 | SimpleQuantityIPS | Low limit |
high | S | 0..1 | SimpleQuantityIPS | High limit |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | C | 0..* | Range | Set of values bounded by low and high rng-2: If present, low SHALL have a lower value than high |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
low | SΣ | 0..1 | SimpleQuantityIPS | Low limit |
high | SΣ | 0..1 | SimpleQuantityIPS | High limit |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
rng-2 | error | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) |
Other representations of profile: CSV, Excel, Schematron