CH EMED (R4)
2.0.0 - STU 2
This page is part of the CH EMED (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Defining URL: | http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-range |
Version: | 2.0.0 |
Name: | CHEMEDRangeWithEmedUnits |
Title: | CH EMED Range with units |
Status: | Active as of 2021-02-11 |
Definition: | A range with defined quantity/units |
Publisher: | HL7 Switzerland |
Copyright: | CC-BY-SA-4.0 |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-range
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 | 0..* | Range | Set of values bounded by low and high | |
low | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) | |
high | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | I | 0..* | Range | Set of values bounded by low and high |
id | 0..1 | string | Unique id for inter-element referencing | |
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
low | I | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) |
high | I | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | I | 0..* | Range | Set of values bounded by low and high |
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 | 0..* | Range | Set of values bounded by low and high | |
low | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) | |
high | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | I | 0..* | Range | Set of values bounded by low and high |
id | 0..1 | string | Unique id for inter-element referencing | |
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
low | I | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) |
high | I | 0..1 | CHEMEDQuantityWithEmedUnits | A fixed quantity (no comparator) |
Documentation for this format |
Other representations of profile: CSV, Excel, Schematron
Id | Grade | Path | Details | Requirements |
ele-1 | error | Range | 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) | |
ele-1 | error | Range.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | Range.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | error | Range.low | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
qty-3 | error | Range.low | If a code for the unit is present, the system SHALL also be present : code.empty() or system.exists() | |
sqty-1 | error | Range.low | The comparator is not used on a SimpleQuantity : comparator.empty() | |
ele-1 | error | Range.high | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
qty-3 | error | Range.high | If a code for the unit is present, the system SHALL also be present : code.empty() or system.exists() | |
sqty-1 | error | Range.high | The comparator is not used on a SimpleQuantity : comparator.empty() |