Class EncounterStatusCodes
Code Values for the Encounter.status field
Inheritance
System.Object
EncounterStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class EncounterStatusCodes : object
Fields
|
Improve this Doc
View Source
ARRIVED
Declaration
public const string ARRIVED = 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
IN_PROGRESS
Declaration
public const string IN_PROGRESS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ONLEAVE
Declaration
public const string ONLEAVE = 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> |
|