public enum ObservationRelationshipTypeEnum extends Enum<ObservationRelationshipTypeEnum>
| Enum Constant and Description |
|---|
DERIVED_FROM
Display: Derived From
Code Value: derived-from The target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived. |
HAS_MEMBER
Display: Has Member
Code Value: has-member This observation is a group observation (e.g. |
INTERFERED_BY
Display: Interfered By
Code Value: interfered-by The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g. |
QUALIFIED_BY
Display: Qualified By
Code Value: qualified-by The value of the target observation qualifies (refines) the semantics of the source observation (e.g. |
REPLACES
Display: Replaces
Code Value: replaces This observation replaces a previous observation (i.e. |
SEQUEL_TO
Display: Sequel To
Code Value: sequel-to This observation follows the target observation (e.g. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ObservationRelationshipTypeEnum> |
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:
ObservationRelationshipType
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationRelationshipTypeEnum |
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 ObservationRelationshipTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationRelationshipTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationRelationshipTypeEnum HAS_MEMBER
public static final ObservationRelationshipTypeEnum DERIVED_FROM
public static final ObservationRelationshipTypeEnum SEQUEL_TO
public static final ObservationRelationshipTypeEnum REPLACES
public static final ObservationRelationshipTypeEnum QUALIFIED_BY
public static final ObservationRelationshipTypeEnum INTERFERED_BY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ObservationRelationshipTypeEnum> VALUESET_BINDER
public static ObservationRelationshipTypeEnum[] values()
for (ObservationRelationshipTypeEnum c : ObservationRelationshipTypeEnum.values()) System.out.println(c);
public static ObservationRelationshipTypeEnum 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 ObservationRelationshipTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.