International Patient Summary Implementation Guide
1.0.0 - STU 1

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

StructureDefinition: RangeIPS

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

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Range

Summary

Must-Support: 2 elements

Structures

This structure refers to these other structures:

This structure is derived from Range

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range S0..*RangeSet of values bounded by low and high
... low S0..1SimpleQuantityIPSA measured amount using UCUM
... high S0..1SimpleQuantityIPSA measured amount using UCUM

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Range SI0..*RangeSet of values bounded by low and high
... id 0..1stringUnique id for inter-element referencing
... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... low SI0..1SimpleQuantityIPSA measured amount using UCUM

doco Documentation for this format

This structure is derived from Range

Summary

Must-Support: 2 elements

Structures

This structure refers to these other structures:

Differential View

This structure is derived from Range

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range S0..*RangeSet of values bounded by low and high
... low S0..1SimpleQuantityIPSA measured amount using UCUM
... high S0..1SimpleQuantityIPSA measured amount using UCUM

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range SI0..*RangeSet of values bounded by low and high
... id 0..1stringUnique id for inter-element referencing
... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... low SI0..1SimpleQuantityIPSA measured amount using UCUM

doco Documentation for this format

 

Other representations of profile: Schematron

Terminology Bindings

Constraints

Constraints

IdPathDetailsRequirements
ele-1RangeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
rng-2RangeIf present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)
ele-1Range.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1Range.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1Range.lowAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
qty-3Range.lowIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
sqty-1Range.lowThe comparator is not used on a SimpleQuantity
: comparator.empty()
ele-1Range.highAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
qty-3Range.highIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
sqty-1Range.highThe comparator is not used on a SimpleQuantity
: comparator.empty()