FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

Financial Management icon Work GroupMaturity Level: N/AStandards Status: Informative Compartments: Patient, Practitioner

This is a representation of the json schema for ClaimResponse, which is just a part of the full JSON Schema.

{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "id": "http://hl7.org/fhir/json-schema/ClaimResponse",
  "$ref": "#/definitions/ClaimResponse",
  "description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas",
  "definitions": {
    "ClaimResponse": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "resourceType": {
          "description": "This is a ClaimResponse resource",
          "const": "ClaimResponse"
        },
        "id": {
          "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
          "$ref": "id.schema.json#/definitions/id"
        },
        "meta": {
          "description": "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.",
          "$ref": "Meta.schema.json#/definitions/Meta"
        },
        "implicitRules": {
          "description": "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.",
          "$ref": "#/definitions/uri"
        },
        "_implicitRules": {
          "description": "Extensions for implicitRules",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "language": {
          "description": "The base language in which the resource is written.",
          "$ref": "#/definitions/code"
        },
        "_language": {
          "description": "Extensions for language",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "text": {
          "description": "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.",
          "$ref": "Narrative.schema.json#/definitions/Narrative"
        },
        "contained": {
          "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.",
          "items": {
            "$ref": "ResourceList.schema.json#/definitions/ResourceList"
          },
          "type": "array"
        },
        "extension": {
          "description": "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 managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "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\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "identifier": {
          "description": "A unique identifier assigned to this claim response.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "status": {
          "description": "The status of the resource instance.",
          "$ref": "#/definitions/code"
        },
        "_status": {
          "description": "Extensions for status",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "type": {
          "description": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "subType": {
          "description": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "use": {
          "description": "A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied \u0027what if\u0027 charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.",
          "$ref": "#/definitions/code"
        },
        "_use": {
          "description": "Extensions for use",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "patient": {
          "description": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for facast reimbursement is sought.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "created": {
          "description": "The date this resource was created.",
          "$ref": "#/definitions/dateTime"
        },
        "_created": {
          "description": "Extensions for created",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "insurer": {
          "description": "The party responsible for authorization, adjudication and reimbursement.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "requestor": {
          "description": "The provider which is responsible for the claim, predetermination or preauthorization.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "request": {
          "description": "Original request resource reference.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "outcome": {
          "description": "The outcome of the claim, predetermination, or preauthorization processing.",
          "$ref": "#/definitions/code"
        },
        "_outcome": {
          "description": "Extensions for outcome",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "decision": {
          "description": "The result of the claim, predetermination, or preauthorization adjudication.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "disposition": {
          "description": "A human readable description of the status of the adjudication.",
          "$ref": "#/definitions/string"
        },
        "_disposition": {
          "description": "Extensions for disposition",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "preAuthRef": {
          "description": "Reference from the Insurer which is used in later communications which refers to this adjudication.",
          "$ref": "#/definitions/string"
        },
        "_preAuthRef": {
          "description": "Extensions for preAuthRef",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "preAuthPeriod": {
          "description": "The time frame during which this authorization is effective.",
          "$ref": "Period.schema.json#/definitions/Period"
        },
        "event": {
          "description": "Information code for an event with a corresponding date or period.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Event"
          },
          "type": "array"
        },
        "payeeType": {
          "description": "Type of Party to be reimbursed: subscriber, provider, other.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "encounter": {
          "description": "Healthcare encounters related to this claim.",
          "items": {
            "$ref": "Reference.schema.json#/definitions/Reference"
          },
          "type": "array"
        },
        "diagnosisRelatedGroup": {
          "description": "A 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.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "item": {
          "description": "A claim line. Either a simple (a product or service) or a \u0027group\u0027 of details which can also be a simple items or groups of sub-details.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Item"
          },
          "type": "array"
        },
        "addItem": {
          "description": "The first-tier service adjudications for payor added product or service lines.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_AddItem"
          },
          "type": "array"
        },
        "adjudication": {
          "description": "The adjudication results which are presented at the header level rather than at the line-item or add-item levels.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        },
        "total": {
          "description": "Categorized monetary totals for the adjudication.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Total"
          },
          "type": "array"
        },
        "payment": {
          "description": "Payment details for the adjudication of the claim.",
          "$ref": "#/definitions/ClaimResponse_Payment"
        },
        "fundsReserve": {
          "description": "A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "formCode": {
          "description": "A code for the form to be used for printing the content.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "form": {
          "description": "The actual form, by reference or inclusion, for printing the content or an EOB.",
          "$ref": "Attachment.schema.json#/definitions/Attachment"
        },
        "processNote": {
          "description": "A note that describes or explains adjudication results in a human readable form.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_ProcessNote"
          },
          "type": "array"
        },
        "communicationRequest": {
          "description": "Request for additional supporting or authorizing information.",
          "items": {
            "$ref": "Reference.schema.json#/definitions/Reference"
          },
          "type": "array"
        },
        "insurance": {
          "description": "Financial instruments for reimbursement for the health care products and services specified on the claim.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Insurance"
          },
          "type": "array"
        },
        "error": {
          "description": "Errors encountered during the processing of the adjudication.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Error"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "patient",
        "type",
        "resourceType"
      ]
    },
    "ClaimResponse_Event": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "A coded event such as when a service is expected or a card printed.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "whenDateTime": {
          "description": "A date or period in the past or future indicating when the event occurred or is expectd to occur.",
          "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?)?)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)?)?)?$",
          "type": "string"
        },
        "_whenDateTime": {
          "description": "Extensions for whenDateTime",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "whenPeriod": {
          "description": "A date or period in the past or future indicating when the event occurred or is expectd to occur.",
          "$ref": "Period.schema.json#/definitions/Period"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "type"
      ]
    },
    "ClaimResponse_Item": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "itemSequence": {
          "description": "A number to uniquely reference the claim item entries.",
          "$ref": "#/definitions/positiveInt"
        },
        "_itemSequence": {
          "description": "Extensions for itemSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "If 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.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        },
        "detail": {
          "description": "A claim detail. Either a simple (a product or service) or a \u0027group\u0027 of sub-details which are simple items.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Detail"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_ReviewOutcome": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "decision": {
          "description": "The result of the claim, predetermination, or preauthorization adjudication.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "reason": {
          "description": "The reasons for the result of the claim, predetermination, or preauthorization adjudication.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "preAuthRef": {
          "description": "Reference from the Insurer which is used in later communications which refers to this adjudication.",
          "$ref": "#/definitions/string"
        },
        "_preAuthRef": {
          "description": "Extensions for preAuthRef",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "preAuthPeriod": {
          "description": "The time frame during which this authorization is effective.",
          "$ref": "Period.schema.json#/definitions/Period"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_Adjudication": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "category": {
          "description": "A 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.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "reason": {
          "description": "A code supporting the understanding of the adjudication result and explaining variance from expected amount.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "amount": {
          "description": "Monetary amount associated with the category.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "quantity": {
          "description": "A non-monetary value associated with the category. Mutually exclusive to the amount element above.",
          "$ref": "Quantity.schema.json#/definitions/Quantity"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "category"
      ]
    },
    "ClaimResponse_Detail": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "detailSequence": {
          "description": "A number to uniquely reference the claim detail entry.",
          "$ref": "#/definitions/positiveInt"
        },
        "_detailSequence": {
          "description": "Extensions for detailSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "The adjudication results.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        },
        "subDetail": {
          "description": "A sub-detail adjudication of a simple product or service.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_SubDetail"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_SubDetail": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "subDetailSequence": {
          "description": "A number to uniquely reference the claim sub-detail entry.",
          "$ref": "#/definitions/positiveInt"
        },
        "_subDetailSequence": {
          "description": "Extensions for subDetailSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "The adjudication results.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_AddItem": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "itemSequence": {
          "description": "Claim items which this service line is intended to replace.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_itemSequence": {
          "description": "Extensions for itemSequence",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "detailSequence": {
          "description": "The sequence number of the details within the claim item which this line is intended to replace.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_detailSequence": {
          "description": "Extensions for detailSequence",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "subdetailSequence": {
          "description": "The sequence number of the sub-details within the details within the claim item which this line is intended to replace.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_subdetailSequence": {
          "description": "Extensions for subdetailSequence",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "provider": {
          "description": "The providers who are authorized for the services rendered to the patient.",
          "items": {
            "$ref": "Reference.schema.json#/definitions/Reference"
          },
          "type": "array"
        },
        "revenue": {
          "description": "The type of revenue or cost center providing the product and/or service.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrService": {
          "description": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrServiceEnd": {
          "description": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "request": {
          "description": "Request or Referral for Goods or Service to be rendered.",
          "items": {
            "$ref": "Reference.schema.json#/definitions/Reference"
          },
          "type": "array"
        },
        "modifier": {
          "description": "Item typification or modifiers codes to convey additional context for the product or service.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "programCode": {
          "description": "Identifies the program under which this may be recovered.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "servicedDate": {
          "description": "The date or dates when the service or product was supplied, performed or completed.",
          "pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$",
          "type": "string"
        },
        "_servicedDate": {
          "description": "Extensions for servicedDate",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "servicedPeriod": {
          "description": "The date or dates when the service or product was supplied, performed or completed.",
          "$ref": "Period.schema.json#/definitions/Period"
        },
        "locationCodeableConcept": {
          "description": "Where the product or service was provided.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "locationAddress": {
          "description": "Where the product or service was provided.",
          "$ref": "Address.schema.json#/definitions/Address"
        },
        "locationReference": {
          "description": "Where the product or service was provided.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "quantity": {
          "description": "The number of repetitions of a service or product.",
          "$ref": "Quantity.schema.json#/definitions/Quantity"
        },
        "unitPrice": {
          "description": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "factor": {
          "description": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
          "$ref": "#/definitions/decimal"
        },
        "_factor": {
          "description": "Extensions for factor",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "tax": {
          "description": "The total of taxes applicable for this product or service.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "net": {
          "description": "The total amount claimed for the group (if a grouper) or the addItem. Net \u003d unit price * quantity * factor.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "bodySite": {
          "description": "Physical location where the service is performed or applies.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_BodySite"
          },
          "type": "array"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "The adjudication results.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        },
        "detail": {
          "description": "The second-tier service adjudications for payor added services.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Detail1"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_BodySite": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "site": {
          "description": "Physical service site on the patient (limb, tooth, etc.).",
          "items": {
            "$ref": "CodeableReference.schema.json#/definitions/CodeableReference"
          },
          "type": "array"
        },
        "subSite": {
          "description": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "site"
      ]
    },
    "ClaimResponse_Detail1": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "revenue": {
          "description": "The type of revenue or cost center providing the product and/or service.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrService": {
          "description": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrServiceEnd": {
          "description": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "modifier": {
          "description": "Item typification or modifiers codes to convey additional context for the product or service.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "quantity": {
          "description": "The number of repetitions of a service or product.",
          "$ref": "Quantity.schema.json#/definitions/Quantity"
        },
        "unitPrice": {
          "description": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "factor": {
          "description": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
          "$ref": "#/definitions/decimal"
        },
        "_factor": {
          "description": "Extensions for factor",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "tax": {
          "description": "The total of taxes applicable for this product or service.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "net": {
          "description": "The total amount claimed for the group (if a grouper) or the addItem.detail. Net \u003d unit price * quantity * factor.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "The adjudication results.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        },
        "subDetail": {
          "description": "The third-tier service adjudications for payor added services.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_SubDetail1"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_SubDetail1": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "traceNumber": {
          "description": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "revenue": {
          "description": "The type of revenue or cost center providing the product and/or service.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrService": {
          "description": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "productOrServiceEnd": {
          "description": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "modifier": {
          "description": "Item typification or modifiers codes to convey additional context for the product or service.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "quantity": {
          "description": "The number of repetitions of a service or product.",
          "$ref": "Quantity.schema.json#/definitions/Quantity"
        },
        "unitPrice": {
          "description": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "factor": {
          "description": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
          "$ref": "#/definitions/decimal"
        },
        "_factor": {
          "description": "Extensions for factor",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "tax": {
          "description": "The total of taxes applicable for this product or service.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "net": {
          "description": "The total amount claimed for the addItem.detail.subDetail. Net \u003d unit price * quantity * factor.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "noteNumber": {
          "description": "The numbers associated with notes below which apply to the adjudication of this item.",
          "items": {
            "$ref": "#/definitions/positiveInt"
          },
          "type": "array"
        },
        "_noteNumber": {
          "description": "Extensions for noteNumber",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "reviewOutcome": {
          "description": "The high-level results of the adjudication if adjudication has been performed.",
          "$ref": "#/definitions/ClaimResponse_ReviewOutcome"
        },
        "adjudication": {
          "description": "The adjudication results.",
          "items": {
            "$ref": "#/definitions/ClaimResponse_Adjudication"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_Total": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "category": {
          "description": "A 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.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "amount": {
          "description": "Monetary total amount associated with the category.",
          "$ref": "Money.schema.json#/definitions/Money"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "amount",
        "category"
      ]
    },
    "ClaimResponse_Payment": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "Whether this represents partial or complete payment of the benefits payable.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "adjustment": {
          "description": "Total amount of all adjustments to this payment included in this transaction which are not related to this claim\u0027s adjudication.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "adjustmentReason": {
          "description": "Reason for the payment adjustment.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "date": {
          "description": "Estimated date the payment will be issued or the actual issue date of payment.",
          "$ref": "#/definitions/date"
        },
        "_date": {
          "description": "Extensions for date",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "amount": {
          "description": "Benefits payable less any payment adjustment.",
          "$ref": "Money.schema.json#/definitions/Money"
        },
        "identifier": {
          "description": "Issuer\u0027s unique identifier for the payment instrument.",
          "$ref": "Identifier.schema.json#/definitions/Identifier"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "amount",
        "type"
      ]
    },
    "ClaimResponse_ProcessNote": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "number": {
          "description": "A number to uniquely identify a note entry.",
          "$ref": "#/definitions/positiveInt"
        },
        "_number": {
          "description": "Extensions for number",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "type": {
          "description": "The business purpose of the note text.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "text": {
          "description": "The explanation or description associated with the processing.",
          "$ref": "#/definitions/string"
        },
        "_text": {
          "description": "Extensions for text",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "language": {
          "description": "A code to define the language used in the text of the note.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "ClaimResponse_Insurance": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "sequence": {
          "description": "A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.",
          "$ref": "#/definitions/positiveInt"
        },
        "_sequence": {
          "description": "Extensions for sequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "focal": {
          "description": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.",
          "$ref": "#/definitions/boolean"
        },
        "_focal": {
          "description": "Extensions for focal",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "coverage": {
          "description": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient\u0027s actual coverage within the insurer\u0027s information system.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "businessArrangement": {
          "description": "A business agreement number established between the provider and the insurer for special business processing purposes.",
          "$ref": "#/definitions/string"
        },
        "_businessArrangement": {
          "description": "Extensions for businessArrangement",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "claimResponse": {
          "description": "The result of the adjudication of the line items for the Coverage specified in this insurance.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "coverage"
      ]
    },
    "ClaimResponse_Error": {
      "description": "This resource provides the adjudication details from the processing of a Claim resource.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "itemSequence": {
          "description": "The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.",
          "$ref": "#/definitions/positiveInt"
        },
        "_itemSequence": {
          "description": "Extensions for itemSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "detailSequence": {
          "description": "The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.",
          "$ref": "#/definitions/positiveInt"
        },
        "_detailSequence": {
          "description": "Extensions for detailSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "subDetailSequence": {
          "description": "The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.",
          "$ref": "#/definitions/positiveInt"
        },
        "_subDetailSequence": {
          "description": "Extensions for subDetailSequence",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "code": {
          "description": "An error code, from a specified code system, which details why the claim could not be adjudicated.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "expression": {
          "description": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.",
          "items": {
            "$ref": "#/definitions/string"
          },
          "type": "array"
        },
        "_expression": {
          "description": "Extensions for expression",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false,
      "required": [
        "code"
      ]
    }
  }
}