Enum ResourceStatus

    • Enum Constant Summary

      Enum Constants 
      Enum Constant 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
    • Enum Constant Detail

      • ERROR

        public static final ResourceStatus 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

        public static final ResourceStatus PROPOSED
        The resource describes an action or plan that is proposed, and not yet approved by the participants
      • PLANNED

        public static final ResourceStatus PLANNED
        The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future
      • DRAFT

        public static final ResourceStatus DRAFT
        The information in the resource is still being prepared and edited
      • REQUESTED

        public static final ResourceStatus REQUESTED
        A fulfiller has been asked to perform this action, but it has not yet occurred
      • RECEIVED

        public static final ResourceStatus RECEIVED
        The fulfiller has received the request, but not yet agreed to carry out the action
      • ACCEPTED

        public static final ResourceStatus ACCEPTED
        The fulfiller has decided to perform the action, and plans are in train to do this in the future
      • ARRIVED

        public static final ResourceStatus ARRIVED
        The pre-conditions for the action are all fulfilled, and it is imminent
      • ACTIVE

        public static final ResourceStatus ACTIVE
        The resource describes information that is currently valid or a process that is presently occuring
      • SUSPENDED

        public static final ResourceStatus SUSPENDED
        The process described/requested in this resource has been halted for some reason
      • FAILED

        public static final ResourceStatus FAILED
        The process described/requested in the resource could not be completed, and no further action is planned
      • REPLACED

        public static final ResourceStatus REPLACED
        The information in this resource has been replaced by information in another resource
      • COMPLETE

        public static final ResourceStatus COMPLETE
        The process described/requested in the resource has been completed, and no further action is planned
      • INACTIVE

        public static final ResourceStatus INACTIVE
        The resource describes information that is no longer valid or a process that is stopped occurring
      • ABANDONED

        public static final ResourceStatus ABANDONED
        The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned
      • RESOLVED

        public static final ResourceStatus RESOLVED
        The issue identified by this resource is no longer of concern
      • REFUTED

        public static final ResourceStatus REFUTED
        This information has been ruled out by testing and evaluation
    • Method Detail

      • values

        public static ResourceStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ResourceStatus c : ResourceStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ResourceStatus valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • fromCode

        public static ResourceStatus fromCode​(String codeString)
                                       throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException