public enum EpisodeOfCareStatusEnum extends Enum<EpisodeOfCareStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active This episode of care is current. |
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. |
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. |
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). |
PLANNED
Display: Planned
Code Value: planned This episode of care is planned to start at the date specified in the period.start. |
WAITLIST
Display: Waitlist
Code Value: waitlist This episode has been placed on a waitlist, pending the episode being made active (or cancelled). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<EpisodeOfCareStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
EpisodeOfCareStatus
|
| Modifier and Type | Method and Description |
|---|---|
static EpisodeOfCareStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static EpisodeOfCareStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpisodeOfCareStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EpisodeOfCareStatusEnum PLANNED
public static final EpisodeOfCareStatusEnum WAITLIST
public static final EpisodeOfCareStatusEnum ACTIVE
public static final EpisodeOfCareStatusEnum ON_HOLD
public static final EpisodeOfCareStatusEnum FINISHED
public static final EpisodeOfCareStatusEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<EpisodeOfCareStatusEnum> VALUESET_BINDER
public static EpisodeOfCareStatusEnum[] values()
for (EpisodeOfCareStatusEnum c : EpisodeOfCareStatusEnum.values()) System.out.println(c);
public static EpisodeOfCareStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EpisodeOfCareStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.