public enum V3ActPriority extends Enum<V3ActPriority>
| Enum Constant and Description |
|---|
A
As soon as possible, next highest priority after stat.
|
CR
Filler should contact the placer as soon as results are available, even for preliminary results.
|
CS
Filler should contact the placer (or target) to schedule the service.
|
CSP
Filler should contact the placer to schedule the service.
|
CSR
Filler should contact the service recipient (target) to schedule the service.
|
EL
Beneficial to the patient but not essential for survival.
|
EM
An unforeseen combination of circumstances or the resulting state that calls for immediate action.
|
NULL
added to help the parsers
|
P
Used to indicate that a service is to be performed prior to a scheduled surgery.
|
PRN
An "as needed" order should be accompanied by a description of what constitutes a need.
|
R
Routine service, do at usual work hours.
|
RR
A report should be prepared and sent as quickly as possible.
|
S
With highest priority (e.g., emergency).
|
T
It is critical to come as close as possible to the requested time (e.g., for a through antimicrobial level).
|
UD
Drug is to be used as directed by the prescriber.
|
UR
Calls for prompt action.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActPriority |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActPriority A
public static final V3ActPriority CR
public static final V3ActPriority CS
public static final V3ActPriority CSP
public static final V3ActPriority CSR
public static final V3ActPriority EL
public static final V3ActPriority EM
public static final V3ActPriority P
public static final V3ActPriority PRN
public static final V3ActPriority R
public static final V3ActPriority RR
public static final V3ActPriority S
public static final V3ActPriority T
public static final V3ActPriority UD
public static final V3ActPriority UR
public static final V3ActPriority NULL
public static V3ActPriority[] values()
for (V3ActPriority c : V3ActPriority.values()) System.out.println(c);
public static V3ActPriority 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 V3ActPriority 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.