Enum ContractStatus.ValueSet
- java.lang.Object
-
- java.lang.Enum<ContractStatus.ValueSet>
-
- com.ibm.fhir.model.type.code.ContractStatus.ValueSet
-
- All Implemented Interfaces:
Serializable,Comparable<ContractStatus.ValueSet>
- Enclosing class:
- ContractStatus
public static enum ContractStatus.ValueSet extends Enum<ContractStatus.ValueSet>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMENDEDAmendedAPPENDEDAppendedCANCELLEDCancelledDISPUTEDDisputedENTERED_IN_ERROREntered in ErrorEXECUTABLEExecutableEXECUTEDExecutedNEGOTIABLENegotiableOFFEREDOfferedPOLICYPolicyREJECTEDRejectedRENEWEDRenewedRESOLVEDResolvedREVOKEDRevokedTERMINATEDTerminated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContractStatus.ValueSetfrom(String value)Factory method for creating ContractStatus.ValueSet values from a passed string value.Stringvalue()static ContractStatus.ValueSetvalueOf(String name)Returns the enum constant of this type with the specified name.static ContractStatus.ValueSet[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AMENDED
public static final ContractStatus.ValueSet AMENDED
AmendedContract is augmented with additional information to correct errors in a predecessor or to updated values in a predecessor. Usage: Contract altered within effective time. Precedence Order = 9. Comparable FHIR and v.3 status codes: revised; replaced.
-
APPENDED
public static final ContractStatus.ValueSet APPENDED
AppendedContract is augmented with additional information that was missing from a predecessor Contract. Usage: Contract altered within effective time. Precedence Order = 9. Comparable FHIR and v.3 status codes: updated, replaced.
-
CANCELLED
public static final ContractStatus.ValueSet CANCELLED
CancelledContract is terminated due to failure of the Grantor and/or the Grantee to fulfil one or more contract provisions. Usage: Abnormal contract termination. Precedence Order = 10. Comparable FHIR and v.3 status codes: stopped; failed; aborted.
-
DISPUTED
public static final ContractStatus.ValueSet DISPUTED
DisputedContract is pended to rectify failure of the Grantor or the Grantee to fulfil contract provision(s). E.g., Grantee complaint about Grantor's failure to comply with contract provisions. Usage: Contract pended. Precedence Order = 7. Comparable FHIR and v.3 status codes: on hold; pended; suspended.
-
ENTERED_IN_ERROR
public static final ContractStatus.ValueSet ENTERED_IN_ERROR
Entered in ErrorContract was created in error. No Precedence Order. Status may be applied to a Contract with any status.
-
EXECUTABLE
public static final ContractStatus.ValueSet EXECUTABLE
ExecutableContract execution pending; may be executed when either the Grantor or the Grantee accepts the contract provisions by signing. I.e., where either the Grantor or the Grantee has signed, but not both. E.g., when an insurance applicant signs the insurers application, which references the policy. Usage: Optional first step of contract execution activity. May be skipped and contracting activity moves directly to executed state. Precedence Order = 3. Comparable FHIR and v.3 status codes: draft; preliminary; planned; intended; active.
-
EXECUTED
public static final ContractStatus.ValueSet EXECUTED
ExecutedContract is activated for period stipulated when both the Grantor and Grantee have signed it. Usage: Required state for normal completion of contracting activity. Precedence Order = 6. Comparable FHIR and v.3 status codes: accepted; completed.
-
NEGOTIABLE
public static final ContractStatus.ValueSet NEGOTIABLE
NegotiableContract execution is suspended while either or both the Grantor and Grantee propose and consider new or revised contract provisions. I.e., where the party which has not signed proposes changes to the terms. E .g., a life insurer declines to agree to the signed application because the life insurer has evidence that the applicant, who asserted to being younger or a non-smoker to get a lower premium rate - but offers instead to agree to a higher premium based on the applicants actual age or smoking status. Usage: Optional contract activity between executable and executed state. Precedence Order = 4. Comparable FHIR and v.3 status codes: in progress; review; held.
-
OFFERED
public static final ContractStatus.ValueSet OFFERED
OfferedContract is a proposal by either the Grantor or the Grantee. Aka - A Contract hard copy or electronic 'template', 'form' or 'application'. E.g., health insurance application; consent directive form. Usage: Beginning of contract negotiation, which may have been completed as a precondition because used for 0..* contracts. Precedence Order = 2. Comparable FHIR and v.3 status codes: requested; new.
-
POLICY
public static final ContractStatus.ValueSet POLICY
PolicyContract template is available as the basis for an application or offer by the Grantor or Grantee. E.g., health insurance policy; consent directive policy. Usage: Required initial contract activity, which may have been completed as a precondition because used for 0..* contracts. Precedence Order = 1. Comparable FHIR and v.3 status codes: proposed; intended.
-
REJECTED
public static final ContractStatus.ValueSet REJECTED
RejectedExecution of the Contract is not completed because either or both the Grantor and Grantee decline to accept some or all of the contract provisions. Usage: Optional contract activity between executable and abnormal termination. Precedence Order = 5. Comparable FHIR and v.3 status codes: stopped; cancelled.
-
RENEWED
public static final ContractStatus.ValueSet RENEWED
RenewedBeginning of a successor Contract at the termination of predecessor Contract lifecycle. Usage: Follows termination of a preceding Contract that has reached its expiry date. Precedence Order = 13. Comparable FHIR and v.3 status codes: superseded.
-
REVOKED
public static final ContractStatus.ValueSet REVOKED
RevokedA Contract that is rescinded. May be required prior to replacing with an updated Contract. Comparable FHIR and v.3 status codes: nullified.
-
RESOLVED
public static final ContractStatus.ValueSet RESOLVED
ResolvedContract is reactivated after being pended because of faulty execution. *E.g., competency of the signer(s), or where the policy is substantially different from and did not accompany the application/form so that the applicant could not compare them. Aka - ''reactivated''. Usage: Optional stage where a pended contract is reactivated. Precedence Order = 8. Comparable FHIR and v.3 status codes: reactivated.
-
TERMINATED
public static final ContractStatus.ValueSet TERMINATED
TerminatedContract reaches its expiry date. It might or might not be renewed or renegotiated. Usage: Normal end of contract period. Precedence Order = 12. Comparable FHIR and v.3 status codes: Obsoleted.
-
-
Method Detail
-
values
public static ContractStatus.ValueSet[] 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 (ContractStatus.ValueSet c : ContractStatus.ValueSet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ContractStatus.ValueSet 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 nameNullPointerException- if the argument is null
-
value
public String value()
- Returns:
- The java.lang.String value of the code represented by this enum
-
from
public static ContractStatus.ValueSet from(String value)
Factory method for creating ContractStatus.ValueSet values from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
-