type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<url value="http://hl7.org/fhir/ex-claimitemtype"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.549"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.541"/>
</identifier>
<name value="ClaimItemTypeCodes"/>
<title value="Claim Item Type Codes"/>
<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>