PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot3
    http://hl7.org/fhir/StructureDefinition/DeviceMetric
description: Describes a measurement, calculation or setting capability of a medical device.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: DeviceMetric
type: DeviceMetric
elements:
  category:
    isModifier: false
    short: measurement | setting | calculation | unspecified
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-category|5.0.0-snapshot3'}
    isSummary: true
    index: 7
  measurementPeriod: {isModifier: false, short: Describes the measurement repetition time, type: Timing, mustSupport: false, isSummary: true, index: 8}
  color:
    isModifier: false
    short: black | red | green | yellow | blue | magenta | cyan | white
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-color|5.0.0-snapshot3'}
    isSummary: true
    index: 6
  parent:
    isModifier: false
    short: Describes the link to the parent Device
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 4
  unit:
    isModifier: false
    short: Unit of Measure for the Metric
    type: CodeableConcept
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/devicemetric-type'}
    isSummary: true
    index: 2
  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: 1
  source:
    isModifier: false
    short: Describes the link to the source Device
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 3
  identifier: {isModifier: false, short: Instance identifier, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  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: true
    index: 9
    elements:
      type:
        isModifier: false
        short: unspecified | offset | gain | two-point
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-type|5.0.0-snapshot3'}
        isSummary: true
        index: 10
      state:
        isModifier: false
        short: not-calibrated | calibration-required | calibrated | unspecified
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-calibration-state|5.0.0-snapshot3'}
        isSummary: true
        index: 11
      time: {isModifier: false, short: Describes the time last calibration has been performed, type: instant, mustSupport: false, isSummary: true, index: 12}
  operationalStatus:
    isModifier: false
    short: on | off | standby | entered-in-error
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/metric-operational-status|5.0.0-snapshot3'}
    isSummary: true
    index: 5
package_version: 5.0.0-snapshot3
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DeviceMetric
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0-snapshot3
required: [type, category]