Show / Hide Table of Contents

Class GoalStatusCodes

Indicates whether the goal has been met and is still being targeted

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

Fields

| Improve this Doc View Source

Accepted

A proposed goal was accepted

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

Achieved

The goal has been met and no further action is needed

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

Cancelled

The goal is no longer being sought

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

InProgress

The goal is being sought but has not yet been reached. (Also applies if goal was reached in the past but there has been regression and goal is being sought again)

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

LiteralAchieved

Literal for code: Achieved

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

LiteralGoalStatusAccepted

Literal for code: GoalStatusAccepted

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

LiteralGoalStatusAchieved

Literal for code: GoalStatusAchieved

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

LiteralGoalStatusCancelled

Literal for code: GoalStatusCancelled

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

LiteralGoalStatusInProgress

Literal for code: GoalStatusInProgress

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

LiteralGoalStatusOnHold

Literal for code: GoalStatusOnHold

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

LiteralGoalStatusPlanned

Literal for code: GoalStatusPlanned

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

LiteralGoalStatusProposed

Literal for code: GoalStatusProposed

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

LiteralGoalStatusRejected

Literal for code: GoalStatusRejected

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

LiteralGoalStatusSustaining

Literal for code: GoalStatusSustaining

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

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

LiteralRejected

Literal for code: Rejected

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

LiteralSustaining

Literal for code: Sustaining

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

OnHold

The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.

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

Planned

A goal is planned for this patient

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

Proposed

A goal is proposed for this patient

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

Rejected

A proposed goal was rejected

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

Sustaining

The goal has been met, but ongoing activity is needed to sustain the goal objective

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

Values

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