Enum ResourceStatus
- All Implemented Interfaces:
Serializable
,Comparable<ResourceStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThe process described/requested in the resource did not complete - usually due to some workflow error, and no further action is plannedThe fulfiller has decided to perform the action, and plans are in train to do this in the futureThe resource describes information that is currently valid or a process that is presently occuringAhead of the planned timelinesThe pre-conditions for the action are all fulfilled, and it is imminentnot available at this time/locationThe process described/requested in the resource has been completed, and no further action is plannedThe information in this resource is approvedThe fulfiller chose not to perform the actionPotentially true?The information in the resource is still being prepared and editedThe resource was created in error, and should not be treated as valid (note: in many cases, for various data integrity related reasons, the information cannot be removed from the record)The process described/requested in the resource could not be completed, and no further action is plannedFree for schedulingThe hardware is disconnectedThe resource describes information that is no longer valid or a process that is stopped occurringBehind the planned timelinesadded to help the parsersReady to actThis information is still being assembledThe resource describes a course of action that is planned and agreed/approved, but at the time of recording was still futureThe resource describes an action or plan that is proposed, and not yet approved by the participantsThe fulfiller has received the request, but not yet agreed to carry out the actionThis information has been ruled out by testing and evaluationThe information in this resource has been replaced by information in another resourceA fulfiller has been asked to perform this action, but it has not yet occurredThe issue identified by this resource is no longer of concernThe process described/requested in this resource has been halted for some reasonThe device transducer is disconnectedThe information in this resource is not yet approvedAuthoring system does not know the status -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceStatus
toCode()
static ResourceStatus
Returns the enum constant of this type with the specified name.static ResourceStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ERROR
The resource was created in error, and should not be treated as valid (note: in many cases, for various data integrity related reasons, the information cannot be removed from the record) -
PROPOSED
The resource describes an action or plan that is proposed, and not yet approved by the participants -
PLANNED
The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future -
DRAFT
The information in the resource is still being prepared and edited -
REQUESTED
A fulfiller has been asked to perform this action, but it has not yet occurred -
RECEIVED
The fulfiller has received the request, but not yet agreed to carry out the action -
DECLINED
The fulfiller chose not to perform the action -
ACCEPTED
The fulfiller has decided to perform the action, and plans are in train to do this in the future -
ARRIVED
The pre-conditions for the action are all fulfilled, and it is imminent -
ACTIVE
The resource describes information that is currently valid or a process that is presently occuring -
SUSPENDED
The process described/requested in this resource has been halted for some reason -
FAILED
The process described/requested in the resource could not be completed, and no further action is planned -
REPLACED
The information in this resource has been replaced by information in another resource -
COMPLETE
The process described/requested in the resource has been completed, and no further action is planned -
INACTIVE
The resource describes information that is no longer valid or a process that is stopped occurring -
ABANDONED
The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned -
UNKNOWN
Authoring system does not know the status -
UNCONFIRMED
The information in this resource is not yet approved -
CONFIRMED
The information in this resource is approved -
RESOLVED
The issue identified by this resource is no longer of concern -
REFUTED
This information has been ruled out by testing and evaluation -
DIFFERENTIAL
Potentially true? -
PARTIAL
This information is still being assembled -
BUSYUNAVAILABLE
not available at this time/location -
FREE
Free for scheduling -
ONTARGET
Ready to act -
AHEADOFTARGET
Ahead of the planned timelines -
BEHINDTARGET
-
NOTREADY
Behind the planned timelines -
TRANSDUCDISCON
The device transducer is disconnected -
HWDISCON
The hardware is disconnected -
NULL
added to help the parsers
-
-
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 ResourceStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-