Class GoalStatusCodes
Indicates whether the goal has been met and is still being targeted
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GoalStatusCodes : object
Fields
| Improve this Doc View SourceAccepted
A proposed goal was accepted
Declaration
public static readonly Coding Accepted
Field Value
Type | Description |
---|---|
Coding |
Achieved
The goal has been met and no further action is needed
Declaration
public static readonly Coding Achieved
Field Value
Type | Description |
---|---|
Coding |
Cancelled
The goal is no longer being sought
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
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 |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralAchieved
Literal for code: Achieved
Declaration
public const string LiteralAchieved = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusAccepted
Literal for code: GoalStatusAccepted
Declaration
public const string LiteralGoalStatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusAchieved
Literal for code: GoalStatusAchieved
Declaration
public const string LiteralGoalStatusAchieved = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusCancelled
Literal for code: GoalStatusCancelled
Declaration
public const string LiteralGoalStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusInProgress
Literal for code: GoalStatusInProgress
Declaration
public const string LiteralGoalStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusOnHold
Literal for code: GoalStatusOnHold
Declaration
public const string LiteralGoalStatusOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusPlanned
Literal for code: GoalStatusPlanned
Declaration
public const string LiteralGoalStatusPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusProposed
Literal for code: GoalStatusProposed
Declaration
public const string LiteralGoalStatusProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusRejected
Literal for code: GoalStatusRejected
Declaration
public const string LiteralGoalStatusRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralGoalStatusSustaining
Literal for code: GoalStatusSustaining
Declaration
public const string LiteralGoalStatusSustaining = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralOnHold
Literal for code: OnHold
Declaration
public const string LiteralOnHold = 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. |
LiteralRejected
Literal for code: Rejected
Declaration
public const string LiteralRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralSustaining
Literal for code: Sustaining
Declaration
public const string LiteralSustaining = null
Field Value
Type | Description |
---|---|
System. |
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 |
Planned
A goal is planned for this patient
Declaration
public static readonly Coding Planned
Field Value
Type | Description |
---|---|
Coding |
Proposed
A goal is proposed for this patient
Declaration
public static readonly Coding Proposed
Field Value
Type | Description |
---|---|
Coding |
Rejected
A proposed goal was rejected
Declaration
public static readonly Coding Rejected
Field Value
Type | Description |
---|---|
Coding |
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 |
Values
Dictionary for looking up GoalStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |