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