http://hl7.org/fhir/invoice-priceComponentType|4.0.1

name
InvoicePriceComponentType
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

InvoicePriceComponentType

Codes indicating the kind of the price component.

{
  "description" : "Codes indicating the kind of the price component.",
  "compose" : null,
  "package" : "hl7.fhir.r4.core@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "InvoicePriceComponentType",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "InvoicePriceComponentType",
  "supliment" : null,
  "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
  } ],
  "status" : "draft",
  "id" : "8fb9c7fe-7ae4-51d9-bf90-2fb3c9900049",
  "valueSet" : "http://hl7.org/fhir/ValueSet/invoice-priceComponentType",
  "url" : "http://hl7.org/fhir/invoice-priceComponentType",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.869",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}