public enum ObservationCategory extends Enum<ObservationCategory>
| Enum Constant and Description |
|---|
ACTIVITY
Observations that measure or record any bodily activity that enhances or maintains physical fitness and overall health and wellness.
|
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
Observations generated by imaging.
|
LABORATORY
The results of observations generated by laboratories.
|
NULL
added to help the parsers
|
PROCEDURE
Observations generated by other procedures.
|
SOCIALHISTORY
Social History Observations define the patient's occupational, personal (e.g., lifestyle), social, familial, and environmental history and health risk factors that may impact the patient's health.
|
SURVEY
Assessment tool/survey instrument observations (e.g., Apgar Scores, Montreal Cognitive Assessment (MoCA)).
|
THERAPY
Observations generated by non-interventional treatment protocols (e.g.
|
VITALSIGNS
Clinical observations measure the body's basic functions 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 ObservationCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObservationCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationCategory SOCIALHISTORY
public static final ObservationCategory VITALSIGNS
public static final ObservationCategory IMAGING
public static final ObservationCategory LABORATORY
public static final ObservationCategory PROCEDURE
public static final ObservationCategory SURVEY
public static final ObservationCategory EXAM
public static final ObservationCategory THERAPY
public static final ObservationCategory ACTIVITY
public static final ObservationCategory NULL
public static ObservationCategory[] values()
for (ObservationCategory c : ObservationCategory.values()) System.out.println(c);
public static ObservationCategory 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 ObservationCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.