Show / Hide Table of Contents

Class CarePlanStatusCodes

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

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

Fields

| Improve this Doc View Source

Active

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

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

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

LiteralActive

Literal for code: Active

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

LiteralCarePlanStatusActive

Literal for code: CarePlanStatusActive

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

LiteralCarePlanStatusCancelled

Literal for code: CarePlanStatusCancelled

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

LiteralCarePlanStatusCompleted

Literal for code: CarePlanStatusCompleted

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

LiteralCarePlanStatusPending

Literal for code: CarePlanStatusPending

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

LiteralCarePlanStatusProposed

Literal for code: CarePlanStatusProposed

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

LiteralPending

Literal for code: Pending

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

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

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

Values

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