Class CarePlanActivityStatusCodes
Indicates where the activity is at in its overall life cycle.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CarePlanActivityStatusCodes : object
Fields
| Improve this Doc View SourceCancelled
The activities have been ended prior to completion (perhaps even before they were started).
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Completed
The activities have been completed (more or less) as planned.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
InProgress
Activity has been started but is not yet complete.
Declaration
public static readonly Coding InProgress
Field Value
Type | Description |
---|---|
Coding |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusCancelled
Literal for code: CarePlanActivityStatusCancelled
Declaration
public const string LiteralCarePlanActivityStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusCompleted
Literal for code: CarePlanActivityStatusCompleted
Declaration
public const string LiteralCarePlanActivityStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusInProgress
Literal for code: CarePlanActivityStatusInProgress
Declaration
public const string LiteralCarePlanActivityStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusNotStarted
Literal for code: CarePlanActivityStatusNotStarted
Declaration
public const string LiteralCarePlanActivityStatusNotStarted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusOnHold
Literal for code: CarePlanActivityStatusOnHold
Declaration
public const string LiteralCarePlanActivityStatusOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanActivityStatusScheduled
Literal for code: CarePlanActivityStatusScheduled
Declaration
public const string LiteralCarePlanActivityStatusScheduled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotStarted
Literal for code: NotStarted
Declaration
public const string LiteralNotStarted = null
Field Value
Type | Description |
---|---|
System. |
LiteralOnHold
Literal for code: OnHold
Declaration
public const string LiteralOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralScheduled
Literal for code: Scheduled
Declaration
public const string LiteralScheduled = null
Field Value
Type | Description |
---|---|
System. |
NotStarted
Activity is planned but no action has yet been taken.
Declaration
public static readonly Coding NotStarted
Field Value
Type | Description |
---|---|
Coding |
OnHold
Activity was started but has temporarily ceased with an expectation of resumption at a future time.
Declaration
public static readonly Coding OnHold
Field Value
Type | Description |
---|---|
Coding |
Scheduled
Appointment or other booking has occurred but activity has not yet begun.
Declaration
public static readonly Coding Scheduled
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up CarePlanActivityStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |