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