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