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. |
LiteralDaytime
Literal for code: Daytime
Declaration
public const string LiteralDaytime = null
Field Value
Type | Description |
---|---|
System. |
LiteralEmergency
Literal for code: Emergency
Declaration
public const string LiteralEmergency = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassAmbulatory
Literal for code: EncounterClassAmbulatory
Declaration
public const string LiteralEncounterClassAmbulatory = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassDaytime
Literal for code: EncounterClassDaytime
Declaration
public const string LiteralEncounterClassDaytime = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassEmergency
Literal for code: EncounterClassEmergency
Declaration
public const string LiteralEncounterClassEmergency = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassField
Literal for code: EncounterClassField
Declaration
public const string LiteralEncounterClassField = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassHome
Literal for code: EncounterClassHome
Declaration
public const string LiteralEncounterClassHome = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassInpatient
Literal for code: EncounterClassInpatient
Declaration
public const string LiteralEncounterClassInpatient = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassOther
Literal for code: EncounterClassOther
Declaration
public const string LiteralEncounterClassOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassOutpatient
Literal for code: EncounterClassOutpatient
Declaration
public const string LiteralEncounterClassOutpatient = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterClassVirtual
Literal for code: EncounterClassVirtual
Declaration
public const string LiteralEncounterClassVirtual = null
Field Value
Type | Description |
---|---|
System. |
LiteralField
Literal for code: Field
Declaration
public const string LiteralField = null
Field Value
Type | Description |
---|---|
System. |
LiteralHome
Literal for code: Home
Declaration
public const string LiteralHome = null
Field Value
Type | Description |
---|---|
System. |
LiteralInpatient
Literal for code: Inpatient
Declaration
public const string LiteralInpatient = null
Field Value
Type | Description |
---|---|
System. |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralOutpatient
Literal for code: Outpatient
Declaration
public const string LiteralOutpatient = null
Field Value
Type | Description |
---|---|
System. |
LiteralVirtual
Literal for code: Virtual
Declaration
public const string LiteralVirtual = null
Field Value
Type | Description |
---|---|
System. |
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. |
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 |