ClaimSubDetail constructor

const ClaimSubDetail({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirPositiveInt? sequence,
  5. @JsonKey(name: '_sequence') Element? sequenceElement,
  6. List<Identifier>? traceNumber,
  7. CodeableConcept? revenue,
  8. CodeableConcept? category,
  9. CodeableConcept? productOrService,
  10. CodeableConcept? productOrServiceEnd,
  11. List<CodeableConcept>? modifier,
  12. List<CodeableConcept>? programCode,
  13. Money? patientPaid,
  14. Quantity? quantity,
  15. Money? unitPrice,
  16. FhirDecimal? factor,
  17. @JsonKey(name: '_factor') Element? factorElement,
  18. Money? tax,
  19. Money? net,
  20. List<Reference>? udi,
})

ClaimSubDetail A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.

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).

sequence A number to uniquely identify item entries.

sequenceElement ("_sequence") Extensions for sequence

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

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 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.

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.

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 line item.detail.subDetail. Net = unit price * quantity * factor.

udi Unique Device Identifiers associated with this line item.

Implementation

const factory ClaimSubDetail({
  /// [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,

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

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

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

  /// [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 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,

  /// [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,

  /// [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 line item.detail.subDetail. Net =
  ///  unit price * quantity * factor.
  Money? net,

  /// [udi] Unique Device Identifiers associated with this line item.
  List<Reference>? udi,
}) = _ClaimSubDetail;