Describes a measurement, calculation or setting capability of a medical device.
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
The quality of the device can be expressed in a number of ways:
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.
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.
Path | Name | Conformance | ValueSet |
DeviceMetric.language | Common Languages | extensible | Common Languages |
DeviceMetric.type | Device Metric and Component Types | preferred | Device Metric and Component Types |
DeviceMetric.unit | Device Metric and Component Types | preferred | Device Metric and Component Types |
DeviceMetric.operationalStatus | DeviceMetricOperationalStatus | required | DeviceMetricOperationalStatus |
DeviceMetric.color | DeviceMetricColor | required | DeviceMetricColor |
DeviceMetric.category | DeviceMetricCategory | required | DeviceMetricCategory |
DeviceMetric.calibration.type | DeviceMetricCalibrationType | required | DeviceMetricCalibrationType |
DeviceMetric.calibration.state | DeviceMetricCalibrationState | required | DeviceMetricCalibrationState |
Id | Path | Details | Requirements |
dom-2 | DeviceMetric | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-1 | DeviceMetric | If the resource is contained in another resource, it SHALL NOT contain any narrative : contained.text.empty() | |
dom-4 | DeviceMetric | If 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-3 | DeviceMetric | If 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-1 | DeviceMetric.calibration | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) |