--- type: "codesystem" title: "Contract Action Status" codesystem: "contract-actionstatus" --- # Contract Action Status - **Official URL**: http://hl7.org/fhir/contract-action-status - **Version**: 6.0.0 - **Status**: active - **Name**: ContractActionStatus - **Title**: Contract Action Status - **Publisher**: HL7 International - **Description**: This CodeSystem contains FHIR-defined contract action status 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 | | --- | --- | --- | | complete | Complete | 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 action status types."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="complete"/> <display value="Complete"/> <definition value="To be completed"/> </concept> </CodeSystem> ```