--- type: "codesystem" title: "Claim Item Type Codes" codesystem: "fm-itemtype" --- # Claim Item Type Codes - **Official URL**: http://hl7.org/fhir/ex-claimitemtype - **Status**: draft - **Name**: ClaimItemTypeCodes - **Title**: Claim Item Type Codes - **Description**: This value set includes Claim Item Type codes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | group | Group | A group of products and/or Services, amount ar the summary or detail level products and services. | | product | Product | A billed product line item. | | service | Service | A billed service line item. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <description value="This value set includes Claim Item Type codes."/> <copyright value="HL7 International"/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="group"/> <display value="Group"/> <definition value="A group of products and/or Services, amount ar the summary or detail level products and services."/> </concept> <concept> <code value="product"/> <display value="Product"/> <definition value="A billed product line item."/> </concept> <concept> <code value="service"/> <display value="Service"/> <definition value="A billed service line item."/> </concept> </CodeSystem> ```