Class LocationStatusCodes
Indicates whether the location is still in use.
Inheritance
System.Object
LocationStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class LocationStatusCodes : object
Fields
| Improve this Doc View SourceActive
The location is operational.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
Inactive
The location is no longer used.
Declaration
public static readonly Coding Inactive
Field Value
Type | Description |
---|---|
Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralInactive
Literal for code: Inactive
Declaration
public const string LiteralInactive = null
Field Value
Type | Description |
---|---|
System. |
LiteralLocationStatusActive
Literal for code: LocationStatusActive
Declaration
public const string LiteralLocationStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralLocationStatusInactive
Literal for code: LocationStatusInactive
Declaration
public const string LiteralLocationStatusInactive = null
Field Value
Type | Description |
---|---|
System. |
LiteralLocationStatusSuspended
Literal for code: LocationStatusSuspended
Declaration
public const string LiteralLocationStatusSuspended = null
Field Value
Type | Description |
---|---|
System. |
LiteralSuspended
Literal for code: Suspended
Declaration
public const string LiteralSuspended = null
Field Value
Type | Description |
---|---|
System. |
Suspended
The location is temporarily closed.
Declaration
public static readonly Coding Suspended
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up LocationStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |