Claim constructor

const Claim({
  1. @Default(R4ResourceType.Claim) @JsonKey(unknownEnumValue: R4ResourceType.Claim) 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. Period? billablePeriod,
  22. FhirDateTime? created,
  23. @JsonKey(name: '_created') Element? createdElement,
  24. Reference? enterer,
  25. Reference? insurer,
  26. required Reference provider,
  27. required CodeableConcept priority,
  28. CodeableConcept? fundsReserve,
  29. List<ClaimRelated>? related,
  30. Reference? prescription,
  31. Reference? originalPrescription,
  32. ClaimPayee? payee,
  33. Reference? referral,
  34. Reference? facility,
  35. List<ClaimCareTeam>? careTeam,
  36. List<ClaimSupportingInfo>? supportingInfo,
  37. List<ClaimDiagnosis>? diagnosis,
  38. List<ClaimProcedure>? procedure,
  39. required List<ClaimInsurance> insurance,
  40. ClaimAccident? accident,
  41. List<ClaimItem>? item,
  42. Money? total,
})

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

resourceType This is a Claim 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.

status The status of the resource instance.

statusElement Extensions for status

type The category of claim, e.g. oral, pharmacy, vision, institutional, professional.

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 or forecast reimbursement is sought.

billablePeriod The period for which charges are being submitted.

created The date this resource was created.

createdElement Extensions for created

enterer Individual who created the claim, predetermination or preauthorization.

insurer The Insurer who is target of the request.

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

priority The provider-required urgency of processing the request. Typical values include: stat, routine deferred.

fundsReserve A code to indicate whether and for whom funds are to be reserved for future claims.

related Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.

prescription Prescription to support the dispensing of pharmacy, device or vision products.

originalPrescription Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.

payee The party to be reimbursed for cost of the products and services according to the terms of the policy.

referral A reference to a referral resource.

facility Facility where the services were provided.

careTeam The members of the team who provided the products and services.

supportingInfo Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.

diagnosis Information about diagnoses relevant to the claim items.

procedure Procedures performed on the patient relevant to the billing items with the claim.

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

accident Details of an accident which resulted in injuries which required the products and services listed in the claim.

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

total The total value of the all the items in the claim.

Implementation

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

  /// [resourceType] This is a Claim 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.
  List<Identifier>? identifier,

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

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

  /// [type] The category of claim, e.g. oral, pharmacy, vision, institutional,
  ///  professional.
  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 or forecast
  ///  reimbursement is sought.
  required Reference patient,

  /// [billablePeriod] The period for which charges are being submitted.
  Period? billablePeriod,

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

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

  /// [enterer] Individual who created the claim, predetermination or
  ///  preauthorization.
  Reference? enterer,

  /// [insurer] The Insurer who is target of the request.
  Reference? insurer,

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

  /// [priority] The provider-required urgency of processing the request.
  ///  Typical values include: stat, routine deferred.
  required CodeableConcept priority,

  /// [fundsReserve] A code to indicate whether and for whom funds are to be
  ///  reserved for future claims.
  CodeableConcept? fundsReserve,

  /// [related] Other claims which are related to this claim such as prior
  ///  submissions or claims for related services or for the same event.
  List<ClaimRelated>? related,

  /// [prescription] Prescription to support the dispensing of pharmacy, device
  ///  or vision products.
  Reference? prescription,

  /// [originalPrescription] Original prescription which has been superseded by
  /// this prescription to support the dispensing of pharmacy services,
  ///  medications or products.
  Reference? originalPrescription,

  /// [payee] The party to be reimbursed for cost of the products and services
  ///  according to the terms of the policy.
  ClaimPayee? payee,

  /// [referral] A reference to a referral resource.
  Reference? referral,

  /// [facility] Facility where the services were provided.
  Reference? facility,

  /// [careTeam] The members of the team who provided the products and
  ///  services.
  List<ClaimCareTeam>? careTeam,

  /// [supportingInfo] Additional information codes regarding exceptions,
  /// special considerations, the condition, situation, prior or concurrent
  ///  issues.
  List<ClaimSupportingInfo>? supportingInfo,

  /// [diagnosis] Information about diagnoses relevant to the claim items.
  List<ClaimDiagnosis>? diagnosis,

  /// [procedure] Procedures performed on the patient relevant to the billing
  ///  items with the claim.
  List<ClaimProcedure>? procedure,

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

  /// [accident] Details of an accident which resulted in injuries which
  ///  required the products and services listed in the claim.
  ClaimAccident? accident,

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

  /// [total] The total value of the all the items in the claim.
  Money? total,
}) = _Claim;