Enum ConditionCategoryCodesEnum

java.lang.Object
java.lang.Enum<ConditionCategoryCodesEnum>
ca.uhn.fhir.model.dstu2.valueset.ConditionCategoryCodesEnum
All Implemented Interfaces:
Serializable, Comparable<ConditionCategoryCodesEnum>

  • Enum Constant Details

    • COMPLAINT

      Display: Complaint
      Code Value: complaint The patient considers the condition an issue to be addressed.
    • SYMPTOM

      public static final ConditionCategoryCodesEnum SYMPTOM
      Display: Symptom
      Code Value: symptom A symptom of a condition (as might be mentioned in a review of systems).
    • FINDING

      public static final ConditionCategoryCodesEnum FINDING
      Display: Finding
      Code Value: finding An observation made by a healthcare provider.
    • DIAGNOSIS

      Display: Diagnosis
      Code Value: diagnosis This is a judgment made by a healthcare provider that the patient has a particular disease or condition.
  • Field Details

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

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static ConditionCategoryCodesEnum forCode(String theCode)
      Returns the enumerated value associated with this code