Show / Hide Table of Contents

Class CarePlanActivityDetailStatusCodes

Code Values for the CarePlan.activity.detail.status field

Inheritance
System.Object
CarePlanActivityDetailStatusCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class CarePlanActivityDetailStatusCodes : object

Fields

| Improve this Doc View Source

CANCELLED

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

COMPLETED

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

IN_PROGRESS

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

NOT_STARTED

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

ON_HOLD

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

SCHEDULED

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX