Enum ListItemFlag

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

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

    Enum Constants
    Enum Constant
    Description
    No change has been made to the status of this medicine item.
    The medicine item has changed.
    The prescription for this medicine item was cancelled by an authorized health care provider.
    A new medicine item has been prescribed
    Administration of this medication item that the patient is currently taking is stopped or recommended to be stopped (i.e.
    Administration of this medication item that the patient is currently taking is on hold, or instructed or recommended by a health care provider to be temporarily stopped, or subject to clinical review (i.e.
    added to help the parsers
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    static ListItemFlag[]
    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

    • _01

      public static final ListItemFlag _01
      No change has been made to the status of this medicine item.
    • _02

      public static final ListItemFlag _02
      The medicine item has changed. The change may be described in an extension (not defined yet)
    • _03

      public static final ListItemFlag _03
      The prescription for this medicine item was cancelled by an authorized health care provider. The patient may be advised to complete the course of the prescribed medicine. This advice is a clinical decision made based on assessment of the patient's clinical condition.
    • _04

      public static final ListItemFlag _04
      A new medicine item has been prescribed
    • _05

      public static final ListItemFlag _05
      Administration of this medication item that the patient is currently taking is stopped or recommended to be stopped (i.e. instructed to be ceased by a health care provider). This cessation is anticipated to be permanent. The Change Description should describe the reason for cessation. Example uses: the medication in question is considered ineffective or has caused serious adverse effects. This value applies both to the cessation of a medication that is prescribed by another healthcare provider or patient self-administration of OTC medicines.
    • _06

      public static final ListItemFlag _06
      Administration of this medication item that the patient is currently taking is on hold, or instructed or recommended by a health care provider to be temporarily stopped, or subject to clinical review (i.e. the stop may be temporary or permanent depending on the outcome of clinical review), or temporarily suspended as a pre-requisite to certain surgical or diagnostic procedures.
    • NULL

      public static final ListItemFlag NULL
      added to help the parsers
  • Method Details

    • values

      public static ListItemFlag[] 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 ListItemFlag 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 ListItemFlag 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()