Enum V3ActPriority
- java.lang.Object
-
- java.lang.Enum<V3ActPriority>
-
- org.hl7.fhir.r4.model.codesystems.V3ActPriority
-
- All Implemented Interfaces:
Serializable,Comparable<V3ActPriority>
public enum V3ActPriority extends Enum<V3ActPriority>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AAs soon as possible, next highest priority after stat.CRFiller should contact the placer as soon as results are available, even for preliminary results.CSFiller should contact the placer (or target) to schedule the service.CSPFiller should contact the placer to schedule the service.CSRFiller should contact the service recipient (target) to schedule the service.ELBeneficial to the patient but not essential for survival.EMAn unforeseen combination of circumstances or the resulting state that calls for immediate action.NULLadded to help the parsersPUsed to indicate that a service is to be performed prior to a scheduled surgery.PRNAn "as needed" order should be accompanied by a description of what constitutes a need.RRoutine service, do at usual work hours.RRA report should be prepared and sent as quickly as possible.SWith highest priority (e.g., emergency).TIt is critical to come as close as possible to the requested time (e.g., for a through antimicrobial level).UDDrug is to be used as directed by the prescriber.URCalls for prompt action.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3ActPriorityfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3ActPriorityvalueOf(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.
-
-
-
Enum Constant Detail
-
A
public static final V3ActPriority A
As soon as possible, next highest priority after stat.
-
CR
public static final V3ActPriority CR
Filler should contact the placer as soon as results are available, even for preliminary results. (Was "C" in HL7 version 2.3's reporting priority.)
-
CS
public static final V3ActPriority CS
Filler should contact the placer (or target) to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)
-
CSP
public static final V3ActPriority CSP
Filler should contact the placer to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)
-
CSR
public static final V3ActPriority CSR
Filler should contact the service recipient (target) to schedule the service. (Was "C" in HL7 version 2.3's TQ-priority component.)
-
EL
public static final V3ActPriority EL
Beneficial to the patient but not essential for survival.
-
EM
public static final V3ActPriority EM
An unforeseen combination of circumstances or the resulting state that calls for immediate action.
-
P
public static final V3ActPriority P
Used to indicate that a service is to be performed prior to a scheduled surgery. When ordering a service and using the pre-op priority, a check is done to see the amount of time that must be allowed for performance of the service. When the order is placed, a message can be generated indicating the time needed for the service so that it is not ordered in conflict with a scheduled operation.
-
PRN
public static final V3ActPriority PRN
An "as needed" order should be accompanied by a description of what constitutes a need. This description is represented by an observation service predicate as a precondition.
-
R
public static final V3ActPriority R
Routine service, do at usual work hours.
-
RR
public static final V3ActPriority RR
A report should be prepared and sent as quickly as possible.
-
S
public static final V3ActPriority S
With highest priority (e.g., emergency).
-
T
public static final V3ActPriority T
It is critical to come as close as possible to the requested time (e.g., for a through antimicrobial level).
-
UD
public static final V3ActPriority UD
Drug is to be used as directed by the prescriber.
-
UR
public static final V3ActPriority UR
Calls for prompt action.
-
NULL
public static final V3ActPriority NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3ActPriority[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3ActPriority c : V3ActPriority.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3ActPriority valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static V3ActPriority fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-