Enum Constant Summary
Enum Constants
The definition of a specific activity to be taken, independent of any
particular patient or context.
A set of codes drawn from one or more code systems.
A map from one set of concepts to one or more other concepts.
Represents a library of quality improvement components.
A quality measure definition.
added to help the parsers
The definition of a plan for a series of actions, independent of any specific
patient or context.
A Map of relationships between 2 structures that can be used to transform
data.
A set of codes drawn from one or more code systems.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
ACTIVITYDEFINITION
The definition of a specific activity to be taken, independent of any
particular patient or context.
CODESYSTEM
A set of codes drawn from one or more code systems.
CONCEPTMAP
A map from one set of concepts to one or more other concepts.
LIBRARY
Represents a library of quality improvement components.
MEASURE
A quality measure definition.
PLANDEFINITION
The definition of a plan for a series of actions, independent of any specific
patient or context.
STRUCTUREDEFINITION
Structural Definition.
STRUCTUREMAP
A Map of relationships between 2 structures that can be used to transform
data.
VALUESET
A set of codes drawn from one or more code systems.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException