FHIRDeviceStatus
public enum FHIRDeviceStatus: String
The availability status of the device.
URL: http://hl7.org/fhir/device-status ValueSet: http://hl7.org/fhir/ValueSet/device-status
-
The Device is available for use. Note: This means for implanted devices the device is implanted in the patient.
Declaration
Swift
case active = "active"
-
The Device is no longer available for use (e.g. lost, expired, damaged). Note: This means for implanted devices the device has been removed from the patient.
Declaration
Swift
case inactive = "inactive"
-
The Device was entered in error and voided.
Declaration
Swift
case enteredInError = "entered-in-error"
-
The status of the device has not been determined.
Declaration
Swift
case unknown = "unknown"