Class EpisodeOfCareStatusCodes
Code Values for the EpisodeOfCare.status field
Inheritance
System.Object
EpisodeOfCareStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class EpisodeOfCareStatusCodes : object
Fields
|
Improve this Doc
View Source
ACTIVE
Declaration
public const string ACTIVE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CANCELLED
Declaration
public const string CANCELLED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FINISHED
Declaration
public const string FINISHED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ONHOLD
Declaration
public const string ONHOLD = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PLANNED
Declaration
public const string PLANNED = 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
WAITLIST
Declaration
public const string WAITLIST = null
Field Value
Type |
Description |
System.String |
|