ClaimResponse constructor

const ClaimResponse({
  1. @Default(R4ResourceType.ClaimResponse) @JsonKey(unknownEnumValue: R4ResourceType.ClaimResponse) R4ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') String? fhirId,
  4. FhirMeta? meta,
  5. FhirUri? implicitRules,
  6. @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  7. FhirCode? language,
  8. @JsonKey(name: '_language') Element? languageElement,
  9. Narrative? text,
  10. List<Resource>? contained,
  11. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  12. List<FhirExtension>? modifierExtension,
  13. List<Identifier>? identifier,
  14. FhirCode? status,
  15. @JsonKey(name: '_status') Element? statusElement,
  16. required CodeableConcept type,
  17. CodeableConcept? subType,
  18. FhirCode? use,
  19. @JsonKey(name: '_use') Element? useElement,
  20. required Reference patient,
  21. FhirDateTime? created,
  22. @JsonKey(name: '_created') Element? createdElement,
  23. required Reference insurer,
  24. Reference? requestor,
  25. Reference? request,
  26. FhirCode? outcome,
  27. @JsonKey(name: '_outcome') Element? outcomeElement,
  28. String? disposition,
  29. @JsonKey(name: '_disposition') Element? dispositionElement,
  30. String? preAuthRef,
  31. @JsonKey(name: '_preAuthRef') Element? preAuthRefElement,
  32. Period? preAuthPeriod,
  33. CodeableConcept? payeeType,
  34. List<ClaimResponseItem>? item,
  35. List<ClaimResponseAddItem>? addItem,
  36. List<ClaimResponseAdjudication>? adjudication,
  37. List<ClaimResponseTotal>? total,
  38. ClaimResponsePayment? payment,
  39. CodeableConcept? fundsReserve,
  40. CodeableConcept? formCode,
  41. Attachment? form,
  42. List<ClaimResponseProcessNote>? processNote,
  43. List<Reference>? communicationRequest,
  44. List<ClaimResponseInsurance>? insurance,
  45. List<ClaimResponseError>? error,
})

ClaimResponse This resource provides the adjudication details from the processing of a Claim resource.

resourceType This is a ClaimResponse resource

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

meta The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

implicitRules A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

implicitRulesElement Extensions for implicitRules

language The base language in which the resource is written.

languageElement Extensions for language

text A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

contained These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

extension_ May be used to represent additional information that is not part of the basic definition of the resource. 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 resource and that modifies the understanding of the element that contains it 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 is allowed to 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).

identifier A unique identifier assigned to this claim response.

status The status of the resource instance.

statusElement Extensions for status

type A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.

subType A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.

use A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.

useElement Extensions for use

patient The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for facast reimbursement is sought.

created The date this resource was created.

createdElement Extensions for created

insurer The party responsible for authorization, adjudication and reimbursement.

requestor The provider which is responsible for the claim, predetermination or preauthorization.

request Original request resource reference.

outcome The outcome of the claim, predetermination, or preauthorization processing.

outcomeElement Extensions for outcome

disposition A human readable description of the status of the adjudication.

dispositionElement Extensions for disposition

preAuthRef Reference from the Insurer which is used in later communications which refers to this adjudication.

preAuthRefElement Extensions for preAuthRef

preAuthPeriod The time frame during which this authorization is effective.

payeeType Type of Party to be reimbursed: subscriber, provider, other.

item A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.

addItem The first-tier service adjudications for payor added product or service lines.

adjudication The adjudication results which are presented at the header level rather than at the line-item or add-item levels.

total Categorized monetary totals for the adjudication.

payment Payment details for the adjudication of the claim.

fundsReserve A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.

formCode A code for the form to be used for printing the content.

form The actual form, by reference or inclusion, for printing the content or an EOB.

processNote A note that describes or explains adjudication results in a human readable form.

communicationRequest Request for additional supporting or authorizing information.

insurance Financial instruments for reimbursement for the health care products and services specified on the claim.

error Errors encountered during the processing of the adjudication.

Implementation

const factory ClaimResponse({
  @Default(R4ResourceType.ClaimResponse)
  @JsonKey(unknownEnumValue: R4ResourceType.ClaimResponse)

  /// [resourceType] This is a ClaimResponse resource
  R4ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,

  /// [id] The logical id of the resource, as used in the URL for the resource.
  ///  Once assigned, this value never changes.
  @JsonKey(name: 'id') String? fhirId,

  /// [meta] The metadata about the resource. This is content that is
  /// maintained by the infrastructure. Changes to the content might not always
  ///  be associated with version changes to the resource.
  FhirMeta? meta,

  /// [implicitRules] A reference to a set of rules that were followed when the
  /// resource was constructed, and which must be understood when processing the
  /// content. Often, this is a reference to an implementation guide that
  ///  defines the special rules along with other profiles etc.
  FhirUri? implicitRules,

  /// [implicitRulesElement] Extensions for implicitRules
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,

  /// [language] The base language in which the resource is written.
  FhirCode? language,

  /// [languageElement] Extensions for language
  @JsonKey(name: '_language') Element? languageElement,

  /// [text] A human-readable narrative that contains a summary of the resource
  /// and can be used to represent the content of the resource to a human. The
  /// narrative need not encode all the structured data, but is required to
  /// contain sufficient detail to make it "clinically safe" for a human to just
  /// read the narrative. Resource definitions may define what content should be
  ///  represented in the narrative to ensure clinical safety.
  Narrative? text,

  /// [contained] These resources do not have an independent existence apart
  /// from the resource that contains them - they cannot be identified
  /// independently, and nor can they have their own independent transaction
  ///  scope.
  List<Resource>? contained,

  /// [extension_] May be used to represent additional information that is not
  /// part of the basic definition of the resource. 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 resource and that modifies the
  /// understanding of the element that contains it 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 is allowed to 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,

  /// [identifier] A unique identifier assigned to this claim response.
  List<Identifier>? identifier,

  /// [status] The status of the resource instance.
  FhirCode? status,

  /// [statusElement] Extensions for status
  @JsonKey(name: '_status') Element? statusElement,

  /// [type] A finer grained suite of claim type codes which may convey
  /// additional information such as Inpatient vs Outpatient and/or a specialty
  ///  service.
  required CodeableConcept type,

  /// [subType] A finer grained suite of claim type codes which may convey
  /// additional information such as Inpatient vs Outpatient and/or a specialty
  ///  service.
  CodeableConcept? subType,

  /// [use] A code to indicate whether the nature of the request is: to request
  /// adjudication of products and services previously rendered; or requesting
  /// authorization and adjudication for provision in the future; or requesting
  /// the non-binding adjudication of the listed products and services which
  ///  could be provided in the future.
  FhirCode? use,

  /// [useElement] Extensions for use
  @JsonKey(name: '_use') Element? useElement,

  /// [patient] The party to whom the professional services and/or products
  /// have been supplied or are being considered and for whom actual for facast
  ///  reimbursement is sought.
  required Reference patient,

  /// [created] The date this resource was created.
  FhirDateTime? created,

  /// [createdElement] Extensions for created
  @JsonKey(name: '_created') Element? createdElement,

  /// [insurer] The party responsible for authorization, adjudication and
  ///  reimbursement.
  required Reference insurer,

  /// [requestor] The provider which is responsible for the claim,
  ///  predetermination or preauthorization.
  Reference? requestor,

  /// [request] Original request resource reference.
  Reference? request,

  /// [outcome] The outcome of the claim, predetermination, or preauthorization
  ///  processing.
  FhirCode? outcome,

  /// [outcomeElement] Extensions for outcome
  @JsonKey(name: '_outcome') Element? outcomeElement,

  /// [disposition] A human readable description of the status of the
  ///  adjudication.
  String? disposition,

  /// [dispositionElement] Extensions for disposition
  @JsonKey(name: '_disposition') Element? dispositionElement,

  /// [preAuthRef] Reference from the Insurer which is used in later
  ///  communications which refers to this adjudication.
  String? preAuthRef,

  /// [preAuthRefElement] Extensions for preAuthRef
  @JsonKey(name: '_preAuthRef') Element? preAuthRefElement,

  /// [preAuthPeriod] The time frame during which this authorization is
  ///  effective.
  Period? preAuthPeriod,

  /// [payeeType] Type of Party to be reimbursed: subscriber, provider, other.
  CodeableConcept? payeeType,

  /// [item] A claim line. Either a simple (a product or service) or a 'group'
  ///  of details which can also be a simple items or groups of sub-details.
  List<ClaimResponseItem>? item,

  /// [addItem] The first-tier service adjudications for payor added product or
  ///  service lines.
  List<ClaimResponseAddItem>? addItem,

  /// [adjudication] The adjudication results which are presented at the header
  ///  level rather than at the line-item or add-item levels.
  List<ClaimResponseAdjudication>? adjudication,

  /// [total] Categorized monetary totals for the adjudication.
  List<ClaimResponseTotal>? total,

  /// [payment] Payment details for the adjudication of the claim.
  ClaimResponsePayment? payment,

  /// [fundsReserve] A code, used only on a response to a preauthorization, to
  ///  indicate whether the benefits payable have been reserved and for whom.
  CodeableConcept? fundsReserve,

  /// [formCode] A code for the form to be used for printing the content.
  CodeableConcept? formCode,

  /// [form] The actual form, by reference or inclusion, for printing the
  ///  content or an EOB.
  Attachment? form,

  /// [processNote] A note that describes or explains adjudication results in a
  ///  human readable form.
  List<ClaimResponseProcessNote>? processNote,

  /// [communicationRequest] Request for additional supporting or authorizing
  ///  information.
  List<Reference>? communicationRequest,

  /// [insurance] Financial instruments for reimbursement for the health care
  ///  products and services specified on the claim.
  List<ClaimResponseInsurance>? insurance,

  /// [error] Errors encountered during the processing of the adjudication.
  List<ClaimResponseError>? error,
}) = _ClaimResponse;