Enum Constant Summary
Enum Constants
As soon as possible, next highest priority after stat.
Filler should contact the placer as soon as results are available, even for
preliminary results.
Filler should contact the placer (or target) to schedule the service.
Filler should contact the placer to schedule the service.
Filler should contact the service recipient (target) to schedule the service.
Beneficial to the patient but not essential for survival.
An unforeseen combination of circumstances or the resulting state that calls
for immediate action.
added to help the parsers
Used to indicate that a service is to be performed prior to a scheduled
surgery.
An "as needed" order should be accompanied by a description of what
constitutes a need.
Routine service, do at usual work hours.
A report should be prepared and sent as quickly as possible.
With highest priority (e.g., emergency).
It is critical to come as close as possible to the requested time (e.g., for
a through antimicrobial level).
Drug is to be used as directed by the prescriber.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
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. (Was "C" in HL7 version 2.3's reporting priority.)
CS
Filler should contact the placer (or target) to schedule the service. (Was
"C" in HL7 version 2.3's TQ-priority component.)
CSP
Filler should contact the placer to schedule the service. (Was "C" in HL7
version 2.3's TQ-priority component.)
CSR
Filler should contact the service recipient (target) to schedule the service.
(Was "C" in HL7 version 2.3's TQ-priority component.)
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.
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
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
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.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException