--- type: "codesystem" title: "Contract Expiration Type" codesystem: "contract-expiration-type" --- # Contract Expiration Type - **Official URL**: http://hl7.org/fhir/contract-expiration-type - **Version**: 6.0.0 - **Status**: active - **Name**: ContractExpirationType - **Title**: Contract Expiration Type - **Publisher**: HL7 International - **Description**: This CodeSystem contains FHIR-defined contract Expiration types. - **Case Sensitive**: true - **Content**: complete ## Narrative Each definition includes usage notes explaining the precedence order in contract lifecycle - i.e., while only some stages are required, the order in which they may occur is deterministic; and a map to comparable FHIR and v.3 status codes. It follows guidance about use of status codes in FHIR in [the Status Codes Grid](sc). ## Concepts | Code | Display | Definition | | --- | --- | --- | | breach | Breach | To be completed | ## CodeSystem XML ```xml
Each definition includes usage notes explaining the precedence order in contract lifecycle - i.e., while only some stages are required, the order in which they may occur is deterministic; and a map to comparable FHIR and v.3 status codes. It follows guidance about use of status codes in FHIR in the Status Codes Grid.
<status value="active"/> <experimental value="true"/> <date value="2017-02-13"/> <publisher value="HL7 International"/> <contact> <name value="FHIR project team"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This CodeSystem contains FHIR-defined contract Expiration types."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="breach"/> <display value="Breach"/> <definition value="To be completed"/> </concept> </CodeSystem> ```