Class EncounterLocationStatusCodes
Code Values for the Encounter.location.status field
Inheritance
System.Object
EncounterLocationStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class EncounterLocationStatusCodes : 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
COMPLETED
Declaration
public const string COMPLETED = 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
RESERVED
Declaration
public const string RESERVED = 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> |
|