public enum DefinitionResourceTypes extends Enum<DefinitionResourceTypes>
| Enum Constant and Description |
|---|
ACTIVITYDEFINITION
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.
|
EVENTDEFINITION
The EventDefinition resource provides a reusable description of when a particular event can occur.
|
MEASURE
The Measure resource provides the definition of a quality measure.
|
NULL
added to help the parsers
|
OPERATIONDEFINITION
A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
|
PLANDEFINITION
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.
|
QUESTIONNAIRE
A structured set of questions intended to guide the collection of answers from end-users.
|
| Modifier and Type | Method and Description |
|---|---|
static DefinitionResourceTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DefinitionResourceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefinitionResourceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefinitionResourceTypes ACTIVITYDEFINITION
public static final DefinitionResourceTypes EVENTDEFINITION
public static final DefinitionResourceTypes MEASURE
public static final DefinitionResourceTypes OPERATIONDEFINITION
public static final DefinitionResourceTypes PLANDEFINITION
public static final DefinitionResourceTypes QUESTIONNAIRE
public static final DefinitionResourceTypes NULL
public static DefinitionResourceTypes[] values()
for (DefinitionResourceTypes c : DefinitionResourceTypes.values()) System.out.println(c);
public static DefinitionResourceTypes 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 DefinitionResourceTypes 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.