ExplanationOfBenefitItem constructor

const ExplanationOfBenefitItem({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirPositiveInt? sequence,
  5. @JsonKey(name: '_sequence') Element? sequenceElement,
  6. List<FhirPositiveInt>? careTeamSequence,
  7. @JsonKey(name: '_careTeamSequence') List<Element?>? careTeamSequenceElement,
  8. List<FhirPositiveInt>? diagnosisSequence,
  9. @JsonKey(name: '_diagnosisSequence') List<Element>? diagnosisSequenceElement,
  10. List<FhirPositiveInt>? procedureSequence,
  11. @JsonKey(name: '_procedureSequence') List<Element>? procedureSequenceElement,
  12. List<FhirPositiveInt>? informationSequence,
  13. @JsonKey(name: '_informationSequence') List<Element>? informationSequenceElement,
  14. CodeableConcept? revenue,
  15. CodeableConcept? category,
  16. required CodeableConcept productOrService,
  17. List<CodeableConcept>? modifier,
  18. List<CodeableConcept>? programCode,
  19. FhirDate? servicedDate,
  20. @JsonKey(name: '_servicedDate') Element? servicedDateElement,
  21. Period? servicedPeriod,
  22. CodeableConcept? locationCodeableConcept,
  23. Address? locationAddress,
  24. Reference? locationReference,
  25. Quantity? quantity,
  26. Money? unitPrice,
  27. FhirDecimal? factor,
  28. @JsonKey(name: '_factor') Element? factorElement,
  29. Money? net,
  30. List<Reference>? udi,
  31. CodeableConcept? bodySite,
  32. List<CodeableConcept>? subSite,
  33. List<Reference>? encounter,
  34. List<FhirPositiveInt>? noteNumber,
  35. @JsonKey(name: '_noteNumber') List<Element?>? noteNumberElement,
  36. List<ExplanationOfBenefitAdjudication>? adjudication,
  37. List<ExplanationOfBenefitDetail>? detail,
})

ExplanationOfBenefitItem This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

extension_ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

sequence A number to uniquely identify item entries.

sequenceElement Extensions for sequence

careTeamSequence Care team members related to this service or product.

careTeamSequenceElement Extensions for careTeamSequence

diagnosisSequence Diagnoses applicable for this service or product.

diagnosisSequenceElement Extensions for diagnosisSequence

procedureSequence Procedures applicable for this service or product.

procedureSequenceElement Extensions for procedureSequence

informationSequence Exceptions, special conditions and supporting information applicable for this service or product.

informationSequenceElement Extensions for informationSequence

revenue The type of revenue or cost center providing the product and/or service.

category Code to identify the general type of benefits under which products and services are provided.

productOrService When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.

modifier Item typification or modifiers codes to convey additional context for the product or service.

programCode Identifies the program under which this may be recovered.

servicedDate The date or dates when the service or product was supplied, performed or completed.

servicedDateElement Extensions for servicedDate

servicedPeriod The date or dates when the service or product was supplied, performed or completed.

locationCodeableConcept Where the product or service was provided.

locationAddress Where the product or service was provided.

locationReference Where the product or service was provided.

quantity The number of repetitions of a service or product.

unitPrice If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

factor A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

factorElement Extensions for factor

net The quantity times the unit price for an additional service or product or charge.

udi Unique Device Identifiers associated with this line item.

bodySite Physical service site on the patient (limb, tooth, etc.).

subSite A region or surface of the bodySite, e.g. limb region or tooth surface(s).

encounter A billed item may include goods or services provided in multiple encounters.

noteNumber The numbers associated with notes below which apply to the adjudication of this item.

noteNumberElement Extensions for noteNumber

adjudication If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.

detail Second-tier of goods and services.

Implementation

