xCaliber healthCare Data Mesh

ExplanationOfBenefit

Overview

The ExplanationOfBenefit API empowers healthcare developers to seamlessly manage and retrieve detailed information on insurance claims, providing a standardized interface for efficient integration of financial and coverage-related data into clinical workflows. By leveraging this API, developers can optimize the processing of insurance claims, streamline reimbursement workflows, and ensure accurate financial transactions within healthcare applications.

Use Cases

  • Claims Processing - Submit claims data, receive and post electronic remittance advice.
  • Denials Management - Assess reasons for denied or partial claim payments for corrections.
  • Patient Billing - Apply EOB details to automatically generate patient statements and collect balances.
  • Payment Reconciliation - Correlate claims with payment notices by matching amounts and reference ids.
  • Reporting - Monitor claim status turnaround times, denial reasons and revenue trends.
  • Coordination of Benefits - Manage primary and secondary payer EOB data to coordinate claiming.
  • Patient Appeals - Review EOBs and payment details to support patient appeals and inquiries.
  • Contract Analysis - Verify contracted payment rates match to remittance calculations by services.
  • Analytics & Reporting - Identify frequently denied CPT codes requiring provider education.
  • Workflow Integration - Trigger actions based on updates to claim statuses from EOB updates.

EHR Data Model

EHRSupported?Mapped Source Object
AthenaReferral Authorization
ElationN/A
EpicN/A

Object Definition

{
  "resourceType": "ExplanationOfBenefit",
  "id": "EB3500",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ExplanationOfBenefit</div>"
  },
  "identifier": [
    {
      "system": "http://www.BenefitsInc.com/fhir/explanationofbenefit",
      "value": "987654321"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "oral"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/pat1"
  },
  "created": "2014-08-16",
  "enterer": {
    "reference": "Practitioner/1"
  },
  "insurer": {
    "reference": "Organization/3"
  },
  "provider": {
    "reference": "Practitioner/1"
  },
  "payee": {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/payeetype",
          "code": "provider"
        }
      ]
    },
    "party": {
      "reference": "Organization/2"
    }
  },
  "facility": {
    "reference": "Location/1"
  },
  "claim": {
    "reference": "Claim/100150"
  },
  "claimResponse": {
    "reference": "ClaimResponse/R3500"
  },
  "outcome": "complete",
  "disposition": "Claim settled as per contract.",
  "careTeam": [
    {
      "sequence": 1,
      "provider": {
        "reference": "Practitioner/example"
      }
    }
  ],
  "insurance": [
    {
      "focal": true,
      "coverage": {
        "reference": "Coverage/9876B1"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "careTeamSequence": [
        1
      ],
      "productOrService": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
            "code": "1205"
          }
        ]
      },
      "servicedDate": "2014-08-16",
      "unitPrice": {
        "value": 135.57,
        "currency": "USD"
      },
      "net": {
        "value": 135.57,
        "currency": "USD"
      },
      "udi": [
        {
          "reference": "Device/example"
        }
      ],
      "encounter": [
        {
          "reference": "Encounter/example"
        }
      ],
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "code": "eligible"
              }
            ]
          },
          "amount": {
            "value": 120,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "code": "eligpercent"
              }
            ]
          },
          "value": 0.8
        },
        {
          "category": {
            "coding": [
              {
                "code": "benefit"
              }
            ]
          },
          "amount": {
            "value": 96,
            "currency": "USD"
          }
        }
      ]
    },
    {
      "sequence": 2,
      "careTeamSequence": [
        1
      ],
      "productOrService": {
        "coding": [
          {
            "code": "group"
          }
        ]
      },
      "servicedDate": "2014-08-16",
      "net": {
        "value": 200,
        "currency": "USD"
      },
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "code": "benefit"
              }
            ]
          },
          "amount": {
            "value": 180,
            "currency": "USD"
          }
        }
      ],
      "detail": [
        {
          "sequence": 1,
          "productOrService": {
            "coding": [
              {
                "code": "group"
              }
            ]
          },
          "net": {
            "value": 200,
            "currency": "USD"
          },
          "udi": [
            {
              "reference": "Device/example"
            }
          ],
          "adjudication": [
            {
              "category": {
                "coding": [
                  {
                    "code": "benefit"
                  }
                ]
              },
              "amount": {
                "value": 180,
                "currency": "USD"
              }
            }
          ],
          "subDetail": [
            {
              "sequence": 1,
              "productOrService": {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                    "code": "1205"
                  }
                ]
              },
              "unitPrice": {
                "value": 200,
                "currency": "USD"
              },
              "net": {
                "value": 200,
                "currency": "USD"
              },
              "udi": [
                {
                  "reference": "Device/example"
                }
              ],
              "adjudication": [
                {
                  "category": {
                    "coding": [
                      {
                        "code": "eligible"
                      }
                    ]
                  },
                  "amount": {
                    "value": 200,
                    "currency": "USD"
                  }
                },
                {
                  "category": {
                    "coding": [
                      {
                        "code": "eligpercent"
                      }
                    ]
                  },
                  "value": 0.9
                },
                {
                  "category": {
                    "coding": [
                      {
                        "code": "benefit"
                      }
                    ]
                  },
                  "amount": {
                    "value": 180,
                    "currency": "USD"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "total": [
    {
      "category": {
        "coding": [
          {
            "code": "submitted"
          }
        ]
      },
      "amount": {
        "value": 135.57,
        "currency": "USD"
      }
    },
    {
      "category": {
        "coding": [
          {
            "code": "benefit"
          }
        ]
      },
      "amount": {
        "value": 96,
        "currency": "USD"
      }
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Data Fields

Data FieldTypeDescription
resourceTypeExplanationOfBenefitThis is a ExplanationOfBenefit resource
ididThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
metaMetaThe 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.
implicitRulesuriA 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.
languagecodeThe base language in which the resource is written.
textNarrativeA 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.
containedBackboneElementThese 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.
extensionExtensionMay 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.
modifierExtensionExtensionMay 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).
identifierIdentifierA unique identifier assigned to this explanation of benefit.
statuscodeThe status of the resource instance.
typeCodeableConceptThe category of claim, e.g. oral, pharmacy, vision, institutional, professional.
subTypeCodeableConceptA finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.
usecodeA 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.
patientReferenceThe party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought.
billablePeriodPeriodThe period for which charges are being submitted.
createddateTimeThe date this resource was created.
entererReferenceIndividual who created the claim, predetermination or preauthorization.
insurerReferenceThe party responsible for authorization, adjudication and reimbursement.
providerReferenceThe provider which is responsible for the claim, predetermination or preauthorization.
priorityCodeableConceptThe provider-required urgency of processing the request. Typical values include: stat, routine deferred.
fundsReserveRequestedCodeableConceptA code to indicate whether and for whom funds are to be reserved for future claims.
fundsReserveCodeableConceptA code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.
relatedBackboneElementOther claims which are related to this claim such as prior submissions or claims for related services or for the same event.
related.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
related.extensionExtensionMay 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.
related.modifierExtensionExtensionMay 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).
related.claimReferenceReference to a related claim.
related.relationshipCodeableConceptA code to convey how the claims are related.
related.referenceIdentifierAn alternate organizational reference to the case or file to which this particular claim pertains.
prescriptionReferencePrescription to support the dispensing of pharmacy, device or vision products.
originalPrescriptionReferenceOriginal prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.
payeeBackboneElementThe party to be reimbursed for cost of the products and services according to the terms of the policy.
payee.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
payee.extensionExtensionMay 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.
payee.modifierExtensionExtensionMay 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).
payee.typeCodeableConceptType of Party to be reimbursed: Subscriber, provider, other.
payee.partyReferenceReference to the individual or organization to whom any payment will be made.
referralReferenceA reference to a referral resource.
facilityReferenceFacility where the services were provided.
claimReferenceThe business identifier for the instance of the adjudication request: claim predetermination or preauthorization.
claimResponseReferenceThe business identifier for the instance of the adjudication response: claim, predetermination or preauthorization response.
outcomecodeThe outcome of the claim, predetermination, or preauthorization processing.
dispositionstringA human readable description of the status of the adjudication.
preAuthRefstringReference from the Insurer which is used in later communications which refers to this adjudication.
preAuthRefPeriodPeriodThe timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided.
careTeamBackboneElementThe members of the team who provided the products and services.
careTeam.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
careTeam.extensionExtensionMay 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.
careTeam.modifierExtensionExtensionMay 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).
careTeam.sequencepositiveIntA number to uniquely identify care team entries.
careTeam.providerReferenceMember of the team who provided the product or service.
careTeam.responsiblebooleanThe party who is billing and/or responsible for the claimed products or services.
careTeam.roleCodeableConceptThe lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.
careTeam.qualificationCodeableConceptThe qualification of the practitioner which is applicable for this service.
supportingInfoBackboneElementAdditional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.
supportingInfo.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
supportingInfo.extensionExtensionMay 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.
supportingInfo.modifierExtensionExtensionMay 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).
supportingInfo.sequencepositiveIntA number to uniquely identify supporting information entries.
supportingInfo.categoryCodeableConceptThe general class of the information supplied: information; exception; accident, employment; onset, etc.
supportingInfo.codeCodeableConceptSystem and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.
supportingInfo.timingDatestringThe date when or period to which this information refers.
supportingInfo.timingPeriodPeriodThe date when or period to which this information refers.
supportingInfo.valueBooleanbooleanAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
supportingInfo.valueStringstringAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
supportingInfo.valueQuantityQuantityAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
supportingInfo.valueAttachmentAttachmentAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
supportingInfo.valueReferenceReferenceAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
supportingInfo.reasonCodingProvides the reason in the situation where a reason code is required in addition to the content.
diagnosisBackboneElementInformation about diagnoses relevant to the claim items.
diagnosis.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
diagnosis.extensionExtensionMay 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.
diagnosis.modifierExtensionExtensionMay 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).
diagnosis.sequencepositiveIntA number to uniquely identify diagnosis entries.
diagnosis.diagnosisCodeableConceptCodeableConceptThe nature of illness or problem in a coded form or as a reference to an external defined Condition.
diagnosis.diagnosisReferenceReferenceThe nature of illness or problem in a coded form or as a reference to an external defined Condition.
diagnosis.typeCodeableConceptWhen the condition was observed or the relative ranking.
diagnosis.onAdmissionCodeableConceptIndication of whether the diagnosis was present on admission to a facility.
diagnosis.packageCodeCodeableConceptA package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.
procedureBackboneElementProcedures performed on the patient relevant to the billing items with the claim.
procedure.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
procedure.extensionExtensionMay 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.
procedure.modifierExtensionExtensionMay 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).
procedure.sequencepositiveIntA number to uniquely identify procedure entries.
procedure.typeCodeableConceptWhen the condition was observed or the relative ranking.
procedure.datedateTimeDate and optionally time the procedure was performed.
procedure.procedureCodeableConceptCodeableConceptThe code or reference to a Procedure resource which identifies the clinical intervention performed.
procedure.procedureReferenceReferenceThe code or reference to a Procedure resource which identifies the clinical intervention performed.
procedure.udiReferenceUnique Device Identifiers associated with this line item.
precedencepositiveIntThis indicates the relative order of a series of EOBs related to different coverages for the same suite of services.
insuranceBackboneElementFinancial instruments for reimbursement for the health care products and services specified on the claim.
insurance.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
insurance.extensionExtensionMay 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.
insurance.modifierExtensionExtensionMay 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).
insurance.focalbooleanA flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.
insurance.coverageReferenceReference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.
insurance.preAuthRefstringReference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.
accidentBackboneElementDetails of a accident which resulted in injuries which required the products and services listed in the claim.
accident.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
accident.extensionExtensionMay 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.
accident.modifierExtensionExtensionMay 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).
accident.datedateDate of an accident event related to the products and services contained in the claim.
accident.typeCodeableConceptThe type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.
accident.locationAddressAddressThe physical location of the accident event.
accident.locationReferenceReferenceThe physical location of the accident event.
itemBackboneElementA 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.
item.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.extensionExtensionMay 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.
item.modifierExtensionExtensionMay 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).
item.sequencepositiveIntA number to uniquely identify item entries.
item.careTeamSequencepositiveIntCare team members related to this service or product.
item.diagnosisSequencepositiveIntDiagnoses applicable for this service or product.
item.procedureSequencepositiveIntProcedures applicable for this service or product.
item.informationSequencepositiveIntExceptions, special conditions and supporting information applicable for this service or product.
item.revenueCodeableConceptThe type of revenue or cost center providing the product and/or service.
item.categoryCodeableConceptCode to identify the general type of benefits under which products and services are provided.
item.productOrServiceCodeableConceptWhen 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.
item.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
item.programCodeCodeableConceptIdentifies the program under which this may be recovered.
item.servicedDatestringThe date or dates when the service or product was supplied, performed or completed.
item.servicedPeriodPeriodThe date or dates when the service or product was supplied, performed or completed.
item.locationCodeableConceptCodeableConceptWhere the product or service was provided.
item.locationAddressAddressWhere the product or service was provided.
item.locationReferenceReferenceWhere the product or service was provided.
item.quantityQuantityThe number of repetitions of a service or product.
item.unitPriceMoneyIf 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.
item.factordecimalA 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.
item.netMoneyThe quantity times the unit price for an additional service or product or charge.
item.udiReferenceUnique Device Identifiers associated with this line item.
item.bodySiteCodeableConceptPhysical service site on the patient (limb, tooth, etc.).
item.subSiteCodeableConceptA region or surface of the bodySite, e.g. limb region or tooth surface(s).
item.encounterReferenceA billed item may include goods or services provided in multiple encounters.
item.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
item.adjudicationBackboneElementIf 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.
item.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.adjudication.extensionExtensionMay 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.
item.adjudication.modifierExtensionExtensionMay 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).
item.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
item.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
item.adjudication.amountMoneyMonetary amount associated with the category.
item.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
item.detailBackboneElementSecond-tier of goods and services.
item.detail.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.detail.extensionExtensionMay 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.
item.detail.modifierExtensionExtensionMay 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).
item.detail.sequencepositiveIntA claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.
item.detail.revenueCodeableConceptThe type of revenue or cost center providing the product and/or service.
item.detail.categoryCodeableConceptCode to identify the general type of benefits under which products and services are provided.
item.detail.productOrServiceCodeableConceptWhen 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.
item.detail.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
item.detail.programCodeCodeableConceptIdentifies the program under which this may be recovered.
item.detail.quantityQuantityThe number of repetitions of a service or product.
item.detail.unitPriceMoneyIf 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.
item.detail.factordecimalA 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.
item.detail.netMoneyThe quantity times the unit price for an additional service or product or charge.
item.detail.udiReferenceUnique Device Identifiers associated with this line item.
item.detail.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
item.detail.adjudicationBackboneElementThe adjudication results.
item.detail.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.detail.adjudication.extensionExtensionMay 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.
item.detail.adjudication.modifierExtensionExtensionMay 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).
item.detail.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
item.detail.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
item.detail.adjudication.amountMoneyMonetary amount associated with the category.
item.detail.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
item.detail.subDetailBackboneElementThird-tier of goods and services.
item.detail.subDetail.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.detail.subDetail.extensionExtensionMay 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.
item.detail.subDetail.modifierExtensionExtensionMay 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).
item.detail.subDetail.sequencepositiveIntA claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.
item.detail.subDetail.revenueCodeableConceptThe type of revenue or cost center providing the product and/or service.
item.detail.subDetail.categoryCodeableConceptCode to identify the general type of benefits under which products and services are provided.
item.detail.subDetail.productOrServiceCodeableConceptWhen 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.
item.detail.subDetail.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
item.detail.subDetail.programCodeCodeableConceptIdentifies the program under which this may be recovered.
item.detail.subDetail.quantityQuantityThe number of repetitions of a service or product.
item.detail.subDetail.unitPriceMoneyIf 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.
item.detail.subDetail.factordecimalA 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.
item.detail.subDetail.netMoneyThe quantity times the unit price for an additional service or product or charge.
item.detail.subDetail.udiReferenceUnique Device Identifiers associated with this line item.
item.detail.subDetail.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
item.detail.subDetail.adjudicationBackboneElementThe adjudication results.
item.detail.subDetail.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
item.detail.subDetail.adjudication.extensionExtensionMay 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.
item.detail.subDetail.adjudication.modifierExtensionExtensionMay 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).
item.detail.subDetail.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
item.detail.subDetail.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
item.detail.subDetail.adjudication.amountMoneyMonetary amount associated with the category.
item.detail.subDetail.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
addItemBackboneElementThe first-tier service adjudications for payor added product or service lines.
addItem.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.extensionExtensionMay 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.
addItem.modifierExtensionExtensionMay 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).
addItem.itemSequencepositiveIntClaim items which this service line is intended to replace.
addItem.detailSequencepositiveIntThe sequence number of the details within the claim item which this line is intended to replace.
addItem.subDetailSequencepositiveIntThe sequence number of the sub-details woithin the details within the claim item which this line is intended to replace.
addItem.providerReferenceThe providers who are authorized for the services rendered to the patient.
addItem.productOrServiceCodeableConceptWhen 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.
addItem.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
addItem.programCodeCodeableConceptIdentifies the program under which this may be recovered.
addItem.servicedDatestringThe date or dates when the service or product was supplied, performed or completed.
addItem.servicedPeriodPeriodThe date or dates when the service or product was supplied, performed or completed.
addItem.locationCodeableConceptCodeableConceptWhere the product or service was provided.
addItem.locationAddressAddressWhere the product or service was provided.
addItem.locationReferenceReferenceWhere the product or service was provided.
addItem.quantityQuantityThe number of repetitions of a service or product.
addItem.unitPriceMoneyIf 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.
addItem.factordecimalA 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.
addItem.netMoneyThe quantity times the unit price for an additional service or product or charge.
addItem.bodySiteCodeableConceptPhysical service site on the patient (limb, tooth, etc.).
addItem.subSiteCodeableConceptA region or surface of the bodySite, e.g. limb region or tooth surface(s).
addItem.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
addItem.adjudicationBackboneElementThe adjudication results.
addItem.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.adjudication.extensionExtensionMay 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.
addItem.adjudication.modifierExtensionExtensionMay 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).
addItem.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
addItem.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
addItem.adjudication.amountMoneyMonetary amount associated with the category.
addItem.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
addItem.detailBackboneElementThe second-tier service adjudications for payor added services.
addItem.detail.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.detail.extensionExtensionMay 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.
addItem.detail.modifierExtensionExtensionMay 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).
addItem.detail.productOrServiceCodeableConceptWhen 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.
addItem.detail.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
addItem.detail.quantityQuantityThe number of repetitions of a service or product.
addItem.detail.unitPriceMoneyIf 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.
addItem.detail.factordecimalA 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.
addItem.detail.netMoneyThe quantity times the unit price for an additional service or product or charge.
addItem.detail.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
addItem.detail.adjudicationBackboneElementThe adjudication results.
addItem.detail.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.detail.adjudication.extensionExtensionMay 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.
addItem.detail.adjudication.modifierExtensionExtensionMay 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).
addItem.detail.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
addItem.detail.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
addItem.detail.adjudication.amountMoneyMonetary amount associated with the category.
addItem.detail.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
addItem.detail.subDetailBackboneElementThe third-tier service adjudications for payor added services.
addItem.detail.subDetail.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.detail.subDetail.extensionExtensionMay 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.
addItem.detail.subDetail.modifierExtensionExtensionMay 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).
addItem.detail.subDetail.productOrServiceCodeableConceptWhen 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.
addItem.detail.subDetail.modifierCodeableConceptItem typification or modifiers codes to convey additional context for the product or service.
addItem.detail.subDetail.quantityQuantityThe number of repetitions of a service or product.
addItem.detail.subDetail.unitPriceMoneyIf 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.
addItem.detail.subDetail.factordecimalA 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.
addItem.detail.subDetail.netMoneyThe quantity times the unit price for an additional service or product or charge.
addItem.detail.subDetail.noteNumberpositiveIntThe numbers associated with notes below which apply to the adjudication of this item.
addItem.detail.subDetail.adjudicationBackboneElementThe adjudication results.
addItem.detail.subDetail.adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
addItem.detail.subDetail.adjudication.extensionExtensionMay 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.
addItem.detail.subDetail.adjudication.modifierExtensionExtensionMay 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).
addItem.detail.subDetail.adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
addItem.detail.subDetail.adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
addItem.detail.subDetail.adjudication.amountMoneyMonetary amount associated with the category.
addItem.detail.subDetail.adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
adjudicationBackboneElementThe adjudication results which are presented at the header level rather than at the line-item or add-item levels.
adjudication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
adjudication.extensionExtensionMay 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.
adjudication.modifierExtensionExtensionMay 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).
adjudication.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
adjudication.reasonCodeableConceptA code supporting the understanding of the adjudication result and explaining variance from expected amount.
adjudication.amountMoneyMonetary amount associated with the category.
adjudication.valuedecimalA non-monetary value associated with the category. Mutually exclusive to the amount element above.
totalBackboneElementCategorized monetary totals for the adjudication.
total.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
total.extensionExtensionMay 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.
total.modifierExtensionExtensionMay 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).
total.categoryCodeableConceptA code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
total.amountMoneyMonetary total amount associated with the category.
paymentBackboneElementPayment details for the adjudication of the claim.
payment.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
payment.extensionExtensionMay 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.
payment.modifierExtensionExtensionMay 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).
payment.typeCodeableConceptWhether this represents partial or complete payment of the benefits payable.
payment.adjustmentMoneyTotal amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.
payment.adjustmentReasonCodeableConceptReason for the payment adjustment.
payment.datedateEstimated date the payment will be issued or the actual issue date of payment.
payment.amountMoneyBenefits payable less any payment adjustment.
payment.identifierIdentifierIssuer's unique identifier for the payment instrument.
formCodeCodeableConceptA code for the form to be used for printing the content.
formAttachmentThe actual form, by reference or inclusion, for printing the content or an EOB.
processNoteBackboneElementA note that describes or explains adjudication results in a human readable form.
processNote.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
processNote.extensionExtensionMay 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.
processNote.modifierExtensionExtensionMay 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).
processNote.numberpositiveIntA number to uniquely identify a note entry.
processNote.typecodeThe business purpose of the note text.
processNote.textstringThe explanation or description associated with the processing.
processNote.languageCodeableConceptA code to define the language used in the text of the note.
benefitPeriodPeriodThe term of the benefits documented in this response.
benefitBalanceBackboneElementBalance by Benefit Category.
benefitBalance.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
benefitBalance.extensionExtensionMay 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.
benefitBalance.modifierExtensionExtensionMay 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).
benefitBalance.categoryCodeableConceptCode to identify the general type of benefits under which products and services are provided.
benefitBalance.excludedbooleanTrue if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.
benefitBalance.namestringA short name or tag for the benefit.
benefitBalance.descriptionstringA richer description of the benefit or services covered.
benefitBalance.networkCodeableConceptIs a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.
benefitBalance.unitCodeableConceptIndicates if the benefits apply to an individual or to the family.
benefitBalance.termCodeableConceptThe term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.
benefitBalance.financialBackboneElementBenefits Used to date.
benefitBalance.financial.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
benefitBalance.financial.extensionExtensionMay 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.
benefitBalance.financial.modifierExtensionExtensionMay 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).
benefitBalance.financial.typeCodeableConceptClassification of benefit being provided.
benefitBalance.financial.allowedUnsignedIntnumberThe quantity of the benefit which is permitted under the coverage.
benefitBalance.financial.allowedStringstringThe quantity of the benefit which is permitted under the coverage.
benefitBalance.financial.allowedMoneyMoneyThe quantity of the benefit which is permitted under the coverage.
benefitBalance.financial.usedUnsignedIntnumberThe quantity of the benefit which have been consumed to date.
benefitBalance.financial.usedMoneyMoneyThe quantity of the benefit which have been consumed to date.

Extensions

NameURL

Operations & APIs

ExplanationOfBenefit-GET

ExplanationOfBenefit-POST

ExplanationOfBenefit ID-GET

ExplanationOfBenefit ID-PUT

ExplanationOfBenefit ID-DELETE