Class EncounterClassCodes
Classification of the encounter
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class EncounterClassCodes : object
Fields
| Improve this Doc View SourceAmbulatory
An encounter where the patient visits the practitioner in his/her office, e.g. a G.P. visit.
Declaration
public static readonly Coding Ambulatory
Field Value
| Type | Description |
|---|---|
| Coding |
Daytime
An encounter where the patient needs more prolonged treatment or investigations than outpatients, but who do not need to stay in the hospital overnight.
Declaration
public static readonly Coding Daytime
Field Value
| Type | Description |
|---|---|
| Coding |
Emergency
An encounter in the Emergency Care Department.
Declaration
public static readonly Coding Emergency
Field Value
| Type | Description |
|---|---|
| Coding |
Field
An encounter taking place outside the regular environment for giving care.
Declaration
public static readonly Coding Field
Field Value
| Type | Description |
|---|---|
| Coding |
Home
An encounter where the practitioner visits the patient at his/her home.
Declaration
public static readonly Coding Home
Field Value
| Type | Description |
|---|---|
| Coding |
Inpatient
An encounter during which the patient is hospitalized and stays overnight.
Declaration
public static readonly Coding Inpatient
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralAmbulatory
Literal for code: Ambulatory
Declaration
public const string LiteralAmbulatory = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDaytime
Literal for code: Daytime
Declaration
public const string LiteralDaytime = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEmergency
Literal for code: Emergency
Declaration
public const string LiteralEmergency = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassAmbulatory
Literal for code: EncounterClassAmbulatory
Declaration
public const string LiteralEncounterClassAmbulatory = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassDaytime
Literal for code: EncounterClassDaytime
Declaration
public const string LiteralEncounterClassDaytime = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassEmergency
Literal for code: EncounterClassEmergency
Declaration
public const string LiteralEncounterClassEmergency = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassField
Literal for code: EncounterClassField
Declaration
public const string LiteralEncounterClassField = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassHome
Literal for code: EncounterClassHome
Declaration
public const string LiteralEncounterClassHome = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassInpatient
Literal for code: EncounterClassInpatient
Declaration
public const string LiteralEncounterClassInpatient = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassOther
Literal for code: EncounterClassOther
Declaration
public const string LiteralEncounterClassOther = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassOutpatient
Literal for code: EncounterClassOutpatient
Declaration
public const string LiteralEncounterClassOutpatient = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEncounterClassVirtual
Literal for code: EncounterClassVirtual
Declaration
public const string LiteralEncounterClassVirtual = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralField
Literal for code: Field
Declaration
public const string LiteralField = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralHome
Literal for code: Home
Declaration
public const string LiteralHome = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralInpatient
Literal for code: Inpatient
Declaration
public const string LiteralInpatient = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralOutpatient
Literal for code: Outpatient
Declaration
public const string LiteralOutpatient = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralVirtual
Literal for code: Virtual
Declaration
public const string LiteralVirtual = null
Field Value
| Type | Description |
|---|---|
| System.String |
Other
Any other encounter type that is not described by one of the other values. Where this is used it is expected that an implementer will include an extension value to define what the actual other type is.
Declaration
public static readonly Coding Other
Field Value
| Type | Description |
|---|---|
| Coding |
Outpatient
An encounter during which the patient is not hospitalized overnight.
Declaration
public static readonly Coding Outpatient
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up EncounterClass Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |
Virtual
An encounter that takes place where the patient and practitioner do not physically meet but use electronic means for contact.
Declaration
public static readonly Coding Virtual
Field Value
| Type | Description |
|---|---|
| Coding |