public enum KnowledgeResourceTypes extends Enum<KnowledgeResourceTypes>
| Enum Constant and Description |
|---|
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.
|
NULL
added to help the parsers
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeResourceTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static KnowledgeResourceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeResourceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnowledgeResourceTypes ACTIVITYDEFINITION
public static final KnowledgeResourceTypes CODESYSTEM
public static final KnowledgeResourceTypes CONCEPTMAP
public static final KnowledgeResourceTypes LIBRARY
public static final KnowledgeResourceTypes MEASURE
public static final KnowledgeResourceTypes PLANDEFINITION
public static final KnowledgeResourceTypes STRUCTUREDEFINITION
public static final KnowledgeResourceTypes STRUCTUREMAP
public static final KnowledgeResourceTypes VALUESET
public static final KnowledgeResourceTypes NULL
public static KnowledgeResourceTypes[] values()
for (KnowledgeResourceTypes c : KnowledgeResourceTypes.values()) System.out.println(c);
public static KnowledgeResourceTypes 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 KnowledgeResourceTypes 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.