const factory ExplanationOfBenefitItem({
  /// [id] Unique id for the element within a resource (for internal
  ///  references). This may be any string value that does not contain spaces.
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [extension_] May be used to represent additional information that is not
  /// part of the basic definition of the element. To make the use of extensions
  /// safe and manageable, there is a strict set of governance  applied to the
  /// definition and use of extensions. Though any implementer can define an
  /// extension, there is a set of requirements that SHALL be met as part of the
  ///  definition of the extension.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [modifierExtension] May be used to represent additional information that
  /// is not part of the basic definition of the element and that modifies the
  /// understanding of the element in which it is contained and/or the
  /// understanding of the containing element's descendants. Usually modifier
  /// elements provide negation or qualification. To make the use of extensions
  /// safe and manageable, there is a strict set of governance applied to the
  /// definition and use of extensions. Though any implementer can define an
  /// extension, there is a set of requirements that SHALL be met as part of the
  /// definition of the extension. Applications processing a resource are
  ///  required to check for modifier extensions.
  /// Modifier extensions SHALL NOT change the meaning of any elements on
  /// Resource or DomainResource (including cannot change the meaning of
  ///  modifierExtension itself).
  List<FhirExtension>? modifierExtension,

  /// [sequence] A number to uniquely identify item entries.
  FhirPositiveInt? sequence,

  /// [sequenceElement] Extensions for sequence
  @JsonKey(name: '_sequence') Element? sequenceElement,

  /// [careTeamSequence] Care team members related to this service or product.
  List<FhirPositiveInt>? careTeamSequence,

  /// [careTeamSequenceElement] Extensions for careTeamSequence
  @JsonKey(name: '_careTeamSequence') List<Element?>? careTeamSequenceElement,

  /// [diagnosisSequence] Diagnoses applicable for this service or product.
  List<FhirPositiveInt>? diagnosisSequence,
  @JsonKey(name: '_diagnosisSequence')

  /// [diagnosisSequenceElement] Extensions for diagnosisSequence
  List<Element>? diagnosisSequenceElement,

  /// [procedureSequence] Procedures applicable for this service or product.
  List<FhirPositiveInt>? procedureSequence,
  @JsonKey(name: '_procedureSequence')

  /// [procedureSequenceElement] Extensions for procedureSequence
  List<Element>? procedureSequenceElement,

  /// [informationSequence] Exceptions, special conditions and supporting
  ///  information applicable for this service or product.
  List<FhirPositiveInt>? informationSequence,
  @JsonKey(name: '_informationSequence')

  /// [informationSequenceElement] Extensions for informationSequence
  List<Element>? informationSequenceElement,

  /// [revenue] The type of revenue or cost center providing the product and/or
  ///  service.
  CodeableConcept? revenue,

  /// [category] Code to identify the general type of benefits under which
  ///  products and services are provided.
  CodeableConcept? category,

  /// [productOrService] When the value is a group code then this item collects
  /// a set of related claim details, otherwise this contains the product,
  ///  service, drug or other billing code for the item.
  required CodeableConcept productOrService,

  /// [modifier] Item typification or modifiers codes to convey additional
  ///  context for the product or service.
  List<CodeableConcept>? modifier,

  /// [programCode] Identifies the program under which this may be recovered.
  List<CodeableConcept>? programCode,

  /// [servicedDate] The date or dates when the service or product was
  ///  supplied, performed or completed.
  FhirDate? servicedDate,

  /// [servicedDateElement] Extensions for servicedDate
  @JsonKey(name: '_servicedDate') Element? servicedDateElement,

  /// [servicedPeriod] The date or dates when the service or product was
  ///  supplied, performed or completed.
  Period? servicedPeriod,

  /// [locationCodeableConcept] Where the product or service was provided.
  CodeableConcept? locationCodeableConcept,

  /// [locationAddress] Where the product or service was provided.
  Address? locationAddress,

  /// [locationReference] Where the product or service was provided.
  Reference? locationReference,

  /// [quantity] The number of repetitions of a service or product.
  Quantity? quantity,

  /// [unitPrice] If the item is not a group then this is the fee for the
  /// product or service, otherwise this is the total of the fees for the
  ///  details of the group.
  Money? unitPrice,

  /// [factor] A real number that represents a multiplier used in determining
  /// the overall value of services delivered and/or goods received. The concept
  /// of a Factor allows for a discount or surcharge multiplier to be applied to
  ///  a monetary amount.
  FhirDecimal? factor,

  /// [factorElement] Extensions for factor
  @JsonKey(name: '_factor') Element? factorElement,

  /// [net] The quantity times the unit price for an additional service or
  ///  product or charge.
  Money? net,

  /// [udi] Unique Device Identifiers associated with this line item.
  List<Reference>? udi,

  /// [bodySite] Physical service site on the patient (limb, tooth, etc.).
  CodeableConcept? bodySite,

  /// [subSite] A region or surface of the bodySite, e.g. limb region or tooth
  ///  surface(s).
  List<CodeableConcept>? subSite,

  /// [encounter] A billed item may include goods or services provided in
  ///  multiple encounters.
  List<Reference>? encounter,

  /// [noteNumber] The numbers associated with notes below which apply to the
  ///  adjudication of this item.
  List<FhirPositiveInt>? noteNumber,

  /// [noteNumberElement] Extensions for noteNumber
  @JsonKey(name: '_noteNumber') List<Element?>? noteNumberElement,

  /// [adjudication] If this item is a group then the values here are a summary
  /// of the adjudication of the detail items. If this item is a simple product
  ///  or service then this is the result of the adjudication of this item.
  List<ExplanationOfBenefitAdjudication>? adjudication,

  /// [detail] Second-tier of goods and services.
  List<ExplanationOfBenefitDetail>? detail,
}) = _ExplanationOfBenefitItem;