Show / Hide Table of Contents

Class CarePlanActivityStatusCodes

Indicates where the activity is at in its overall life cycle.

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

Fields

| Improve this Doc View Source

Cancelled

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
| Improve this Doc View Source

Completed

The activities have been completed (more or less) as planned.

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

InProgress

Activity has been started but is not yet complete.

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

LiteralCarePlanActivityStatusCancelled

Literal for code: CarePlanActivityStatusCancelled

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

LiteralCarePlanActivityStatusCompleted

Literal for code: CarePlanActivityStatusCompleted

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

LiteralCarePlanActivityStatusInProgress

Literal for code: CarePlanActivityStatusInProgress

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

LiteralCarePlanActivityStatusNotStarted

Literal for code: CarePlanActivityStatusNotStarted

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

LiteralCarePlanActivityStatusOnHold

Literal for code: CarePlanActivityStatusOnHold

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

LiteralCarePlanActivityStatusScheduled

Literal for code: CarePlanActivityStatusScheduled

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

LiteralInProgress

Literal for code: InProgress

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

LiteralNotStarted

Literal for code: NotStarted

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

LiteralScheduled

Literal for code: Scheduled

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

NotStarted

Activity is planned but no action has yet been taken.

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

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
| Improve this Doc View Source

Scheduled

Appointment or other booking has occurred but activity has not yet begun.

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

Values

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