Enum V3ActPriority

java.lang.Object
java.lang.Enum<V3ActPriority>
org.hl7.fhir.dstu3.model.codesystems.V3ActPriority
All Implemented Interfaces:
Serializable, Comparable<V3ActPriority>

public enum V3ActPriority extends Enum<V3ActPriority>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
    Calls for prompt action.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    static V3ActPriority[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • 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 Details

    • values

      public static V3ActPriority[] 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

      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 name
      NullPointerException - if the argument is null
    • fromCode

      public static V3ActPriority fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()