<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="price-component-type"/>
  <meta>
    <lastUpdated value="2026-04-01T05:55:04.283+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b>Generated Narrative: CodeSystem price-component-type</b>
      </p>
      <a name="price-component-type"> </a>
      <a name="hcprice-component-type"> </a>
      <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%">
        <p style="margin-bottom: 0px">Last updated: 2021-01-05T10:01:24.148+11:00</p>
      </div>
      <p>This case-sensitive code system 
        <code>http://hl7.org/fhir/price-component-type</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">base
            <a name="price-component-type-base"> </a>
          </td>
          <td>Base price</td>
          <td>The amount is the base price used for calculating the total price before applying surcharges, discount or taxes.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">surcharge
            <a name="price-component-type-surcharge"> </a>
          </td>
          <td>Surcharge</td>
          <td>The amount (either directly specified, or calculated using a factor) that increases the cost of the item.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">discount
            <a name="price-component-type-discount"> </a>
          </td>
          <td>Discount</td>
          <td>The amount (either directly specified, or calculated using a factor) that reduces the cost of the item.  This is sometimes referred to as a deduction.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">tax
            <a name="price-component-type-tax"> </a>
          </td>
          <td>Tax</td>
          <td>The amount (either directly specified, or calculated using a factor) that is levied by a government on the item.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">informational
            <a name="price-component-type-informational"> </a>
          </td>
          <td>Informational</td>
          <td>The amount (either directly specified, or calculated using a factor) is of informational character, it has not been applied in the calculation of the total price.</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <url value="http://hl7.org/fhir/price-component-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1807"/>
  </identifier>
  <version value="6.0.0-ballot4"/>
  <name value="PriceComponentType"/>
  <title value="Price Component Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 International / Patient Administration"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description value="Codes indicating the kind of the price component."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/price-component-type"/>
  <content value="complete"/>
  <concept>
    <code value="base"/>
    <display value="Base price"/>
    <definition value="The amount is the base price used for calculating the total price before applying surcharges, discount or taxes."/>
  </concept>
  <concept>
    <code value="surcharge"/>
    <display value="Surcharge"/>
    <definition value="The amount (either directly specified, or calculated using a factor) that increases the cost of the item."/>
  </concept>
  <concept>
    <code value="discount"/>
    <display value="Discount"/>
    <definition value="The amount (either directly specified, or calculated using a factor) that reduces the cost of the item.  This is sometimes referred to as a deduction."/>
  </concept>
  <concept>
    <code value="tax"/>
    <display value="Tax"/>
    <definition value="The amount (either directly specified, or calculated using a factor) that is levied by a government on the item."/>
  </concept>
  <concept>
    <code value="informational"/>
    <display value="Informational"/>
    <definition value="The amount (either directly specified, or calculated using a factor) is of informational character, it has not been applied in the calculation of the total price."/>
  </concept>
</CodeSystem>