public enum ObservationCategoryCodesEnum extends Enum<ObservationCategoryCodesEnum>
| Enum Constant and Description |
|---|
EXAM
Display: Exam
Code Value: exam Observations generated by physical exam findings including direct observations made by a clinician and use of simple instruments and the result of simple maneuvers performed directly on the patient's body. |
IMAGING
Display: Imaging
Code Value: imaging Observations generated by imaging. |
LABORATORY
Display: Laboratory
Code Value: laboratory The results of observations generated by laboratories. |
PROCEDURE
Display: Procedure
Code Value: procedure Observations generated by other procedures. |
SOCIAL_HISTORY
Display: Social History
Code Value: social-history The Social History Observations define the patient's occupational, personal (e.g. |
SURVEY
Display: Survey
Code Value: survey Assessment tool/survey instrument observations (e.g. |
THERAPY
Display: Therapy
Code Value: therapy Observations generated by non-interventional treatment protocols (e.g. |
VITAL_SIGNS
Display: Vital Signs
Code Value: vital-signs Clinical observations measure the body's basic functions such as such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ObservationCategoryCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Observation Category Codes
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationCategoryCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ObservationCategoryCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationCategoryCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationCategoryCodesEnum SOCIAL_HISTORY
public static final ObservationCategoryCodesEnum VITAL_SIGNS
public static final ObservationCategoryCodesEnum IMAGING
public static final ObservationCategoryCodesEnum LABORATORY
public static final ObservationCategoryCodesEnum PROCEDURE
public static final ObservationCategoryCodesEnum SURVEY
public static final ObservationCategoryCodesEnum EXAM
public static final ObservationCategoryCodesEnum THERAPY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ObservationCategoryCodesEnum> VALUESET_BINDER
public static ObservationCategoryCodesEnum[] values()
for (ObservationCategoryCodesEnum c : ObservationCategoryCodesEnum.values()) System.out.println(c);
public static ObservationCategoryCodesEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ObservationCategoryCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.