http://hl7.org/fhir/StructureDefinition/DeviceMetric|5.0.0

Describes a measurement, calculation or setting capability of a device. The DeviceMetric resource is derived from the ISO/IEEE 11073-10201 Domain Information Model standard, but is more widely applicable.
description: 'Describes a measurement, calculation or setting capability of a device.  The DeviceMetric resource is derived from the ISO/IEEE 11073-10201 Domain Information Model standard, but is more widely applicable. '
derivation: specialization
name: DeviceMetric
type: DeviceMetric
elements:
  category:
    isModifier: false
    short: measurement | setting | calculation | unspecified
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-category|5.0.0'}
    isSummary: true
    index: 6
  color:
    isModifier: false
    short: 'Color name (from CSS4) or #RRGGBB code'
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/color-codes|5.0.0'}
    isSummary: false
    index: 5
  unit:
    isModifier: false
    short: Unit of Measure for the Metric
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/ucum-units'}
    isSummary: true
    index: 2
  type:
    isModifier: false
    short: Identity of metric, for example Heart Rate or PEEP Setting
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/devicemetric-type'}
    isSummary: true
    index: 1
  identifier: {isModifier: false, short: Instance identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  device: {isModifier: false, short: Describes the link to the Device, mustSupport: false, isSummary: true, index: 3}
  measurementFrequency: {isModifier: false, short: Indicates how often the metric is taken or recorded, mustSupport: false, isSummary: false, index: 7}
  calibration:
    isModifier: false
    short: Describes the calibrations that have been performed or that are required to be performed
    mustSupport: false
    array: true
    isSummary: false
    index: 8
    elements:
      type:
        isModifier: false
        short: unspecified | offset | gain | two-point
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-type|5.0.0'}
        isSummary: false
        index: 9
      state:
        isModifier: false
        short: not-calibrated | calibration-required | calibrated | unspecified
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-state|5.0.0'}
        isSummary: false
        index: 10
      time: {isModifier: false, short: Describes the time last calibration has been performed, mustSupport: false, isSummary: false, index: 11}
  operationalStatus:
    isModifier: false
    short: on | off | standby | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-operational-status|5.0.0'}
    isSummary: true
    index: 4
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DeviceMetric
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [device, type, category]