Class DiagnosticOrderStatusCodes
The status of a diagnostic order.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DiagnosticOrderStatusCodes : 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 |
Cancelled
The request has been withdrawn.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
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 |
Draft
The request is in preliminary form prior to being sent.
Declaration
public static readonly Coding Draft
Field Value
Type | Description |
---|---|
Coding |
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 |
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. |
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. |
LiteralDiagnosticOrderStatusAccepted
Literal for code: DiagnosticOrderStatusAccepted
Declaration
public const string LiteralDiagnosticOrderStatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusCancelled
Literal for code: DiagnosticOrderStatusCancelled
Declaration
public const string LiteralDiagnosticOrderStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusCompleted
Literal for code: DiagnosticOrderStatusCompleted
Declaration
public const string LiteralDiagnosticOrderStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusDraft
Literal for code: DiagnosticOrderStatusDraft
Declaration
public const string LiteralDiagnosticOrderStatusDraft = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusFailed
Literal for code: DiagnosticOrderStatusFailed
Declaration
public const string LiteralDiagnosticOrderStatusFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusInProgress
Literal for code: DiagnosticOrderStatusInProgress
Declaration
public const string LiteralDiagnosticOrderStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusPlanned
Literal for code: DiagnosticOrderStatusPlanned
Declaration
public const string LiteralDiagnosticOrderStatusPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusProposed
Literal for code: DiagnosticOrderStatusProposed
Declaration
public const string LiteralDiagnosticOrderStatusProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusReceived
Literal for code: DiagnosticOrderStatusReceived
Declaration
public const string LiteralDiagnosticOrderStatusReceived = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusRejected
Literal for code: DiagnosticOrderStatusRejected
Declaration
public const string LiteralDiagnosticOrderStatusRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusRequested
Literal for code: DiagnosticOrderStatusRequested
Declaration
public const string LiteralDiagnosticOrderStatusRequested = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusReview
Literal for code: DiagnosticOrderStatusReview
Declaration
public const string LiteralDiagnosticOrderStatusReview = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderStatusSuspended
Literal for code: DiagnosticOrderStatusSuspended
Declaration
public const string LiteralDiagnosticOrderStatusSuspended = null
Field Value
Type | Description |
---|---|
System. |
LiteralDraft
Literal for code: Draft
Declaration
public const string LiteralDraft = 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. |
LiteralReview
Literal for code: Review
Declaration
public const string LiteralReview = 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 order, 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 |
Review
The work is complete, and the outcomes are being reviewed for approval.
Declaration
public static readonly Coding Review
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 DiagnosticOrderStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |