PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot4
    http://hl7.org/fhir/StructureDefinition/DeviceMetric
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.
package_name: hl7.fhir.r6.core
derivation: specialization
name: DeviceMetric
type: DeviceMetric
elements:
  category:
    isModifier: false
    short: The kind of metric represented
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/metric-category'}
    isSummary: true
    index: 3
  availability:
    isModifier: false
    short: The continuity of the metric (e.g., measurement)
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/metric-availability'}
    isSummary: true
    index: 9
  color:
    isModifier: false
    short: 'Color name (from CSS4) or #RRGGBB code'
    type: code
    mustSupport: false
    meaningWhenMissing: If absent, there is no preferred color for rendering.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/color-codes|6.0.0-ballot4'}
    isSummary: false
    index: 7
  unit:
    isModifier: false
    short: Unit of Measure for the Metric
    type: CodeableConcept
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/ucum-units'}
    isSummary: true
    index: 6
  type:
    isModifier: false
    short: Identity of metric, for example Heart Rate or PEEP Setting
    type: CodeableConcept
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/devicemetric-type'}
    isSummary: true
    index: 4
  status:
    isModifier: true
    short: active | inactive | entered-in-error | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-status|6.0.0-ballot4'}
    isModifierReason: This element is labeled as a modifier because the status contains the codes entered-in-error and inactive that mark the resource as not currently valid.
    isSummary: true
  identifier: {isModifier: false, short: Instance identifier, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  device:
    isModifier: false
    short: The device to which this DeviceMetric applies
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 5
  measurementFrequency: {isModifier: false, short: Indicates how often the metric is taken or recorded, type: Quantity, mustSupport: false, isSummary: false, index: 8}
  calibration:
    isModifier: false
    short: Describes the calibrations that have been performed or that are required to be performed
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 10
    elements:
      type:
        isModifier: false
        short: The method of calibration
        type: CodeableConcept
        mustSupport: false
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-type'}
        isSummary: false
        index: 11
      state:
        isModifier: false
        short: not-calibrated | calibration-required | calibrated | unspecified
        type: code
        mustSupport: false
        meaningWhenMissing: If absent, the calibration state is unknown.
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-state|6.0.0-ballot4'}
        isSummary: false
        index: 12
      time: {isModifier: false, short: Describes the time last calibration has been performed, type: instant, mustSupport: false, isSummary: false, index: 13}
  operationalStatus:
    isModifier: false
    short: on | off | standby | unknown
    type: code
    mustSupport: false
    meaningWhenMissing: If absent, the operational status of the device is unknown.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-operational-status|6.0.0-ballot4'}
    isSummary: true
    index: 2
package_version: 6.0.0-ballot4
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DeviceMetric
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot4
required: [device, status, type, category]