Show / Hide Table of Contents

Class ProcedureRequestStatusCodes

The status of the request.

Inheritance
System.Object
ProcedureRequestStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ProcedureRequestStatusCodes : 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 completed, 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

Draft

The request is in preliminary form, prior to being requested.

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

InProgress

The work to fulfill the request 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

LiteralDraft

Literal for code: Draft

Declaration
public const string LiteralDraft = 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

LiteralProcedureRequestStatusAborted

Literal for code: ProcedureRequestStatusAborted

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

LiteralProcedureRequestStatusAccepted

Literal for code: ProcedureRequestStatusAccepted

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

LiteralProcedureRequestStatusCompleted

Literal for code: ProcedureRequestStatusCompleted

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

LiteralProcedureRequestStatusDraft

Literal for code: ProcedureRequestStatusDraft

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

LiteralProcedureRequestStatusInProgress

Literal for code: ProcedureRequestStatusInProgress

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

LiteralProcedureRequestStatusProposed

Literal for code: ProcedureRequestStatusProposed

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

LiteralProcedureRequestStatusReceived

Literal for code: ProcedureRequestStatusReceived

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

LiteralProcedureRequestStatusRejected

Literal for code: ProcedureRequestStatusRejected

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

LiteralProcedureRequestStatusRequested

Literal for code: ProcedureRequestStatusRequested

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

LiteralProcedureRequestStatusSuspended

Literal for code: ProcedureRequestStatusSuspended

Declaration
public const string LiteralProcedureRequestStatusSuspended = 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

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 ProcedureRequestStatus 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