This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Financial Management Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
This is a representation of the json schema for Claim, 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/Claim", "$ref": "#/definitions/Claim", "description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas", "definitions": { "Claim": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "properties": { "resourceType": { "description": "This is a Claim resource", "const": "Claim" }, "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, and nor can they have their own independent transaction scope.", "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 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.", "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. 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.\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": "The business identifier for the instance: claim number, pre-determination or pre-authorization number.", "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": "The category of claim, e.g. oral, pharmacy, vision, institutional, professional.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "subType": { "description": "A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the CMS Bill Type.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "use": { "description": "A claim, a list of completed goods and services; a preauthorization, a list or proposed goods and services; or a predetermination, a set of goods and services being considered, for which insurer adjudication is sought.", "enum": [ "claim", "preauthorization", "predetermination" ] }, "_use": { "description": "Extensions for use", "$ref": "Element.schema.json#/definitions/Element" }, "patient": { "description": "Patient Resource.", "$ref": "Reference.schema.json#/definitions/Reference" }, "billablePeriod": { "description": "The billable period for which charges are being submitted.", "$ref": "Period.schema.json#/definitions/Period" }, "created": { "description": "The date when this resource was created.", "$ref": "#/definitions/dateTime" }, "_created": { "description": "Extensions for created", "$ref": "Element.schema.json#/definitions/Element" }, "enterer": { "description": "Person who created the invoice/claim/pre-determination or pre-authorization.", "$ref": "Reference.schema.json#/definitions/Reference" }, "insurer": { "description": "The Insurer who is target of the request.", "$ref": "Reference.schema.json#/definitions/Reference" }, "provider": { "description": "The provider which is responsible for the bill, claim pre-determination, pre-authorization.", "$ref": "Reference.schema.json#/definitions/Reference" }, "priority": { "description": "Immediate (STAT), best effort (NORMAL), deferred (DEFER).", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "fundsReserve": { "description": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved (\u0027Patient\u0027 or \u0027Provider\u0027) to pay for the Benefits determined on the subsequent claim(s). \u0027None\u0027 explicitly indicates no funds reserving is requested.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "related": { "description": "Other claims which are related to this claim such as prior claim versions or for related services.", "items": { "$ref": "#/definitions/Claim_Related" }, "type": "array" }, "prescription": { "description": "Prescription to support the dispensing of Pharmacy or Vision products.", "$ref": "Reference.schema.json#/definitions/Reference" }, "originalPrescription": { "description": "Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products. For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the \u0027prescription\u0027 and that from the physician becomes the \u0027original prescription\u0027.", "$ref": "Reference.schema.json#/definitions/Reference" }, "payee": { "description": "The party to be reimbursed for the services.", "$ref": "#/definitions/Claim_Payee" }, "referral": { "description": "The referral resource which lists the date, practitioner, reason and other supporting information.", "$ref": "Reference.schema.json#/definitions/Reference" }, "facility": { "description": "Facility where the services were provided.", "$ref": "Reference.schema.json#/definitions/Reference" }, "careTeam": { "description": "The members of the team who provided the overall service as well as their role and whether responsible and qualifications.", "items": { "$ref": "#/definitions/Claim_CareTeam" }, "type": "array" }, "information": { "description": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are multiple jurisdiction specific valuesets which are required.", "items": { "$ref": "#/definitions/Claim_Information" }, "type": "array" }, "diagnosis": { "description": "List of patient diagnosis for which care is sought.", "items": { "$ref": "#/definitions/Claim_Diagnosis" }, "type": "array" }, "procedure": { "description": "Ordered list of patient procedures performed to support the adjudication.", "items": { "$ref": "#/definitions/Claim_Procedure" }, "type": "array" }, "insurance": { "description": "Financial instrument by which payment information for health care.", "items": { "$ref": "#/definitions/Claim_Insurance" }, "type": "array" }, "accident": { "description": "An accident which resulted in the need for healthcare services.", "$ref": "#/definitions/Claim_Accident" }, "item": { "description": "First tier of goods and services.", "items": { "$ref": "#/definitions/Claim_Item" }, "type": "array" }, "total": { "description": "The total value of the claim.", "$ref": "Money.schema.json#/definitions/Money" } }, "additionalProperties": false, "required": [ "resourceType" ] }, "Claim_Related": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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" }, "claim": { "description": "Other claims which are related to this claim such as prior claim versions or for related services.", "$ref": "Reference.schema.json#/definitions/Reference" }, "relationship": { "description": "For example, prior or umbrella.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "reference": { "description": "An alternate organizational reference to the case or file to which this particular claim pertains - e.g. Property/Casualty insurer claim # or Workers Compensation case # .", "$ref": "Identifier.schema.json#/definitions/Identifier" } }, "additionalProperties": false }, "Claim_Payee": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Type of Party to be reimbursed: Subscriber, provider, other.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "resource": { "description": "organization | patient | practitioner | relatedperson.", "$ref": "Coding.schema.json#/definitions/Coding" }, "party": { "description": "Party to be reimbursed: Subscriber, provider, other.", "$ref": "Reference.schema.json#/definitions/Reference" } }, "additionalProperties": false, "required": [ "type" ] }, "Claim_CareTeam": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Sequence of the careTeam which serves to order and provide a link.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "provider": { "description": "Member of the team who provided the overall service.", "$ref": "Reference.schema.json#/definitions/Reference" }, "responsible": { "description": "The party who is billing and responsible for the claimed good or service rendered to the patient.", "$ref": "#/definitions/boolean" }, "_responsible": { "description": "Extensions for responsible", "$ref": "Element.schema.json#/definitions/Element" }, "role": { "description": "The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "qualification": { "description": "The qualification which is applicable for this service.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" } }, "additionalProperties": false, "required": [ "provider" ] }, "Claim_Information": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Sequence of the information element which serves to provide a link.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "category": { "description": "The general class of the information supplied: information; exception; accident, employment; onset, etc.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "code": { "description": "System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "timingDate": { "description": "The date when or period to which this information refers.", "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" }, "_timingDate": { "description": "Extensions for timingDate", "$ref": "Element.schema.json#/definitions/Element" }, "timingPeriod": { "description": "The date when or period to which this information refers.", "$ref": "Period.schema.json#/definitions/Period" }, "valueBoolean": { "description": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", "pattern": "^true|false$", "type": "boolean" }, "_valueBoolean": { "description": "Extensions for valueBoolean", "$ref": "Element.schema.json#/definitions/Element" }, "valueString": { "description": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", "pattern": "^[ \\r\\n\\t\\S]+$", "type": "string" }, "_valueString": { "description": "Extensions for valueString", "$ref": "Element.schema.json#/definitions/Element" }, "valueQuantity": { "description": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", "$ref": "Quantity.schema.json#/definitions/Quantity" }, "valueAttachment": { "description": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", "$ref": "Attachment.schema.json#/definitions/Attachment" }, "valueReference": { "description": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", "$ref": "Reference.schema.json#/definitions/Reference" }, "reason": { "description": "For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" } }, "additionalProperties": false, "required": [ "category" ] }, "Claim_Diagnosis": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Sequence of diagnosis which serves to provide a link.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "diagnosisCodeableConcept": { "description": "The diagnosis.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "diagnosisReference": { "description": "The diagnosis.", "$ref": "Reference.schema.json#/definitions/Reference" }, "type": { "description": "The type of the Diagnosis, for example: admitting, primary, secondary, discharge.", "items": { "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "type": "array" }, "onAdmission": { "description": "Indication of whether the diagnosis was present on admission to a facility.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "packageCode": { "description": "The package billing code, for example DRG, based on the assigned grouping code system.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" } }, "additionalProperties": false }, "Claim_Procedure": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Sequence of procedures which serves to order and provide a link.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "date": { "description": "Date and optionally time the procedure was performed .", "$ref": "#/definitions/dateTime" }, "_date": { "description": "Extensions for date", "$ref": "Element.schema.json#/definitions/Element" }, "procedureCodeableConcept": { "description": "The procedure code.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "procedureReference": { "description": "The procedure code.", "$ref": "Reference.schema.json#/definitions/Reference" } }, "additionalProperties": false }, "Claim_Insurance": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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": "Sequence of coverage which serves to provide a link and 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 the focus for adjudication. The Coverage against which the claim is to be adjudicated.", "$ref": "#/definitions/boolean" }, "_focal": { "description": "Extensions for focal", "$ref": "Element.schema.json#/definitions/Element" }, "identifier": { "description": "The business identifier for the instance: claim number, pre-determination or pre-authorization number.", "$ref": "Identifier.schema.json#/definitions/Identifier" }, "coverage": { "description": "Reference to the program or plan identification, underwriter or payor.", "$ref": "Reference.schema.json#/definitions/Reference" }, "businessArrangement": { "description": "The contract number of a business agreement which describes the terms and conditions.", "$ref": "#/definitions/string" }, "_businessArrangement": { "description": "Extensions for businessArrangement", "$ref": "Element.schema.json#/definitions/Element" }, "preAuthRef": { "description": "A list of references from the Insurer to which these services pertain.", "items": { "$ref": "#/definitions/string" }, "type": "array" }, "_preAuthRef": { "description": "Extensions for preAuthRef", "items": { "$ref": "Element.schema.json#/definitions/Element" }, "type": "array" }, "claimResponse": { "description": "The Coverages adjudication details.", "$ref": "Reference.schema.json#/definitions/Reference" } }, "additionalProperties": false, "required": [ "coverage" ] }, "Claim_Accident": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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" }, "date": { "description": "Date of an accident which these services are addressing.", "$ref": "#/definitions/date" }, "_date": { "description": "Extensions for date", "$ref": "Element.schema.json#/definitions/Element" }, "type": { "description": "Type of accident: work, auto, etc.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "locationAddress": { "description": "Accident Place.", "$ref": "Address.schema.json#/definitions/Address" }, "locationReference": { "description": "Accident Place.", "$ref": "Reference.schema.json#/definitions/Reference" } }, "additionalProperties": false }, "Claim_Item": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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 service line number.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "careTeamSequence": { "description": "CareTeam applicable for this service or product line.", "items": { "$ref": "#/definitions/positiveInt" }, "type": "array" }, "_careTeamSequence": { "description": "Extensions for careTeamSequence", "items": { "$ref": "Element.schema.json#/definitions/Element" }, "type": "array" }, "diagnosisSequence": { "description": "Diagnosis applicable for this service or product line.", "items": { "$ref": "#/definitions/positiveInt" }, "type": "array" }, "_diagnosisSequence": { "description": "Extensions for diagnosisSequence", "items": { "$ref": "Element.schema.json#/definitions/Element" }, "type": "array" }, "procedureSequence": { "description": "Procedures applicable for this service or product line.", "items": { "$ref": "#/definitions/positiveInt" }, "type": "array" }, "_procedureSequence": { "description": "Extensions for procedureSequence", "items": { "$ref": "Element.schema.json#/definitions/Element" }, "type": "array" }, "informationSequence": { "description": "Exceptions, special conditions and supporting information applicable for this service or product line.", "items": { "$ref": "#/definitions/positiveInt" }, "type": "array" }, "_informationSequence": { "description": "Extensions for informationSequence", "items": { "$ref": "Element.schema.json#/definitions/Element" }, "type": "array" }, "revenue": { "description": "The type of revenue or cost center providing the product and/or service.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "category": { "description": "Health Care Service Type Codes to identify the classification of service or benefits.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "billcode": { "description": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,RxNorm,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. \u0027glasses\u0027 or \u0027compound\u0027.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "modifier": { "description": "Item typification or modifiers codes, e.g. for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.", "items": { "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "type": "array" }, "programCode": { "description": "For programs which require reason codes for the inclusion or covering of this billed item under the program or sub-program.", "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 service was provided.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "locationAddress": { "description": "Where the service was provided.", "$ref": "Address.schema.json#/definitions/Address" }, "locationReference": { "description": "Where the 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 a node then this is the fee for the product or service, otherwise this is the total of the fees for the children 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" }, "net": { "description": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points \u003d net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "$ref": "Money.schema.json#/definitions/Money" }, "udi": { "description": "List of Unique Device Identifiers associated with this line item.", "items": { "$ref": "Reference.schema.json#/definitions/Reference" }, "type": "array" }, "bodySite": { "description": "Physical service site on the patient (limb, tooth, etc.).", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "subSite": { "description": "A region or surface of the site, e.g. limb region or tooth surface(s).", "items": { "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "type": "array" }, "encounter": { "description": "A billed item may include goods or services provided in multiple encounters.", "items": { "$ref": "Reference.schema.json#/definitions/Reference" }, "type": "array" }, "detail": { "description": "Second tier of goods and services.", "items": { "$ref": "#/definitions/Claim_Detail" }, "type": "array" } }, "additionalProperties": false }, "Claim_Detail": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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 service line number.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "revenue": { "description": "The type of revenue or cost center providing the product and/or service.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "category": { "description": "Health Care Service Type Codes to identify the classification of service or benefits.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "billcode": { "description": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. \u0027glasses\u0027 or \u0027compound\u0027.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "modifier": { "description": "Item typification or modifiers codes, e.g. for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.", "items": { "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "type": "array" }, "programCode": { "description": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "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 a node then this is the fee for the product or service, otherwise this is the total of the fees for the children 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" }, "net": { "description": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points \u003d net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "$ref": "Money.schema.json#/definitions/Money" }, "udi": { "description": "List of Unique Device Identifiers associated with this line item.", "items": { "$ref": "Reference.schema.json#/definitions/Reference" }, "type": "array" }, "subDetail": { "description": "Third tier of goods and services.", "items": { "$ref": "#/definitions/Claim_SubDetail" }, "type": "array" } }, "additionalProperties": false }, "Claim_SubDetail": { "description": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.", "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 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.", "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. 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.\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 service line number.", "$ref": "#/definitions/positiveInt" }, "_sequence": { "description": "Extensions for sequence", "$ref": "Element.schema.json#/definitions/Element" }, "revenue": { "description": "The type of revenue or cost center providing the product and/or service.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "category": { "description": "Health Care Service Type Codes to identify the classification of service or benefits.", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "billcode": { "description": "A code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI).", "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "modifier": { "description": "Item typification or modifiers codes, e.g. for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.", "items": { "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept" }, "type": "array" }, "programCode": { "description": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "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": "The fee for an addittional service or product or charge.", "$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" }, "net": { "description": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points \u003d net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "$ref": "Money.schema.json#/definitions/Money" }, "udi": { "description": "List of Unique Device Identifiers associated with this line item.", "items": { "$ref": "Reference.schema.json#/definitions/Reference" }, "type": "array" } }, "additionalProperties": false } } }