Path | Short | Definition | Comments |
---|---|---|---|
Measurement, calculation or setting capability of a medical device | Describes a measurement, calculation or setting capability of a medical device. | For the initial scope, this DeviceMetric resource is only applicable to describe a single metric node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard. | |
identifier | Instance identifier | Unique instance identifiers assigned to a device by the device or gateway software, manufacturers, other organizations or owners. For example: handle ID. | For identifiers assigned to a device by the device or gateway software, the `system` element of the identifier should be set to the unique identifier of the device. |
type | Identity of metric, for example Heart Rate or PEEP Setting | Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc. | DeviceMetric.type can be referred to either IEEE 11073-10101 or LOINC. |
unit | Unit of Measure for the Metric | Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc. | DeviceMetric.unit can refer to either UCUM or preferable a RTMMS coding system. |
source | Describes the link to the source Device | Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacturer, serial number, etc. | |
parent | Describes the link to the parent Device | Describes the link to the Device that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a Device that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location. | |
operationalStatus | on | off | standby | entered-in-error | Indicates current operational state of the device. For example: On, Off, Standby, etc. | |
color | black | red | green | yellow | blue | magenta | cyan | white | Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta. | |
category | measurement | setting | calculation | unspecified | Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation. | |
measurementPeriod | Describes the measurement repetition time | Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured. | |
calibration | Describes the calibrations that have been performed or that are required to be performed | Describes the calibrations that have been performed or that are required to be performed. | |
calibration.id | Unique id for inter-element referencing | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | |
calibration.extension | Additional content defined by implementations | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
calibration.modifierExtension | Extensions that cannot be ignored even if unrecognized | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
calibration.type | unspecified | offset | gain | two-point | Describes the type of the calibration method. | |
calibration.state | not-calibrated | calibration-required | calibrated | unspecified | Describes the state of the calibration. | |
calibration.time | Describes the time last calibration has been performed | Describes the time last calibration has been performed. |
The DeviceMetric resource describes mandatory static properties that characterize a direct or derived, quantitative or qualitative biosignal measurement, setting, or calculation produced by a medical device. The DeviceMetric resource can also be used to describe the non-static but highly relevant properties to the metric such as metric status, metric last calibration time and type, measurement mode, color, reference link to the parent DeviceComponent to where it belongs, and any capabilities that the metric offers (for example: setting the metric label).
Note:
For the initial scope, this DeviceMetric resource is only applicable to describe a single metric node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard.
There are two related resources
category | The category of the metric | DeviceMetric.category |
identifier | The identifier of the metric | DeviceMetric.identifier |
parent | The parent DeviceMetric resource | DeviceMetric.parent |
source | The device resource | DeviceMetric.source |
type | The component type | DeviceMetric.type |