public enum ResourceStatus extends Enum<ResourceStatus>
| Enum Constant and Description |
|---|
ABANDONED
The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned
|
ACCEPTED
The fulfiller has decided to perform the action, and plans are in train to do this in the future
|
ACTIVE
The resource describes information that is currently valid or a process that is presently occuring
|
AHEADOFTARGET
Ahead of the planned timelines
|
ARRIVED
The pre-conditions for the action are all fulfilled, and it is imminent
|
BEHINDTARGET |
BUSYUNAVAILABLE
not available at this time/location
|
COMPLETE
The process described/requested in the resource has been completed, and no further action is planned
|
CONFIRMED
The information in this resource is approved
|
DECLINED
The fulfiller chose not to perform the action
|
DIFFERENTIAL
Potentially true?
|
DRAFT
The information in the resource is still being prepared and edited
|
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)
|
FAILED
The process described/requested in the resource could not be completed, and no further action is planned
|
FREE
Free for scheduling
|
HWDISCON
The hardware is disconnected
|
INACTIVE
The resource describes information that is no longer valid or a process that is stopped occurring
|
NOTREADY
Behind the planned timelines
|
NULL
added to help the parsers
|
ONTARGET
Ready to act
|
PARTIAL
This information is still being assembled
|
PLANNED
The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future
|
PROPOSED
The resource describes an action or plan that is proposed, and not yet approved by the participants
|
RECEIVED
The fulfiller has received the request, but not yet agreed to carry out the action
|
REFUTED
This information has been ruled out by testing and evaluation
|
REPLACED
The information in this resource has been replaced by information in another resource
|
REQUESTED
A fulfiller has been asked to perform this action, but it has not yet occurred
|
RESOLVED
The issue identified by this resource is no longer of concern
|
SUSPENDED
The process described/requested in this resource has been halted for some reason
|
TRANSDUCDISCON
The device transducer is disconnected
|
UNCONFIRMED
The information in this resource is not yet approved
|
UNKNOWN
Authoring system does not know the status
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResourceStatus |
valueOf(String name)
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.
|
public static final ResourceStatus ERROR
public static final ResourceStatus PROPOSED
public static final ResourceStatus PLANNED
public static final ResourceStatus DRAFT
public static final ResourceStatus REQUESTED
public static final ResourceStatus RECEIVED
public static final ResourceStatus DECLINED
public static final ResourceStatus ACCEPTED
public static final ResourceStatus ARRIVED
public static final ResourceStatus ACTIVE
public static final ResourceStatus SUSPENDED
public static final ResourceStatus FAILED
public static final ResourceStatus REPLACED
public static final ResourceStatus COMPLETE
public static final ResourceStatus INACTIVE
public static final ResourceStatus ABANDONED
public static final ResourceStatus UNKNOWN
public static final ResourceStatus UNCONFIRMED
public static final ResourceStatus CONFIRMED
public static final ResourceStatus RESOLVED
public static final ResourceStatus REFUTED
public static final ResourceStatus DIFFERENTIAL
public static final ResourceStatus PARTIAL
public static final ResourceStatus BUSYUNAVAILABLE
public static final ResourceStatus FREE
public static final ResourceStatus ONTARGET
public static final ResourceStatus AHEADOFTARGET
public static final ResourceStatus BEHINDTARGET
public static final ResourceStatus NOTREADY
public static final ResourceStatus TRANSDUCDISCON
public static final ResourceStatus HWDISCON
public static final ResourceStatus NULL
public static ResourceStatus[] values()
for (ResourceStatus c : ResourceStatus.values()) System.out.println(c);
public static ResourceStatus 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 ResourceStatus 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.