--- type: "codesystem" title: "Contract Asset Scope" codesystem: "contract-assetscope" --- # Contract Asset Scope - **Official URL**: http://hl7.org/fhir/contract-asset-scope - **Version**: 6.0.0 - **Status**: active - **Name**: ContractAssetScope - **Title**: Contract Asset Scope - **Publisher**: HL7 International - **Description**: This CodeSystem contains FHIR-defined contract asset scope 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 | | --- | --- | --- | | thing | Thing | 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 asset scope types."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="thing"/> <display value="Thing"/> <definition value="To be completed"/> </concept> </CodeSystem> ```