Package ca.uhn.fhir.model.dstu2.valueset
Enum EncounterClassEnum
- All Implemented Interfaces:
Serializable
,Comparable<EncounterClassEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Ambulatory
Code Value: ambulatory An encounter where the patient visits the practitioner in his/her office, e.g.Display: Daytime
Code Value: 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.Display: Emergency
Code Value: emergency An encounter in the Emergency Care Department.Display: Field
Code Value: field An encounter taking place outside the regular environment for giving care.Display: Home
Code Value: home An encounter where the practitioner visits the patient at his/her home.Display: Inpatient
Code Value: inpatient An encounter during which the patient is hospitalized and stays overnight.Display: Other
Code Value: other Any other encounter type that is not described by one of the other values.Display: Outpatient
Code Value: outpatient An encounter during which the patient is not hospitalized overnight.Display: Virtual
Code Value: virtual An encounter that takes place where the patient and practitioner do not physically meet but use electronic means for contact. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<EncounterClassEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: EncounterClass -
Method Summary
Modifier and TypeMethodDescriptionstatic EncounterClassEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic EncounterClassEnum
Returns the enum constant of this type with the specified name.static EncounterClassEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INPATIENT
Display: Inpatient
Code Value: inpatient An encounter during which the patient is hospitalized and stays overnight. -
OUTPATIENT
Display: Outpatient
Code Value: outpatient An encounter during which the patient is not hospitalized overnight. -
AMBULATORY
Display: Ambulatory
Code Value: ambulatory An encounter where the patient visits the practitioner in his/her office, e.g. a G.P. visit. -
EMERGENCY
Display: Emergency
Code Value: emergency An encounter in the Emergency Care Department. -
HOME
Display: Home
Code Value: home An encounter where the practitioner visits the patient at his/her home. -
FIELD
Display: Field
Code Value: field An encounter taking place outside the regular environment for giving care. -
DAYTIME
Display: Daytime
Code Value: 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. -
VIRTUAL
Display: Virtual
Code Value: virtual An encounter that takes place where the patient and practitioner do not physically meet but use electronic means for contact. -
OTHER
Display: Other
Code Value: 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.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: EncounterClass- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-