Show / Hide Table of Contents

Class NutritionOrderStatusCodes

Codes specifying the state of the request. Describes the lifecycle of the nutrition order.

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

Fields

| Improve this Doc View Source

Active

The request is 'actionable', but not all actions that are implied by it have occurred yet.

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

Cancelled

The request has been withdrawn and is no longer actionable.

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

Completed

All actions that are implied by the order have occurred and no continuation is planned (this will rarely be made explicit).

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

LiteralActive

Literal for code: Active

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

LiteralDraft

Literal for code: Draft

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

LiteralNutritionOrderStatusActive

Literal for code: NutritionOrderStatusActive

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

LiteralNutritionOrderStatusCancelled

Literal for code: NutritionOrderStatusCancelled

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

LiteralNutritionOrderStatusCompleted

Literal for code: NutritionOrderStatusCompleted

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

LiteralNutritionOrderStatusDraft

Literal for code: NutritionOrderStatusDraft

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

LiteralNutritionOrderStatusOnHold

Literal for code: NutritionOrderStatusOnHold

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

LiteralNutritionOrderStatusPlanned

Literal for code: NutritionOrderStatusPlanned

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

LiteralNutritionOrderStatusProposed

Literal for code: NutritionOrderStatusProposed

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

LiteralNutritionOrderStatusRequested

Literal for code: NutritionOrderStatusRequested

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

LiteralOnHold

Literal for code: OnHold

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

LiteralRequested

Literal for code: Requested

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

OnHold

Actions implied by the request have been temporarily halted, but are expected to continue later. May also be called "suspended".

Declaration
public static readonly Coding OnHold
Field Value
Type Description
Coding
| 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

Requested

The request has been placed.

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

Values

Dictionary for looking up NutritionOrderStatus 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