LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Claim Item Detail Classification Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="claim-item-detail-classification"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-item-detail-classification</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">dispensing-fee<a name="claim-item-detail-classification-dispensing-fee"> </a></td><td>Dispensing Fee</td><td>An administrative fee charged by the pharmacy for dispensing the prescription</td></tr><tr><td style="white-space:nowrap">ingredient-cost<a name="claim-item-detail-classification-ingredient-cost"> </a></td><td>Ingredient Cost</td><td>The charge or cost associated with the pharmaceutical product</td></tr><tr><td style="white-space:nowrap">sales-tax<a name="claim-item-detail-classification-sales-tax"> </a></td><td>Sales Tax</td><td>The amount of sales tax applied to the cost of the prescription</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-item-detail-classification"/>
  <version value="8.0.0"/>
  <name value="ClaimItemDetailClassificationCodeSystem"/>
  <title value="Claim Item Detail Classification Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="Item detail classification for claims"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="dispensing-fee"/>
    <display value="Dispensing Fee"/>
    <definition
                value="An administrative fee charged by the pharmacy for dispensing the prescription"/>
  </concept>
  <concept>
    <code value="ingredient-cost"/>
    <display value="Ingredient Cost"/>
    <definition
                value="The charge or cost associated with the pharmaceutical product"/>
  </concept>
  <concept>
    <code value="sales-tax"/>
    <display value="Sales Tax"/>
    <definition
                value="The amount of sales tax applied to the cost of the prescription"/>
  </concept>
</CodeSystem>