Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/price-component-type (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemPriceComponentType

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="price-component-type"/> 
  <meta> 
    <lastUpdated value="2022-09-10T05:52:37.223+11:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This 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 is a surcharge applied on the base price.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">deduction
            <a name="price-component-type-deduction"> </a> 
          </td> 
          <td> deduction</td> 
          <td> the amount is a deduction applied on the base price.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">discount
            <a name="price-component-type-discount"> </a> 
          </td> 
          <td> discount</td> 
          <td> the amount is a discount applied on the base price.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">tax
            <a name="price-component-type-tax"> </a> 
          </td> 
          <td> tax</td> 
          <td> the amount is the tax component of the total price.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">informational
            <a name="price-component-type-informational"> </a> 
          </td> 
          <td> informational</td> 
          <td> the amount 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="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/> 
  </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="5.0.0-ballot"/> 
  <name value="PriceComponentType"/> 
  <title value="PriceComponentType"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2020-12-28T16:55:11+11:00"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <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://hl7.org/fhir"/> 
    </telecom> 
    <telecom> 
      <system value="email"/> 
      <value value="fhir@lists.hl7.org"/> 
    </telecom> 
  </contact> 
  <description value="Codes indicating the kind of the price component."/> 
  <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 is a surcharge applied on the base price."/> 
  </concept> 
  <concept> 
    <code value="deduction"/> 
    <display value="deduction"/> 
    <definition value="the amount is a deduction applied on the base price."/> 
  </concept> 
  <concept> 
    <code value="discount"/> 
    <display value="discount"/> 
    <definition value="the amount is a discount applied on the base price."/> 
  </concept> 
  <concept> 
    <code value="tax"/> 
    <display value="tax"/> 
    <definition value="the amount is the tax component of the total price."/> 
  </concept> 
  <concept> 
    <code value="informational"/> 
    <display value="informational"/> 
    <definition value="the amount is of informational character, it has not been applied in the calculation
     of the total price."/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.