Show / Hide Table of Contents

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 Source

Instance

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralInstance

Literal for code: Instance

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

LiteralKind

Literal for code: Kind

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

LiteralLocationModeInstance

Literal for code: LocationModeInstance

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

LiteralLocationModeKind

Literal for code: LocationModeKind

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

Values

Dictionary for looking up LocationMode 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