Package org.hl7.fhir.r4.model
Enum EpisodeOfCare.EpisodeOfCareStatus
java.lang.Object
java.lang.Enum<EpisodeOfCare.EpisodeOfCareStatus>
org.hl7.fhir.r4.model.EpisodeOfCare.EpisodeOfCareStatus
- All Implemented Interfaces:
Serializable
,Comparable<EpisodeOfCare.EpisodeOfCareStatus>
- Enclosing class:
EpisodeOfCare
public static enum EpisodeOfCare.EpisodeOfCareStatus
extends Enum<EpisodeOfCare.EpisodeOfCareStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThis episode of care is current.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.This instance should not have been part of this patient's medical record.This episode of care is finished and the organization is not expecting to be providing further care to the patient.added to help the parsers with the generic typesThis episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).This episode of care is planned to start at the date specified in the period.start.This episode has been placed on a waitlist, pending the episode being made active (or cancelled). -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
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.
-
Enum Constant Details
-
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 the patient is eligible to receive services, or be organizing to make resources available to provide care services. -
WAITLIST
This episode has been placed on a waitlist, pending the episode being made active (or cancelled). -
ACTIVE
This episode of care is current. -
ONHOLD
This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite). -
FINISHED
This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as "closed", "completed" or other similar terms. -
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. -
ENTEREDINERROR
This instance should not have been part of this patient's medical record. -
NULL
added to help the parsers with the generic types
-
-
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 nameNullPointerException
- if the argument is null
-
fromCode
public static EpisodeOfCare.EpisodeOfCareStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-