public enum V3ObservationCategory extends Enum<V3ObservationCategory>
| Enum Constant and Description |
|---|
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
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.
|
VITALSIGNS
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 V3ObservationCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ObservationCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ObservationCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ObservationCategory EXAM
public static final V3ObservationCategory IMAGING
public static final V3ObservationCategory LABORATORY
public static final V3ObservationCategory PROCEDURE
public static final V3ObservationCategory SOCIALHISTORY
public static final V3ObservationCategory SURVEY
public static final V3ObservationCategory THERAPY
public static final V3ObservationCategory VITALSIGNS
public static final V3ObservationCategory NULL
public static V3ObservationCategory[] values()
for (V3ObservationCategory c : V3ObservationCategory.values()) System.out.println(c);
public static V3ObservationCategory 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 V3ObservationCategory 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.