Class CarePlanStatusCodes
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CarePlanStatusCodes : object
Fields
| Improve this Doc View SourceActive
The plan is intended to be followed and used as part of patient care.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
Cancelled
The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan).
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Completed
The plan is no longer in use and is not expected to be followed or used in patient care.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanStatusActive
Literal for code: CarePlanStatusActive
Declaration
public const string LiteralCarePlanStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanStatusCancelled
Literal for code: CarePlanStatusCancelled
Declaration
public const string LiteralCarePlanStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanStatusCompleted
Literal for code: CarePlanStatusCompleted
Declaration
public const string LiteralCarePlanStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanStatusPending
Literal for code: CarePlanStatusPending
Declaration
public const string LiteralCarePlanStatusPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanStatusProposed
Literal for code: CarePlanStatusProposed
Declaration
public const string LiteralCarePlanStatusProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralPending
Literal for code: Pending
Declaration
public const string LiteralPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralProposed
Literal for code: Proposed
Declaration
public const string LiteralProposed = null
Field Value
Type | Description |
---|---|
System. |
Pending
The plan is in development or awaiting use but is not yet intended to be acted upon.
Declaration
public static readonly Coding Pending
Field Value
Type | Description |
---|---|
Coding |
Proposed
The plan has been suggested but no commitment to it has yet been made.
Declaration
public static readonly Coding Proposed
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up CarePlanStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |