Class LocationModeCodes
Indicates whether a resource instance represents a specific location or a class of locations.
Inheritance
System.Object
LocationModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class LocationModeCodes : object
Fields
| Improve this Doc View SourceInstance
The Location resource represents a specific instance of a location (e.g. Operating Theatre 1A).
Declaration
public static readonly Coding Instance
Field Value
Type | Description |
---|---|
Coding |
Kind
The Location represents a class of locations (e.g. Any Operating Theatre) although this class of locations could be constrained within a specific boundary (such as organization, or parent location, address etc.).
Declaration
public static readonly Coding Kind
Field Value
Type | Description |
---|---|
Coding |
LiteralInstance
Literal for code: Instance
Declaration
public const string LiteralInstance = null
Field Value
Type | Description |
---|---|
System. |
LiteralKind
Literal for code: Kind
Declaration
public const string LiteralKind = null
Field Value
Type | Description |
---|---|
System. |
LiteralLocationModeInstance
Literal for code: LocationModeInstance
Declaration
public const string LiteralLocationModeInstance = null
Field Value
Type | Description |
---|---|
System. |
LiteralLocationModeKind
Literal for code: LocationModeKind
Declaration
public const string LiteralLocationModeKind = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up LocationMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |