DeviceComponentOperationalStatus
public enum DeviceComponentOperationalStatus: String
Codes representing the current status of the device - on, off, suspended, etc.
URL: http://hl7.org/fhir/operational-status ValueSet: http://hl7.org/fhir/ValueSet/operational-status
-
The device is off.
Declaration
Swift
case off = "off"
-
The device is fully operational.
Declaration
Swift
case on = "on"
-
The device is not ready.
Declaration
Swift
case notReady = "not-ready"
-
The device is ready but not actively operating.
Declaration
Swift
case standby = "standby"
-
The device transducer is diconnected.
Declaration
Swift
case transducDiscon = "transduc-discon"
-
The device hardware is disconnected.
Declaration
Swift
case hwDiscon = "hw-discon"
-
The device was entered in error.
Declaration
Swift
case enteredInError = "entered-in-error"