Show / Hide Table of Contents

Class EncounterClassCodes

Classification of the encounter

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

Fields

| Improve this Doc View Source

Ambulatory

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Emergency

An encounter in the Emergency Care Department.

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

Field

An encounter taking place outside the regular environment for giving care.

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

Home

An encounter where the practitioner visits the patient at his/her home.

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

Inpatient

An encounter during which the patient is hospitalized and stays overnight.

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

LiteralAmbulatory

Literal for code: Ambulatory

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

LiteralDaytime

Literal for code: Daytime

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

LiteralEmergency

Literal for code: Emergency

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

LiteralEncounterClassAmbulatory

Literal for code: EncounterClassAmbulatory

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

LiteralEncounterClassDaytime

Literal for code: EncounterClassDaytime

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

LiteralEncounterClassEmergency

Literal for code: EncounterClassEmergency

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

LiteralEncounterClassField

Literal for code: EncounterClassField

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

LiteralEncounterClassHome

Literal for code: EncounterClassHome

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

LiteralEncounterClassInpatient

Literal for code: EncounterClassInpatient

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

LiteralEncounterClassOther

Literal for code: EncounterClassOther

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

LiteralEncounterClassOutpatient

Literal for code: EncounterClassOutpatient

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

LiteralEncounterClassVirtual

Literal for code: EncounterClassVirtual

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

LiteralField

Literal for code: Field

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

LiteralHome

Literal for code: Home

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

LiteralInpatient

Literal for code: Inpatient

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

LiteralOther

Literal for code: Other

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

LiteralOutpatient

Literal for code: Outpatient

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

LiteralVirtual

Literal for code: Virtual

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

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
| Improve this Doc View Source

Outpatient

An encounter during which the patient is not hospitalized overnight.

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

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>
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX