Class OrderStatusCodes
The status of the response to an order.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class OrderStatusCodes : object
Fields
| Improve this Doc View SourceAborted
Processing the order was stopped because of some workflow/business logic reason.
Declaration
public static readonly Coding Aborted
Field Value
Type | Description |
---|---|
Coding |
Accepted
The order has been accepted, and work is in progress.
Declaration
public static readonly Coding Accepted
Field Value
Type | Description |
---|---|
Coding |
Cancelled
Processing the order was halted at the initiators request.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Completed
The order has been completed.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
Error
The order was unable to be processed because of a technical error (i.e. unexpected error)
Declaration
public static readonly Coding Error
Field Value
Type | Description |
---|---|
Coding |
LiteralAborted
Literal for code: Aborted
Declaration
public const string LiteralAborted = null
Field Value
Type | Description |
---|---|
System. |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralError
Literal for code: Error
Declaration
public const string LiteralError = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusAborted
Literal for code: OrderStatusAborted
Declaration
public const string LiteralOrderStatusAborted = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusAccepted
Literal for code: OrderStatusAccepted
Declaration
public const string LiteralOrderStatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusCancelled
Literal for code: OrderStatusCancelled
Declaration
public const string LiteralOrderStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusCompleted
Literal for code: OrderStatusCompleted
Declaration
public const string LiteralOrderStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusError
Literal for code: OrderStatusError
Declaration
public const string LiteralOrderStatusError = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusPending
Literal for code: OrderStatusPending
Declaration
public const string LiteralOrderStatusPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusRejected
Literal for code: OrderStatusRejected
Declaration
public const string LiteralOrderStatusRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusReplaced
Literal for code: OrderStatusReplaced
Declaration
public const string LiteralOrderStatusReplaced = null
Field Value
Type | Description |
---|---|
System. |
LiteralOrderStatusReview
Literal for code: OrderStatusReview
Declaration
public const string LiteralOrderStatusReview = null
Field Value
Type | Description |
---|---|
System. |
LiteralPending
Literal for code: Pending
Declaration
public const string LiteralPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralRejected
Literal for code: Rejected
Declaration
public const string LiteralRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralReplaced
Literal for code: Replaced
Declaration
public const string LiteralReplaced = null
Field Value
Type | Description |
---|---|
System. |
LiteralReview
Literal for code: Review
Declaration
public const string LiteralReview = null
Field Value
Type | Description |
---|---|
System. |
Pending
The order is known, but no processing has occurred at this time
Declaration
public static readonly Coding Pending
Field Value
Type | Description |
---|---|
Coding |
Rejected
The order was rejected because of a workflow/business logic reason
Declaration
public static readonly Coding Rejected
Field Value
Type | Description |
---|---|
Coding |
Replaced
The order has been cancelled and replaced by another.
Declaration
public static readonly Coding Replaced
Field Value
Type | Description |
---|---|
Coding |
Review
The order is undergoing initial processing to determine whether it will be accepted (usually this involves human review)
Declaration
public static readonly Coding Review
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up OrderStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |