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