Show / Hide Table of Contents

Class DiagnosticOrderStatusCodes

The status of a diagnostic order.

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

Fields

| Improve this Doc View Source

Accepted

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

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

Cancelled

The request has been withdrawn.

Declaration
public static readonly Coding Cancelled
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 sent.

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

Failed

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

Declaration
public static readonly Coding Failed
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

LiteralAccepted

Literal for code: Accepted

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

LiteralCancelled

Literal for code: Cancelled

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

LiteralDiagnosticOrderStatusAccepted

Literal for code: DiagnosticOrderStatusAccepted

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

LiteralDiagnosticOrderStatusCancelled

Literal for code: DiagnosticOrderStatusCancelled

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

LiteralDiagnosticOrderStatusCompleted

Literal for code: DiagnosticOrderStatusCompleted

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

LiteralDiagnosticOrderStatusDraft

Literal for code: DiagnosticOrderStatusDraft

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

LiteralDiagnosticOrderStatusFailed

Literal for code: DiagnosticOrderStatusFailed

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

LiteralDiagnosticOrderStatusInProgress

Literal for code: DiagnosticOrderStatusInProgress

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

LiteralDiagnosticOrderStatusPlanned

Literal for code: DiagnosticOrderStatusPlanned

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

LiteralDiagnosticOrderStatusProposed

Literal for code: DiagnosticOrderStatusProposed

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

LiteralDiagnosticOrderStatusReceived

Literal for code: DiagnosticOrderStatusReceived

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

LiteralDiagnosticOrderStatusRejected

Literal for code: DiagnosticOrderStatusRejected

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

LiteralDiagnosticOrderStatusRequested

Literal for code: DiagnosticOrderStatusRequested

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

LiteralDiagnosticOrderStatusReview

Literal for code: DiagnosticOrderStatusReview

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

LiteralDiagnosticOrderStatusSuspended

Literal for code: DiagnosticOrderStatusSuspended

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

LiteralFailed

Literal for code: Failed

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

LiteralReview

Literal for code: Review

Declaration
public const string LiteralReview = 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 order, 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

Review

The work is complete, and the outcomes are being reviewed for approval.

Declaration
public static readonly Coding Review
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 DiagnosticOrderStatus 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