DeviceUseStatementStatus
public enum DeviceUseStatementStatus: String
A coded concept indicating the current status of a the Device Usage
URL: http://hl7.org/fhir/device-statement-status ValueSet: http://hl7.org/fhir/ValueSet/device-statement-status
-
The device is still being used.
Declaration
Swift
case active = "active"
-
The device is no longer being used.
Declaration
Swift
case completed = "completed"
-
The statement was recorded incorrectly.
Declaration
Swift
case enteredInError = "entered-in-error"
-
The device may be used at some time in the future.
Declaration
Swift
case intended = "intended"
-
Actions implied by the statement have been permanently halted, before all of them occurred.
Declaration
Swift
case stopped = "stopped"
-
Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called
suspended
.Declaration
Swift
case onHold = "on-hold"