Extensions for Using Data Elements from FHIR R4B in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR R4 - Downloaded Version null See the Directory of published versions

: InvoicePriceComponentType - XML Representation

Page standards status: Trial-use Maturity Level: 0

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="invoice-priceComponentType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      
            <h2>InvoicePriceComponentType</h2>
      
      
            <div>
        
        
              <p>Codes indicating the kind of the price component.</p>

      
      
            </div>
      
      
            <p>This code system http://hl7.org/fhir/invoice-priceComponentType 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="invoice-priceComponentType-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="invoice-priceComponentType-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="invoice-priceComponentType-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="invoice-priceComponentType-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="invoice-priceComponentType-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="invoice-priceComponentType-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-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4b.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.1.0"/>
    </extension>
    <extension url="uri">
      <valueUri
                value="http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r4"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <url value="http://hl7.org/fhir/invoice-priceComponentType"/>
  <version value="4.3.0"/>
  <name value="InvoicePriceComponentType"/>
  <title value="InvoicePriceComponentType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-16T14:06:13-06:00"/>
  <publisher value="Financial Management"/>
  <contact>
    <name value="Financial Management"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fm"/>
    </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/invoice-priceComponentType|4.0.1"/>
  <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>