Class EncounterStateCodes
Current state of the encounter
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class EncounterStateCodes : object
Fields
| Improve this Doc View SourceArrived
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 |
Cancelled
The Encounter has ended before it has begun.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Finished
The Encounter has ended.
Declaration
public static readonly Coding Finished
Field Value
Type | Description |
---|---|
Coding |
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 |
LiteralArrived
Literal for code: Arrived
Declaration
public const string LiteralArrived = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStateArrived
Literal for code: EncounterStateArrived
Declaration
public const string LiteralEncounterStateArrived = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStateCancelled
Literal for code: EncounterStateCancelled
Declaration
public const string LiteralEncounterStateCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStateFinished
Literal for code: EncounterStateFinished
Declaration
public const string LiteralEncounterStateFinished = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStateInProgress
Literal for code: EncounterStateInProgress
Declaration
public const string LiteralEncounterStateInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStateOnLeave
Literal for code: EncounterStateOnLeave
Declaration
public const string LiteralEncounterStateOnLeave = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterStatePlanned
Literal for code: EncounterStatePlanned
Declaration
public const string LiteralEncounterStatePlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralFinished
Literal for code: Finished
Declaration
public const string LiteralFinished = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralOnLeave
Literal for code: OnLeave
Declaration
public const string LiteralOnLeave = null
Field Value
Type | Description |
---|---|
System. |
LiteralPlanned
Literal for code: Planned
Declaration
public const string LiteralPlanned = null
Field Value
Type | Description |
---|---|
System. |
OnLeave
The Encounter has begun, but the patient is temporarily on leave.
Declaration
public static readonly Coding OnLeave
Field Value
Type | Description |
---|---|
Coding |
Planned
The Encounter has not yet started.
Declaration
public static readonly Coding Planned
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up EncounterState Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |