PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/DeviceMetric
description: Base StructureDefinition for DeviceMetric Resource
package_name: hl7.fhir.core
derivation: specialization
name: DeviceMetric
type: DeviceMetric
elements:
  category: {short: measurement | setting | calculation | unspecified, type: code, isSummary: true, index: 7}
  measurementPeriod: {type: Timing, short: Describes the measurement repetition time, isSummary: true, index: 8}
  color: {short: black | red | green | yellow | blue | magenta | cyan | white, type: code, isSummary: true, index: 6}
  parent:
    short: Describes the link to the parent DeviceComponent
    refers: ['http://hl7.org/fhir/StructureDefinition/DeviceComponent']
    type: Reference
    isSummary: true
    index: 4
  unit: {short: Unit of metric, comments: DeviceMetric.unit can be referred to either UCUM or preferable RTMMS coding system., type: CodeableConcept, isSummary: true, index: 2}
  type: {short: Type of metric, comments: DeviceMetric.type can be referred to either GDMN (nomenclature system supported by FDA Global UDI Database) or preferable RTMMS coding system., type: CodeableConcept, isSummary: true, index: 0}
  source:
    short: Describes the link to the source Device
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    isSummary: true
    index: 3
  identifier: {short: Unique identifier of this DeviceMetric, type: Identifier, isSummary: true, index: 1}
  calibration:
    type: BackboneElement
    short: Describes the calibrations that have been performed or that are required to be performed
    isSummary: true
    array: true
    index: 9
    elements:
      type: {short: unspecified | offset | gain | two-point, type: code, isSummary: true, index: 10}
      state: {short: not-calibrated | calibration-required | calibrated | unspecified, type: code, isSummary: true, index: 11}
      time: {type: instant, short: Describes the time last calibration has been performed, isSummary: true, index: 12}
  operationalStatus: {short: on | off | standby, type: code, isSummary: true, index: 5}
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DeviceMetric
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [identifier, type, category]