Show / Hide Table of Contents

Class DeviceUseRequestStatusCodes

Codes representing the status of the request.

Inheritance
System.Object
DeviceUseRequestStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DeviceUseRequestStatusCodes : object

Fields

| Improve this Doc View Source

Aborted

The request was attempted, but due to some procedural error, it could not be completed.

Declaration
public static readonly Coding Aborted
Field Value
Type Description
Coding
| Improve this Doc View Source

Accepted

The receiving system has accepted the request but work has not yet commenced.

Declaration
public static readonly Coding Accepted
Field Value
Type Description
Coding
| Improve this Doc View Source

Completed

The work has been complete, the report(s) released, and no further work is planned.

Declaration
public static readonly Coding Completed
Field Value
Type Description
Coding
| Improve this Doc View Source

InProgress

The work to fulfill the order is happening.

Declaration
public static readonly Coding InProgress
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAborted

Literal for code: Aborted

Declaration
public const string LiteralAborted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAccepted

Literal for code: Accepted

Declaration
public const string LiteralAccepted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCompleted

Literal for code: Completed

Declaration
public const string LiteralCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusAborted

Literal for code: DeviceUseRequestStatusAborted

Declaration
public const string LiteralDeviceUseRequestStatusAborted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusAccepted

Literal for code: DeviceUseRequestStatusAccepted

Declaration
public const string LiteralDeviceUseRequestStatusAccepted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusCompleted

Literal for code: DeviceUseRequestStatusCompleted

Declaration
public const string LiteralDeviceUseRequestStatusCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusInProgress

Literal for code: DeviceUseRequestStatusInProgress

Declaration
public const string LiteralDeviceUseRequestStatusInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusPlanned

Literal for code: DeviceUseRequestStatusPlanned

Declaration
public const string LiteralDeviceUseRequestStatusPlanned = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusProposed

Literal for code: DeviceUseRequestStatusProposed

Declaration
public const string LiteralDeviceUseRequestStatusProposed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusReceived

Literal for code: DeviceUseRequestStatusReceived

Declaration
public const string LiteralDeviceUseRequestStatusReceived = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusRejected

Literal for code: DeviceUseRequestStatusRejected

Declaration
public const string LiteralDeviceUseRequestStatusRejected = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusRequested

Literal for code: DeviceUseRequestStatusRequested

Declaration
public const string LiteralDeviceUseRequestStatusRequested = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDeviceUseRequestStatusSuspended

Literal for code: DeviceUseRequestStatusSuspended

Declaration
public const string LiteralDeviceUseRequestStatusSuspended = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInProgress

Literal for code: InProgress

Declaration
public const string LiteralInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPlanned

Literal for code: Planned

Declaration
public const string LiteralPlanned = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProposed

Literal for code: Proposed

Declaration
public const string LiteralProposed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReceived

Literal for code: Received

Declaration
public const string LiteralReceived = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRejected

Literal for code: Rejected

Declaration
public const string LiteralRejected = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRequested

Literal for code: Requested

Declaration
public const string LiteralRequested = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSuspended

Literal for code: Suspended

Declaration
public const string LiteralSuspended = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Planned

The request has been planned.

Declaration
public static readonly Coding Planned
Field Value
Type Description
Coding
| Improve this Doc View Source

Proposed

The request has been proposed.

Declaration
public static readonly Coding Proposed
Field Value
Type Description
Coding
| Improve this Doc View Source

Received

The receiving system has received the request but not yet decided whether it will be performed.

Declaration
public static readonly Coding Received
Field Value
Type Description
Coding
| Improve this Doc View Source

Rejected

The receiving system has declined to fulfill the request.

Declaration
public static readonly Coding Rejected
Field Value
Type Description
Coding
| Improve this Doc View Source

Requested

The request has been placed.

Declaration
public static readonly Coding Requested
Field Value
Type Description
Coding
| Improve this Doc View Source

Suspended

The request has been held by originating system/user request.

Declaration
public static readonly Coding Suspended
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up DeviceUseRequestStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX