ExplanationOfBenefitAddItem constructor

const ExplanationOfBenefitAddItem({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. List<FhirPositiveInt>? itemSequence,
  5. @JsonKey(name: '_itemSequence') List<Element>? itemSequenceElement,
  6. List<FhirPositiveInt>? detailSequence,
  7. @JsonKey(name: '_detailSequence') List<Element>? detailSequenceElement,
  8. List<FhirPositiveInt>? subDetailSequence,
  9. @JsonKey(name: '_subDetailSequence') List<Element>? subDetailSequenceElement,
  10. List<Identifier>? traceNumber,
  11. List<Reference>? provider,
  12. CodeableConcept? revenue,
  13. CodeableConcept? productOrService,
  14. CodeableConcept? productOrServiceEnd,
  15. List<Reference>? request,
  16. List<CodeableConcept>? modifier,
  17. List<CodeableConcept>? programCode,
  18. FhirDate? servicedDate,
  19. @JsonKey(name: '_servicedDate') Element? servicedDateElement,
  20. Period? servicedPeriod,
  21. CodeableConcept? locationCodeableConcept,
  22. Address? locationAddress,
  23. Reference? locationReference,
  24. Money? patientPaid,
  25. Quantity? quantity,
  26. Money? unitPrice,
  27. FhirDecimal? factor,
  28. @JsonKey(name: '_factor') Element? factorElement,
  29. Money? tax,
  30. Money? net,
  31. List<ExplanationOfBenefitBodySite1>? bodySite,
  32. List<FhirPositiveInt>? noteNumber,
  33. @JsonKey(name: '_noteNumber') List<Element>? noteNumberElement,
  34. ExplanationOfBenefitReviewOutcome? reviewOutcome,
  35. List<ExplanationOfBenefitAdjudication>? adjudication,
  36. List<ExplanationOfBenefitDetail1>? detail,
})

ExplanationOfBenefitAddItem 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_ ("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 managable, 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 managable, 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).

itemSequence Claim items which this service line is intended to replace.

itemSequenceElement ("_itemSequence") Extensions for itemSequence

detailSequence The sequence number of the details within the claim item which this line is intended to replace.

detailSequenceElement ("_detailSequence") Extensions for detailSequence

subDetailSequence The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace.

subDetailSequenceElement ("_subDetailSequence") Extensions for subDetailSequence

traceNumber Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.

provider The providers who are authorized for the services rendered to the patient.

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

productOrService When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.

productOrServiceEnd This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.

request Request or Referral for Goods or Service to be rendered.

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 ("_servicedDate") 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.

patientPaid The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.

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 ("_factor") Extensions for factor

tax The total of taxes applicable for this product or service.

net The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor.

bodySite Physical location where the service is performed or applies.

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

noteNumberElement ("_noteNumber") Extensions for noteNumber

reviewOutcome The high-level results of the adjudication if adjudication has been performed.

adjudication The adjudication results.

detail The second-tier service adjudications for payor added services.

Implementation

const factory ExplanationOfBenefitAddItem({
  /// [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') String? fhirId,

  /// [extension_] ("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 managable, 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 managable, 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,

  /// [itemSequence] Claim items which this service line is intended to
  ///  replace.
  List<FhirPositiveInt>? itemSequence,

  /// [itemSequenceElement] ("_itemSequence") Extensions for itemSequence
  @JsonKey(name: '_itemSequence') List<Element>? itemSequenceElement,

  /// [detailSequence] The sequence number of the details within the claim
  ///  item which this line is intended to replace.
  List<FhirPositiveInt>? detailSequence,

  /// [detailSequenceElement] ("_detailSequence") Extensions for
  ///  detailSequence
  @JsonKey(name: '_detailSequence') List<Element>? detailSequenceElement,

  /// [subDetailSequence] The sequence number of the sub-details woithin the
  ///  details within the claim item which this line is intended to replace.
  List<FhirPositiveInt>? subDetailSequence,

  /// [subDetailSequenceElement] ("_subDetailSequence") Extensions for
  ///  subDetailSequence
  @JsonKey(name: '_subDetailSequence')
  List<Element>? subDetailSequenceElement,

  /// [traceNumber] Trace number for tracking purposes. May be defined at the
  ///  jurisdiction level or between trading partners.
  List<Identifier>? traceNumber,

  /// [provider] The providers who are authorized for the services rendered
  ///  to the patient.
  List<Reference>? provider,

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

  /// [productOrService] When the value is a group code then this item
  ///  collects a set of related item details, otherwise this contains the
  ///  product, service, drug or other billing code for the item. This
  ///  element may be the start of a range of .productOrService codes used in
  ///  conjunction with .productOrServiceEnd or it may be a solo element
  ///  where .productOrServiceEnd is not used.
  CodeableConcept? productOrService,

  /// [productOrServiceEnd] This contains the end of a range of product,
  ///  service, drug or other billing codes for the item. This element is not
  ///  used when the .productOrService is a group code. This value may only
  ///  be present when a .productOfService code has been provided to convey
  ///  the start of the range. Typically this value may be used only with
  ///  preauthorizations and not with claims.
  CodeableConcept? productOrServiceEnd,

  /// [request] Request or Referral for Goods or Service to be rendered.
  List<Reference>? request,

  /// [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] ("_servicedDate") 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,

  /// [patientPaid] The amount paid by the patient, in total at the claim
  ///  claim level or specifically for the item and detail level, to the
  ///  provider for goods and services.
  Money? patientPaid,

  /// [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] ("_factor") Extensions for factor
  @JsonKey(name: '_factor') Element? factorElement,

  /// [tax] The total of taxes applicable for this product or service.
  Money? tax,

  /// [net] The total amount claimed for the group (if a grouper) or the
  ///  addItem. Net = unit price * quantity * factor.
  Money? net,

  /// [bodySite] Physical location where the service is performed or applies.
  List<ExplanationOfBenefitBodySite1>? bodySite,

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

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

  /// [reviewOutcome] The high-level results of the adjudication if
  ///  adjudication has been performed.
  ExplanationOfBenefitReviewOutcome? reviewOutcome,

  /// [adjudication] The adjudication results.
  List<ExplanationOfBenefitAdjudication>? adjudication,

  /// [detail] The second-tier service adjudications for payor added services.
  List<ExplanationOfBenefitDetail1>? detail,
}) = _ExplanationOfBenefitAddItem;