Show / Hide Table of Contents

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 Source

Active

The location is operational.

Declaration
public static readonly Coding Active
Field Value
Type Description
Coding
| Improve this Doc View Source

Inactive

The location is no longer used.

Declaration
public static readonly Coding Inactive
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralActive

Literal for code: Active

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

LiteralInactive

Literal for code: Inactive

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

LiteralLocationStatusActive

Literal for code: LocationStatusActive

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

LiteralLocationStatusInactive

Literal for code: LocationStatusInactive

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

LiteralLocationStatusSuspended

Literal for code: LocationStatusSuspended

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

LiteralSuspended

Literal for code: Suspended

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

Suspended

The location is temporarily closed.

Declaration
public static readonly Coding Suspended
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up LocationStatus Codings based on Codes

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