DeviceRequestStatus
public enum DeviceRequestStatus : String, Equatable, Codable, Sendable- 
                  
                  request has been created but is not yet complete or ready for action. DeclarationSwift case draft
- 
                  
                  The request is in force and ready to be acted upon. DeclarationSwift case active
- 
                  
                  The request has been temporarily withdrawn but is expected to resume in the future. DeclarationSwift case onHold = "on-hold"
- 
                  
                  The request has been terminated prior. No further activity should occur. DeclarationSwift case revoked
- 
                  
                  The request has been fully performed. No further activity will occur. DeclarationSwift case completed
- 
                  
                  This request should never have existed and should be considered ‘void’. If real-world activity has occurred, the status should be “revoked” DeclarationSwift case enteredInError = "entered-in-error"
- 
                  
                  The authoring/source system does not know which of the status values currently applies for this request. DeclarationSwift case unknown
 View on GitHub
            View on GitHub
           DeviceRequestStatus Enumeration Reference
      DeviceRequestStatus Enumeration Reference