interface DeviceMetric {
    _category?: Element;
    _color?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _operationalStatus?: Element;
    calibration?: DeviceMetricCalibration[];
    category: code;
    color?: code;
    contained?: ConcreteType[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    measurementPeriod?: Timing;
    meta?: Meta;
    modifierExtension?: Extension[];
    operationalStatus?: code;
    parent?: Reference;
    resourceType: "DeviceMetric";
    source?: Reference;
    text?: Narrative;
    type: CodeableConcept;
    unit?: CodeableConcept;
}

Properties

_category?: Element

measurement | setting | calculation | unspecified

_color?: Element

black | red | green | yellow | blue | magenta | cyan | white

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_operationalStatus?: Element

on | off | standby | entered-in-error

calibration?: DeviceMetricCalibration[]

Describes the calibrations that have been performed or that are required to be performed

category: code

measurement | setting | calculation | unspecified

color?: code

black | red | green | yellow | blue | magenta | cyan | white

contained?: ConcreteType[]

Contained, inline Resources

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Instance identifier

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

measurementPeriod?: Timing

Describes the measurement repetition time

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

operationalStatus?: code

on | off | standby | entered-in-error

parent?: Reference

Describes the link to the parent Device

resourceType
source?: Reference

Describes the link to the source Device

text?: Narrative

Text summary of the resource, for human interpretation

Identity of metric, for example Heart Rate or PEEP Setting

Unit of Measure for the Metric