public enum ObservationCategoryCode extends Enum<ObservationCategoryCode>
Act Class Code | Act Mood Code | Supported Category Code |
---|---|---|
OBS | EVN | GENERAL_OBSERVATION |
OBS | EVN | SOCIAL_HISTORY |
OBS | EVN | VITAL_SIGN |
OBS | EVN | LABORATORY |
OBS | EVN | PROCEDURE_OBS |
OBS | EVN | SURVEY |
OBS | EVN | EXAM |
OBS | EVN | THERAPY |
OBS | EVN | ALLERGY |
OBS | RQO | DIAGNOSTIC_ORDER |
OBS | EVN | DIAGNOSTIC_REPORT |
OBS | EVN | RISK_ASSESSMENT |
OBS | DEF | DATA_ELEMENT |
Enum Constant and Description |
---|
ALLERGY
Risk of harmful or undesirable, physiological response which is unique to
an individual and associated with exposure to a substance.
|
DATA_ELEMENT
Definitions of types of measurements or observations that may be requested
or performed.
|
DIAGNOSTIC_ORDER |
DIAGNOSTIC_REPORT
The findings and interpretation of diagnostic tests performed on patients,
groups of patients, devices, and locations, and/or specimens derived from
these.
|
EXAM
Observations generated by physical exam findings including direct
observations made by clinician and use of simple instruments and the
result of simple maneuvers performed directly in patient's body.
|
LABORATORY
The results of observations generated by laboratories.
|
PROCEDURE_OBS
This category includes observations resulting from interventional and
non-interventional procedures excluding lab and imaging (e.g.
|
RISK_ASSESSMENT
An assessment of the likely outcome(s) for a patient or other subject as
well as the likelihood of each outcome.
|
SOCIAL_HISTORY
The Social History Observations define the patient's occupational,
personal (e.g.
|
SURVEY
Assessment tool/survey instrument observations (e.g.
|
THERAPY
Observations generated by non-interventional treatment protocols (e.g.
|
VITAL_SIGN
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 | Method and Description |
---|---|
static ObservationCategoryCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationCategoryCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationCategoryCode DATA_ELEMENT
public static final ObservationCategoryCode ALLERGY
public static final ObservationCategoryCode DIAGNOSTIC_REPORT
public static final ObservationCategoryCode EXAM
public static final ObservationCategoryCode LABORATORY
public static final ObservationCategoryCode PROCEDURE_OBS
public static final ObservationCategoryCode RISK_ASSESSMENT
public static final ObservationCategoryCode SOCIAL_HISTORY
public static final ObservationCategoryCode SURVEY
public static final ObservationCategoryCode THERAPY
public static final ObservationCategoryCode VITAL_SIGN
public static final ObservationCategoryCode DIAGNOSTIC_ORDER
public static ObservationCategoryCode[] values()
for (ObservationCategoryCode c : ObservationCategoryCode.values()) System.out.println(c);
public static ObservationCategoryCode 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 nullHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved