Enum ListEmptyReason

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

public enum ListEmptyReason extends Enum<ListEmptyReason>
  • Enum Constant Details

    • NILKNOWN

      public static final ListEmptyReason NILKNOWN
      Clinical judgment that there are no known items for this list after reasonable investigation. Note that this a positive statement by a clinical user, and not a default position asserted by a computer system in the lack of other information. Example uses: * For allergies: the patient or patient's agent/guardian has asserted that he/she is not aware of any allergies (NKA - nil known allergies) * For medications: the patient or patient's agent/guardian has asserted that the patient is known to be taking no medications * For diagnoses, problems and procedures: the patient or patient's agent/guardian has asserted that there is no known event to record.
    • NOTASKED

      public static final ListEmptyReason NOTASKED
      The investigation to find out whether there are items for this list has not occurred.
    • WITHHELD

      public static final ListEmptyReason WITHHELD
      The content of the list was not provided due to privacy or confidentiality concerns. Note that it should not be assumed that this means that the particular information in question was withheld due to its contents - it can also be a policy decision.
    • UNAVAILABLE

      public static final ListEmptyReason UNAVAILABLE
      Information to populate this list cannot be obtained; e.g. unconscious patient.
    • NOTSTARTED

      public static final ListEmptyReason NOTSTARTED
      The work to populate this list has not yet begun.
    • CLOSED

      public static final ListEmptyReason CLOSED
      This list has now closed or has ceased to be relevant or useful.
    • NULL

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

    • values

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