Package org.hl7.fhir.r4.model
Enum Contract.ContractPublicationStatus
- java.lang.Object
-
- java.lang.Enum<Contract.ContractPublicationStatus>
-
- org.hl7.fhir.r4.model.Contract.ContractPublicationStatus
-
- All Implemented Interfaces:
Serializable
,Comparable<Contract.ContractPublicationStatus>
- Enclosing class:
- Contract
public static enum Contract.ContractPublicationStatus extends Enum<Contract.ContractPublicationStatus>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMENDED
Contract is augmented with additional information to correct errors in a predecessor or to updated values in a predecessor.APPENDED
Contract is augmented with additional information that was missing from a predecessor Contract.CANCELLED
Contract is terminated due to failure of the Grantor and/or the Grantee to fulfil one or more contract provisions.DISPUTED
Contract is pended to rectify failure of the Grantor or the Grantee to fulfil contract provision(s).ENTEREDINERROR
Contract was created in error.EXECUTABLE
Contract execution pending; may be executed when either the Grantor or the Grantee accepts the contract provisions by signing.EXECUTED
Contract is activated for period stipulated when both the Grantor and Grantee have signed it.NEGOTIABLE
Contract execution is suspended while either or both the Grantor and Grantee propose and consider new or revised contract provisions.NULL
added to help the parsers with the generic typesOFFERED
Contract is a proposal by either the Grantor or the Grantee.POLICY
Contract template is available as the basis for an application or offer by the Grantor or Grantee.REJECTED
Execution of the Contract is not completed because either or both the Grantor and Grantee decline to accept some or all of the contract provisions.RENEWED
Beginning of a successor Contract at the termination of predecessor Contract lifecycle.RESOLVED
Contract is reactivated after being pended because of faulty execution.REVOKED
A Contract that is rescinded.TERMINATED
Contract reaches its expiry date. It might or might not be renewed or renegotiated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Contract.ContractPublicationStatus
fromCode(String codeString)
String
getDefinition()
String
getDisplay()
String
getSystem()
String
toCode()
static Contract.ContractPublicationStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static Contract.ContractPublicationStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AMENDED
public static final Contract.ContractPublicationStatus AMENDED
Contract 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 Contract.ContractPublicationStatus APPENDED
Contract 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 Contract.ContractPublicationStatus CANCELLED
Contract 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 Contract.ContractPublicationStatus DISPUTED
Contract 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.
-
ENTEREDINERROR
public static final Contract.ContractPublicationStatus ENTEREDINERROR
Contract was created in error. No Precedence Order. Status may be applied to a Contract with any status.
-
EXECUTABLE
public static final Contract.ContractPublicationStatus EXECUTABLE
Contract 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 Contract.ContractPublicationStatus EXECUTED
Contract 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 Contract.ContractPublicationStatus NEGOTIABLE
Contract 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 Contract.ContractPublicationStatus OFFERED
Contract 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 Contract.ContractPublicationStatus POLICY
Contract 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 Contract.ContractPublicationStatus REJECTED
Execution 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 Contract.ContractPublicationStatus RENEWED
Beginning 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 Contract.ContractPublicationStatus REVOKED
A 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 Contract.ContractPublicationStatus RESOLVED
Contract 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 Contract.ContractPublicationStatus TERMINATED
Contract 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.
-
NULL
public static final Contract.ContractPublicationStatus NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static Contract.ContractPublicationStatus[] 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 (Contract.ContractPublicationStatus c : Contract.ContractPublicationStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Contract.ContractPublicationStatus 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
-
fromCode
public static Contract.ContractPublicationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-