Show / Hide Table of Contents

Class EncounterLocationStatusCodes

The status of the location.

Inheritance
System.Object
EncounterLocationStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class EncounterLocationStatusCodes : object

Fields

| Improve this Doc View Source

Active

The patient is currently at this location, or was between the period specified. A system may update these records when the patient leaves the location to either reserved, or completed

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

Completed

The patient was at this location during the period specified. Not to be used when the patient is currently at the location

Declaration
public static readonly Coding Completed
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

LiteralCompleted

Literal for code: Completed

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

LiteralEncounterLocationStatusActive

Literal for code: EncounterLocationStatusActive

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

LiteralEncounterLocationStatusCompleted

Literal for code: EncounterLocationStatusCompleted

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

LiteralEncounterLocationStatusPlanned

Literal for code: EncounterLocationStatusPlanned

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

LiteralEncounterLocationStatusReserved

Literal for code: EncounterLocationStatusReserved

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

LiteralPlanned

Literal for code: Planned

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

LiteralReserved

Literal for code: Reserved

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

Planned

The patient is planned to be moved to this location at some point in the future.

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

Reserved

This location is held empty for this patient.

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

Values

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