DeviceMetricOperationalStatus
public enum DeviceMetricOperationalStatus: String
Describes the operational status of the DeviceMetric.
URL: http://hl7.org/fhir/metric-operational-status ValueSet: http://hl7.org/fhir/ValueSet/metric-operational-status
-
The DeviceMetric is operating and will generate DeviceObservations.
Declaration
Swift
case on = "on"
-
The DeviceMetric is not operating.
Declaration
Swift
case off = "off"
-
The DeviceMetric is operating, but will not generate any DeviceObservations.
Declaration
Swift
case standby = "standby"
-
The DeviceMetric was entered in error.
Declaration
Swift
case enteredInError = "entered-in-error"