public enum V3ActMood extends Enum<V3ActMood>
| Enum Constant and Description |
|---|
_ACTMOODACTREQUEST
Definition: A request (or order) for an act that is part of a defined request/fulfillment cycle.
|
_ACTMOODCOMPLETIONTRACK
These are moods describing activities as they progress in the business cycle, from defined, through planned and ordered to completed.
|
_ACTMOODDESIRE
Definition: A desire to have an act occur.
|
_ACTMOODPOTENTIAL
Definition: A possible act.
|
_ACTMOODPREDICATE
Definition: An act that expresses condition statements for other acts.
|
APT
Definition: An act that has been scheduled to be performed at a specific place and time.
|
ARQ
Definition: A request act that is specialized for the appointment scheduling request/fulfillment cycle.
|
CRT
Deprecation Comment:
This concept This codes should no longer be used.
|
DEF
Definition: A definition of a kind of act that can occur .
|
EVN
Definition: An act that actually happens (may be an ongoing act or a documentation of a past act).
|
EVN_CRT
Deprecation Comment:
This concept This codes should no longer be used.
|
EXPEC
Definition: An act that is considered to have some noteworthy likelihood of occurring in the future (has_match = event).
|
GOL
Definition: An expectation that is considered to be desirable to occur in the future
Examples:Target weight below 80Kg, Stop smoking, Regain ability to walk, goal is to administer thrombolytics to candidate patients presenting with acute myocardial infarction.
|
GOL_CRT
A criterion expressed over goals (ActMood.GOL).
|
INT
Definition: An intention or plan for an act.
|
INT_CRT
A criterion expressed over intents (ActMood.INT).
|
NULL
added to help the parsers
|
OPT
Definition: One of a set of acts that specify an option for the property values that the parent act may have.
|
PERM
Definition: A kind of act that defines a permission that has been granted.
|
PERMRQ
Definition: A request for a permission to perform the act.
|
PRMS
Definition: A commitment to perform an act (may be either solicited or unsolicited).
|
PRMS_CRT
A criterion expressed over promises (ActMood.PRMS).
|
PRP
Definition: A suggestion that an act might be performed.
|
RMD
Definition: A suggestion that an act should be performed with an acceptance of some degree of professional responsibility for the resulting act.
|
RQO
Definition: A request act that is specialized for an event request/fulfillment cycle.
|
RQO_CRT
A criterion expressed over requests or orders (ActMood.RQO).
|
RSK
Definition:An act that may occur in the future and which is regarded as undesirable
Examples:Increased risk of DVT, at risk for sub-acute bacterial endocarditis.
|
RSK_CRT
A criterion expressed over risks (ActMood.RSK).
|
SLOT
Definition: A kind of act that may occur during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActMood |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActMood |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActMood[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActMood _ACTMOODCOMPLETIONTRACK
public static final V3ActMood _ACTMOODPOTENTIAL
public static final V3ActMood DEF
public static final V3ActMood PERM
public static final V3ActMood SLOT
public static final V3ActMood EVN
public static final V3ActMood INT
public static final V3ActMood _ACTMOODDESIRE
public static final V3ActMood _ACTMOODACTREQUEST
public static final V3ActMood ARQ
public static final V3ActMood PERMRQ
public static final V3ActMood RQO
public static final V3ActMood PRP
public static final V3ActMood RMD
public static final V3ActMood PRMS
public static final V3ActMood APT
public static final V3ActMood _ACTMOODPREDICATE
public static final V3ActMood CRT
public static final V3ActMood EVN_CRT
public static final V3ActMood RQO_CRT
public static final V3ActMood EXPEC
public static final V3ActMood GOL
public static final V3ActMood RSK
public static final V3ActMood OPT
public static V3ActMood[] values()
for (V3ActMood c : V3ActMood.values()) System.out.println(c);
public static V3ActMood 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 V3ActMood 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.