FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypeCodeSystem
IdCodeSystem-invoice-priceComponentType.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/admin-incubator/CodeSystem-invoice-priceComponentType.html
URLhttp://hl7.org/fhir/invoice-priceComponentType
Version0.1.0
Statusdraft
Date2021-01-05T10:01:24+11:00
NameInvoicePriceComponentType
TitleInvoice Price Component Type
Realmuv
Authorityhl7
DescriptionCodes indicating the kind of the price component.
Contentcomplete

Resources that use this resource

ValueSet
invoice-priceComponentTypeInvoice Price Component Type
R4-invoice-priceComponentType-for-R4BCross-version VS for R4.InvoicePriceComponentType for use in FHIR R4B
R4-invoice-priceComponentType-for-R5Cross-version VS for R4.InvoicePriceComponentType for use in FHIR R5
R4B-invoice-priceComponentType-for-R5Cross-version VS for R4B.InvoicePriceComponentType for use in FHIR R5
hl7-pricecomponenttype-valuesInvoicePriceComponentType值集

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem invoice-priceComponentType

This case-sensitive code system http://hl7.org/fhir/invoice-priceComponentType defines the following codes:

CodeDisplayDefinition
base base pricethe amount is the base price used for calculating the total price before applying surcharges, discount or taxes.
surcharge surchargethe amount is a surcharge applied on the base price.
deduction deductionthe amount is a deduction applied on the base price.
discount discountthe amount is a discount applied on the base price.
tax taxthe amount is the tax component of the total price.
informational informationalthe amount is of informational character, it has not been applied in the calculation of the total price.

Source1

{
  "resourceType": "CodeSystem",
  "id": "invoice-priceComponentType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}