Show / Hide Table of Contents

Class EncounterStateCodes

Current state of the encounter

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

Fields

| Improve this Doc View Source

Arrived

The Patient is present for the encounter, however is not currently meeting with a practitioner.

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

Cancelled

The Encounter has ended before it has begun.

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

Finished

The Encounter has ended.

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

InProgress

The Encounter has begun and the patient is present / the practitioner and the patient are meeting.

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

LiteralArrived

Literal for code: Arrived

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

LiteralCancelled

Literal for code: Cancelled

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

LiteralEncounterStateArrived

Literal for code: EncounterStateArrived

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

LiteralEncounterStateCancelled

Literal for code: EncounterStateCancelled

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

LiteralEncounterStateFinished

Literal for code: EncounterStateFinished

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

LiteralEncounterStateInProgress

Literal for code: EncounterStateInProgress

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

LiteralEncounterStateOnLeave

Literal for code: EncounterStateOnLeave

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

LiteralEncounterStatePlanned

Literal for code: EncounterStatePlanned

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

LiteralFinished

Literal for code: Finished

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

LiteralInProgress

Literal for code: InProgress

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

LiteralOnLeave

Literal for code: OnLeave

Declaration
public const string LiteralOnLeave = 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

OnLeave

The Encounter has begun, but the patient is temporarily on leave.

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

Planned

The Encounter has not yet started.

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

Values

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