
Enum Class ObservationRelationshiptypes
java.lang.Object
java.lang.Enum<ObservationRelationshiptypes>
org.hl7.fhir.dstu3.model.codesystems.ObservationRelationshiptypes
- All Implemented Interfaces:
Serializable
,Comparable<ObservationRelationshiptypes>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived.This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g. a hemolysis measure target from a plasma potassium measure, which has no value).added to help the parsersThe value of the target observation qualifies (refines) the semantics of the source observation (e.g. a lipemia measure target from a plasma measure).This observation replaces a previous observation (i.e. a revised value).This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test). -
Method Summary
Modifier and TypeMethodDescriptionstatic ObservationRelationshiptypes
toCode()
static ObservationRelationshiptypes
Returns the enum constant of this class with the specified name.static ObservationRelationshiptypes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HASMEMBER
This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group. -
DERIVEDFROM
The target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived. (e.g. calculated anion gap, Apgar score) NOTE: "derived-from" is the only logical choice when referencing QuestionnaireResponse. -
SEQUELTO
This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test). -
REPLACES
This observation replaces a previous observation (i.e. a revised value). The target observation is now obsolete. -
QUALIFIEDBY
The value of the target observation qualifies (refines) the semantics of the source observation (e.g. a lipemia measure target from a plasma measure). -
INTERFEREDBY
The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g. a hemolysis measure target from a plasma potassium measure, which has no value). -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ObservationRelationshiptypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-