public enum ObservationRelationshiptypes extends Enum<ObservationRelationshiptypes>
| Enum Constant and Description |
|---|
DERIVEDFROM
The target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived.
|
HASMEMBER
This observation is a group observation (e.g.
|
INTERFEREDBY
The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g.
|
NULL
added to help the parsers
|
QUALIFIEDBY
The value of the target observation qualifies (refines) the semantics of the source observation (e.g.
|
REPLACES
This observation replaces a previous observation (i.e.
|
SEQUELTO
This observation follows the target observation (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationRelationshiptypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObservationRelationshiptypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationRelationshiptypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationRelationshiptypes HASMEMBER
public static final ObservationRelationshiptypes DERIVEDFROM
public static final ObservationRelationshiptypes SEQUELTO
public static final ObservationRelationshiptypes REPLACES
public static final ObservationRelationshiptypes QUALIFIEDBY
public static final ObservationRelationshiptypes INTERFEREDBY
public static final ObservationRelationshiptypes NULL
public static ObservationRelationshiptypes[] values()
for (ObservationRelationshiptypes c : ObservationRelationshiptypes.values()) System.out.println(c);
public static ObservationRelationshiptypes 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 ObservationRelationshiptypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.