public static enum EpisodeOfCare.EpisodeOfCareStatus extends Enum<EpisodeOfCare.EpisodeOfCareStatus>
| Enum Constant and Description |
|---|
ACTIVE
This episode of care is current.
|
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.
|
ENTEREDINERROR
This instance should not have been part of this patient's medical record.
|
FINISHED
This episode of care is finished and the organization is not expecting to be providing further care to the patient.
|
NULL
added to help the parsers with the generic types
|
ONHOLD
This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).
|
PLANNED
This episode of care is planned to start at the date specified in the period.start.
|
WAITLIST
This episode has been placed on a waitlist, pending the episode being made active (or cancelled).
|
| Modifier and Type | Method and Description |
|---|---|
static EpisodeOfCare.EpisodeOfCareStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EpisodeOfCare.EpisodeOfCareStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpisodeOfCare.EpisodeOfCareStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EpisodeOfCare.EpisodeOfCareStatus PLANNED
public static final EpisodeOfCare.EpisodeOfCareStatus WAITLIST
public static final EpisodeOfCare.EpisodeOfCareStatus ACTIVE
public static final EpisodeOfCare.EpisodeOfCareStatus ONHOLD
public static final EpisodeOfCare.EpisodeOfCareStatus FINISHED
public static final EpisodeOfCare.EpisodeOfCareStatus CANCELLED
public static final EpisodeOfCare.EpisodeOfCareStatus ENTEREDINERROR
public static final EpisodeOfCare.EpisodeOfCareStatus NULL
public static EpisodeOfCare.EpisodeOfCareStatus[] values()
for (EpisodeOfCare.EpisodeOfCareStatus c : EpisodeOfCare.EpisodeOfCareStatus.values()) System.out.println(c);
public static EpisodeOfCare.EpisodeOfCareStatus 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 EpisodeOfCare.EpisodeOfCareStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.