Class CommunicationRequestStatusCodes
The status of the communication.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CommunicationRequestStatusCodes : object
Fields
| Improve this Doc View SourceAccepted
The receiving system has accepted the order, but work has not yet commenced.
Declaration
public static readonly Coding Accepted
Field Value
Type | Description |
---|---|
Coding |
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 |
Failed
The communication was attempted, but due to some procedural error, it could not be completed.
Declaration
public static readonly Coding Failed
Field Value
Type | Description |
---|---|
Coding |
InProgress
The work to fulfill the order is happening.
Declaration
public static readonly Coding InProgress
Field Value
Type | Description |
---|---|
Coding |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusAccepted
Literal for code: CommunicationRequestStatusAccepted
Declaration
public const string LiteralCommunicationRequestStatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusCompleted
Literal for code: CommunicationRequestStatusCompleted
Declaration
public const string LiteralCommunicationRequestStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusFailed
Literal for code: CommunicationRequestStatusFailed
Declaration
public const string LiteralCommunicationRequestStatusFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusInProgress
Literal for code: CommunicationRequestStatusInProgress
Declaration
public const string LiteralCommunicationRequestStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusPlanned
Literal for code: CommunicationRequestStatusPlanned
Declaration
public const string LiteralCommunicationRequestStatusPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusProposed
Literal for code: CommunicationRequestStatusProposed
Declaration
public const string LiteralCommunicationRequestStatusProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusReceived
Literal for code: CommunicationRequestStatusReceived
Declaration
public const string LiteralCommunicationRequestStatusReceived = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusRejected
Literal for code: CommunicationRequestStatusRejected
Declaration
public const string LiteralCommunicationRequestStatusRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusRequested
Literal for code: CommunicationRequestStatusRequested
Declaration
public const string LiteralCommunicationRequestStatusRequested = null
Field Value
Type | Description |
---|---|
System. |
LiteralCommunicationRequestStatusSuspended
Literal for code: CommunicationRequestStatusSuspended
Declaration
public const string LiteralCommunicationRequestStatusSuspended = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralFailed
Literal for code: Failed
Declaration
public const string LiteralFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralPlanned
Literal for code: Planned
Declaration
public const string LiteralPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralProposed
Literal for code: Proposed
Declaration
public const string LiteralProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralReceived
Literal for code: Received
Declaration
public const string LiteralReceived = null
Field Value
Type | Description |
---|---|
System. |
LiteralRejected
Literal for code: Rejected
Declaration
public const string LiteralRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequested
Literal for code: Requested
Declaration
public const string LiteralRequested = null
Field Value
Type | Description |
---|---|
System. |
LiteralSuspended
Literal for code: Suspended
Declaration
public const string LiteralSuspended = null
Field Value
Type | Description |
---|---|
System. |
Planned
The request has been planned.
Declaration
public static readonly Coding Planned
Field Value
Type | Description |
---|---|
Coding |
Proposed
The request has been proposed.
Declaration
public static readonly Coding Proposed
Field Value
Type | Description |
---|---|
Coding |
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 |
Rejected
The receiving system has declined to fulfill the request
Declaration
public static readonly Coding Rejected
Field Value
Type | Description |
---|---|
Coding |
Requested
The request has been placed.
Declaration
public static readonly Coding Requested
Field Value
Type | Description |
---|---|
Coding |
Suspended
The request has been held by originating system/user request.
Declaration
public static readonly Coding Suspended
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up CommunicationRequestStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |