interface DeviceMetricCalibration {
    _state?: Element;
    _time?: Element;
    _type?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    state?: code;
    time?: instant;
    type?: code;
}

Properties

_state?: Element

not-calibrated | calibration-required | calibrated | unspecified

_time?: Element

Describes the time last calibration has been performed

_type?: Element

unspecified | offset | gain | two-point

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

state?: code

not-calibrated | calibration-required | calibrated | unspecified

time?: instant

Describes the time last calibration has been performed

type?: code

unspecified | offset | gain | two-point