Administrative Incubator
0.1.0 - International flag

Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions

: Invoice Price Component Type

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "invoice-priceComponentType",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem invoice-priceComponentType</b></p><a name=\"invoice-priceComponentType\"> </a><a name=\"hcinvoice-priceComponentType\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/invoice-priceComponentType</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=\"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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    }
  ],
  "url" : "http://hl7.org/fhir/invoice-priceComponentType",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.869"
    }
  ],
  "version" : "0.1.0",
  "name" : "InvoicePriceComponentType",
  "title" : "Invoice Price Component Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 International / Patient Administration",
  "contact" : [
    {
      "name" : "HL7 International / Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pa"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pa"
        }
      ]
    }
  ],
  "description" : "Codes indicating the kind of the price component.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/invoice-priceComponentType",
  "content" : "complete",
  "concept" : [
    {
      "code" : "base",
      "display" : "base price",
      "definition" : "the amount is the base price used for calculating the total price before applying surcharges, discount or taxes."
    },
    {
      "code" : "surcharge",
      "display" : "surcharge",
      "definition" : "the amount is a surcharge applied on the base price."
    },
    {
      "code" : "deduction",
      "display" : "deduction",
      "definition" : "the amount is a deduction applied on the base price."
    },
    {
      "code" : "discount",
      "display" : "discount",
      "definition" : "the amount is a discount applied on the base price."
    },
    {
      "code" : "tax",
      "display" : "tax",
      "definition" : "the amount is the tax component of the total price."
    },
    {
      "code" : "informational",
      "display" : "informational",
      "definition" : "the amount is of informational character, it has not been applied in the calculation of the total price."
    }
  ]
}