Enum EpisodeOfCareStatusEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Active
    Code Value: active This episode of care is current.
    Display: Cancelled
    Code Value: cancelled The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care.
    Display: Finished
    Code Value: finished This episode of care is finished at the organization is not expecting to be providing care to the patient.
    Display: On Hold
    Code Value: onhold This episode of care is on hold, the organization has limited responsibility for the patient (such as while on respite).
    Display: Planned
    Code Value: planned This episode of care is planned to start at the date specified in the period.start.
    Display: Waitlist
    Code Value: waitlist This episode has been placed on a waitlist, pending the episode being made active (or cancelled).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<EpisodeOfCareStatusEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: EpisodeOfCareStatus
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    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.

    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

    • PLANNED

      public static final EpisodeOfCareStatusEnum PLANNED
      Display: Planned
      Code Value: planned This episode of care is planned to start at the date specified in the period.start. During this status an organization may perform assessments to determine if they are eligible to receive services, or be organizing to make resources available to provide care services.
    • WAITLIST

      public static final EpisodeOfCareStatusEnum WAITLIST
      Display: Waitlist
      Code Value: waitlist This episode has been placed on a waitlist, pending the episode being made active (or cancelled).
    • ACTIVE

      public static final EpisodeOfCareStatusEnum ACTIVE
      Display: Active
      Code Value: active This episode of care is current.
    • ON_HOLD

      public static final EpisodeOfCareStatusEnum ON_HOLD
      Display: On Hold
      Code Value: onhold This episode of care is on hold, the organization has limited responsibility for the patient (such as while on respite).
    • FINISHED

      public static final EpisodeOfCareStatusEnum FINISHED
      Display: Finished
      Code Value: finished This episode of care is finished at the organization is not expecting to be providing care to the patient. Can also be known as "closed", "completed" or other similar terms.
    • CANCELLED

      public static final EpisodeOfCareStatusEnum CANCELLED
      Display: Cancelled
      Code Value: cancelled The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.
  • Field Details

  • Method Details

    • values

      public static EpisodeOfCareStatusEnum[] 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 EpisodeOfCareStatusEnum 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
    • 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 EpisodeOfCareStatusEnum forCode(String theCode)
      Returns the enumerated value associated with this code