FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem invoice-priceComponentType

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="invoice-priceComponentType"/>
  <meta>
    <lastUpdated value="2019-11-01T09:29:23.356+11:00"/>
  </meta>
  <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="0"/>
  </extension>
  <url value="http://hl7.org/fhir/invoice-priceComponentType"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.869"/>
  </identifier>
  <version value="4.0.1"/>
  <name value="InvoicePriceComponentType"/>
  <title value="InvoicePriceComponentType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-11-01T09:29:23+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>
  <description value="Codes indicating the kind of the price component."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/invoice-priceComponentType"/>
  <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>