RareLink Implementation Guide
2.0.0 - 2.0.0

RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: RareLink IPS Measurement Radiology

Official URL: https://rarelink.bih-charite.de/fhir/StructureDefinition/rarelink-ips-measurement-radiology Version: 2.0.0
Draft as of 2025-05-12 Computable Name: RareLinkIPSMeasurementRadiology

A RareLink-specific profile for radiology measurements based on the IPS Observation profile.

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

This structure is derived from ObservationResultsRadiologyUvIps

Terminology Bindings

PathConformanceValueSet / CodeURI
Observation.statusrequiredResultsStatusUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.category:radiologypreferredPattern: imaging
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.codepreferredResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.performer.extension:dataAbsentReason.value[x]requiredPattern: unknown
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component:observationText.codeextensibleResultsRadiologyTextualObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-uv-ips
Observation.component:observationCode.codeextensibleResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.component:numericQuantityMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRangeMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRatioMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericSampledDataMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
hasMemberOrComponenterrorObservationcomponent and hasMember are mutually exclusive
: hasMember.empty() or component.empty()
ips-1errorObservation.effective[x]Datetime must be at least to day.
: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
qty-3errorObservation.component:numericQuantityMeasurement.value[x]If a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
rat-1errorObservation.component:numericRatioMeasurement.value[x]Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present
: (numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())
rng-2errorObservation.component:numericRangeMeasurement.value[x]If present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

Terminology Bindings

PathConformanceValueSet / CodeURI
Observation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Observation.statusrequiredResultsStatusUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.category:radiologypreferredPattern: imaging
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.codepreferredResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.subject.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Observation.performer.extension:dataAbsentReason.value[x]requiredPattern: unknown
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.performer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Observation.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
from the FHIR Standard
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:observationText.codeextensibleResultsRadiologyTextualObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-uv-ips
Observation.component:observationText.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:observationText.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:observationCode.codeextensibleResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.component:observationCode.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:observationCode.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericQuantityMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericQuantityMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericQuantityMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericRangeMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRangeMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericRangeMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericRatioMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRatioMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericRatioMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericSampledDataMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericSampledDataMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericSampledDataMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
hasMemberOrComponenterrorObservationcomponent and hasMember are mutually exclusive
: hasMember.empty() or component.empty()
ips-1errorObservation.effective[x]Datetime must be at least to day.
: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8
obs-3errorObservation.referenceRangeMust have at least a low or a high or text
: low.exists() or high.exists() or text.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
qty-3errorObservation.component:numericQuantityMeasurement.value[x]If a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
rat-1errorObservation.component:numericRatioMeasurement.value[x]Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present
: (numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())
rng-2errorObservation.component:numericRangeMeasurement.value[x]If present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

This structure is derived from ObservationResultsRadiologyUvIps

Summary

Mandatory: 1 element
Must-Support: 3 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from ObservationResultsRadiologyUvIps

Key Elements View

Terminology Bindings

PathConformanceValueSet / CodeURI
Observation.statusrequiredResultsStatusUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.category:radiologypreferredPattern: imaging
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.codepreferredResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.performer.extension:dataAbsentReason.value[x]requiredPattern: unknown
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component:observationText.codeextensibleResultsRadiologyTextualObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-uv-ips
Observation.component:observationCode.codeextensibleResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.component:numericQuantityMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRangeMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRatioMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericSampledDataMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
hasMemberOrComponenterrorObservationcomponent and hasMember are mutually exclusive
: hasMember.empty() or component.empty()
ips-1errorObservation.effective[x]Datetime must be at least to day.
: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
qty-3errorObservation.component:numericQuantityMeasurement.value[x]If a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
rat-1errorObservation.component:numericRatioMeasurement.value[x]Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present
: (numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())
rng-2errorObservation.component:numericRangeMeasurement.value[x]If present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

Snapshot View

Terminology Bindings

PathConformanceValueSet / CodeURI
Observation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Observation.statusrequiredResultsStatusUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips
Observation.categorypreferredObservationCategoryCodes
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.category:radiologypreferredPattern: imaging
http://hl7.org/fhir/ValueSet/observation-category
from the FHIR Standard
Observation.codepreferredResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.subject.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Observation.performer.extension:dataAbsentReason.value[x]requiredPattern: unknown
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.performer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Observation.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Observation.methodexampleObservationMethods
http://hl7.org/fhir/ValueSet/observation-methods
from the FHIR Standard
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
from the FHIR Standard
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
from the FHIR Standard
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
from the FHIR Standard
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:observationText.codeextensibleResultsRadiologyTextualObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-uv-ips
Observation.component:observationText.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:observationText.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:observationCode.codeextensibleResultsRadiologyObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips
Observation.component:observationCode.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:observationCode.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericQuantityMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericQuantityMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericQuantityMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericRangeMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRangeMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericRangeMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericRatioMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericRatioMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericRatioMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard
Observation.component:numericSampledDataMeasurement.codeextensibleResultsRadiologyMeasurementObservationUvIps
http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-uv-ips
Observation.component:numericSampledDataMeasurement.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
from the FHIR Standard
Observation.component:numericSampledDataMeasurement.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
hasMemberOrComponenterrorObservationcomponent and hasMember are mutually exclusive
: hasMember.empty() or component.empty()
ips-1errorObservation.effective[x]Datetime must be at least to day.
: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8
obs-3errorObservation.referenceRangeMust have at least a low or a high or text
: low.exists() or high.exists() or text.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
qty-3errorObservation.component:numericQuantityMeasurement.value[x]If a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
rat-1errorObservation.component:numericRatioMeasurement.value[x]Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present
: (numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())
rng-2errorObservation.component:numericRangeMeasurement.value[x]If present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

This structure is derived from ObservationResultsRadiologyUvIps

Summary

Mandatory: 1 element
Must-Support: 3 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron