PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4b.core@4.3.0
    http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition
description: The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.
package_name: hl7.fhir.r4b.core
derivation: specialization
name: ChargeItemDefinition
type: ChargeItemDefinition
elements:
  description: {isModifier: false, short: Natural language description of the charge item definition, type: markdown, mustSupport: false, isSummary: true, index: 12}
  date: {isModifier: false, short: Date last changed, type: dateTime, mustSupport: false, isSummary: true, index: 9}
  publisher: {isModifier: false, short: Name of the publisher (organization or individual), type: string, mustSupport: false, isSummary: true, index: 10}
  approvalDate: {isModifier: false, short: When the charge item definition was approved by publisher, type: date, mustSupport: false, isSummary: false, index: 16}
  propertyGroup:
    isModifier: false
    short: Group of properties which are applicable under the same conditions
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 25
    elements:
      applicability:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition', elements, applicability]
        isModifier: false
        short: Conditions under which the priceComponent is applicable
        mustSupport: false
        array: true
        isSummary: false
        index: 26
      priceComponent:
        isModifier: false
        short: Components of total line item price
        index: 27
        type: BackboneElement
        mustSupport: false
        array: true
        elements:
          type:
            isModifier: false
            short: base | surcharge | deduction | discount | tax | informational
            type: code
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/invoice-priceComponentType|4.3.0'}
            isSummary: false
            index: 28
          code: {isModifier: false, short: Code identifying the specific component, type: CodeableConcept, mustSupport: false, isSummary: false, index: 29}
          factor: {isModifier: false, short: Factor used for calculating this component, type: decimal, mustSupport: false, isSummary: false, index: 30}
          amount: {isModifier: false, short: Monetary amount associated with this component, type: Money, mustSupport: false, isSummary: false, index: 31}
        required: [type]
        isSummary: false
  instance:
    isModifier: false
    short: Instances this definition applies to
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/Substance']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 20
  jurisdiction:
    isModifier: false
    short: Intended jurisdiction for charge item definition (if applicable)
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/jurisdiction'}
    isSummary: true
    index: 14
  useContext: {isModifier: false, short: The context that the content is intended to support, type: UsageContext, mustSupport: false, array: true, isSummary: true, index: 13}
  copyright: {isModifier: false, short: Use and/or publishing restrictions, type: markdown, mustSupport: false, isSummary: false, index: 15}
  experimental: {isModifier: false, short: 'For testing purposes, not real usage', type: boolean, mustSupport: false, isSummary: true, index: 8}
  title: {isModifier: false, short: Name for this charge item definition (human friendly), type: string, mustSupport: false, isSummary: true, index: 3}
  derivedFromUri: {isModifier: false, short: Underlying externally-defined charge item definition, type: uri, mustSupport: false, array: true, isSummary: true, index: 4}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    index: 7
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.3.0'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
  url: {isModifier: false, short: 'Canonical identifier for this charge item definition, represented as a URI (globally unique)', type: uri, mustSupport: false, isSummary: true, index: 0}
  code:
    isModifier: false
    short: Billing codes or product types this definition applies to
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/chargeitem-billingcodes'}
    isSummary: true
    index: 19
  identifier: {isModifier: false, short: Additional identifier for the charge item definition, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 1}
  lastReviewDate: {isModifier: false, short: When the charge item definition was last reviewed, type: date, mustSupport: false, isSummary: false, index: 17}
  replaces: {isModifier: false, short: Completed or terminated request(s) whose function is taken by this new request, type: canonical, mustSupport: false, array: true, isSummary: true, index: 6}
  partOf: {isModifier: false, short: A larger definition of which this particular definition is a component or step, type: canonical, mustSupport: false, array: true, isSummary: true, index: 5}
  version: {isModifier: false, short: Business version of the charge item definition, type: string, mustSupport: false, isSummary: true, index: 2}
  contact: {isModifier: false, short: Contact details for the publisher, type: ContactDetail, mustSupport: false, array: true, isSummary: true, index: 11}
  applicability:
    isModifier: false
    short: Whether or not the billing code is applicable
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 21
    elements:
      description: {isModifier: false, short: Natural language description of the condition, type: string, mustSupport: false, isSummary: false, index: 22}
      language: {isModifier: false, short: Language of the expression, type: string, mustSupport: false, isSummary: false, index: 23}
      expression: {isModifier: false, short: Boolean-valued expression, type: string, mustSupport: false, isSummary: false, index: 24}
  effectivePeriod: {isModifier: false, short: When the charge item definition is expected to be used, type: Period, mustSupport: false, isSummary: true, index: 18}
package_version: 4.3.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.3.0
required: [url, status]