eHealth Infrastructure (v2019.5.1)

StructureDefinition: ehealth-devicemetric

Describes a measurement, calculation or setting capability of a medical device.

Scope and Usage

In scope of the eHealth Infrastructure, the DeviceMetric resource is also used for:

  • additional properties pertaining to the referenced Device, for instance, properties specifying simplicity of use, language, size and so on. These properties are captured through a generic structure based on a property type and value in the extension properties.

  • setting of device quality

Device quality settings

The quality of the device can be expressed in a number of ways:

  • through calibration information (which may or may not apply to a particular kind of device) - specifying the last time of calibration and possibly when the calibration expires. Expiration of calibration, specified through the extension calibration.expires, is when the device quality cannot be determined by its calibration information.
  • an initial device quality
  • a degraded device quality value
  • an overridden device quality

The current quality of the Device is DeviceMetric.quality.

The default values for initial, degraded, and overridden quality are kept in DeviceMetric.templateQualities.

Historic values and periods of DeviceMetric.quality are kept in DeviceMetric.qualityHistory. This history is maintained by the eHealth Infrastructure.

If the device is of a kind where calibration influences the device quality, and once the calibration has expired, the device quality will be based on the degraded quality value. Once the device has been calibrated (and a new calibration expiry has been set), the device quality is based on the initial device quality.

At any time, a Practitioner can set which of the initial, degraded and overridden device quality shall be used as current.

Formal Views of Profile Content

The official URL for this profile is:

http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric

This profile builds on DeviceMetric.

This profile was published on Thu May 16 12:32:10 UTC 2019 as a draft by ehealth.sundhed.dk.

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

 

Terminology Bindings

PathNameConformanceValueSet
DeviceMetric.languageCommon LanguagesextensibleCommon Languages
DeviceMetric.typeDevice Metric and Component TypespreferredDevice Metric and Component Types
DeviceMetric.unitDevice Metric and Component TypespreferredDevice Metric and Component Types
DeviceMetric.operationalStatusDeviceMetricOperationalStatusrequiredDeviceMetricOperationalStatus
DeviceMetric.colorDeviceMetricColorrequiredDeviceMetricColor
DeviceMetric.categoryDeviceMetricCategoryrequiredDeviceMetricCategory
DeviceMetric.calibration.typeDeviceMetricCalibrationTyperequiredDeviceMetricCalibrationType
DeviceMetric.calibration.stateDeviceMetricCalibrationStaterequiredDeviceMetricCalibrationState

Constraints

IdPathDetailsRequirements
dom-2DeviceMetricIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1DeviceMetricIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4DeviceMetricIf 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-3DeviceMetricIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()
ele-1DeviceMetric.calibrationAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
.