This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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 R3 R2
StructureDefinition for explanationofbenefit
{ "resourceType": "StructureDefinition", "id": "ExplanationOfBenefit", "meta": { "lastUpdated": "2016-03-31T08:01:25.570+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", "name": "ExplanationOfBenefit", "status": "draft", "publisher": "Health Level Seven International (Financial Management)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "other", "value": "http://www.hl7.org/Special/committees/fm/index.cfm" } ] } ], "date": "2016-03-31T08:01:25+11:00", "description": "Base StructureDefinition for ExplanationOfBenefit Resource", "fhirVersion": "1.4.0", "mapping": [ { "identity": "w5", "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping" }, { "identity": "cdanetv4", "uri": "http://www.cda-adc.ca/en/services/cdanet/", "name": "Canadian Dental Association eclaims standard" }, { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM" } ], "kind": "resource", "abstract": false, "baseType": "DomainResource", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource", "derivation": "specialization", "snapshot": { "element": [ { "path": "ExplanationOfBenefit", "short": "Explanation of Benefit resource", "definition": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.", "alias": [ "EOB" ], "min": 0, "max": "*", "type": [ { "code": "DomainResource" } ], "isSummary": true, "mapping": [ { "identity": "w5", "map": "financial.other" } ] }, { "path": "ExplanationOfBenefit.id", "short": "Logical id of this artifact", "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.", "min": 0, "max": "1", "base": { "path": "Resource.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.meta", "short": "Metadata about the resource", "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "min": 0, "max": "1", "base": { "path": "Resource.meta", "min": 0, "max": "*" }, "type": [ { "code": "Meta" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.implicitRules", "short": "A set of rules under which this content was created", "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "min": 0, "max": "1", "base": { "path": "Resource.implicitRules", "min": 0, "max": "*" }, "type": [ { "code": "uri" } ], "isModifier": true, "isSummary": true }, { "path": "ExplanationOfBenefit.language", "short": "Language of the resource content", "definition": "The base language in which the resource is written.", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "min": 0, "max": "1", "base": { "path": "Resource.language", "min": 0, "max": "*" }, "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A human language.", "valueSetUri": "http://tools.ietf.org/html/bcp47" } }, { "path": "ExplanationOfBenefit.text", "short": "Text summary of the resource, for human interpretation", "definition": "A human-readable narrative that contains a summary of the resource, and may 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.", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "alias": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "base": { "path": "DomainResource.text", "min": 0, "max": "*" }, "type": [ { "code": "Narrative" } ], "condition": [ "dom-1" ], "mapping": [ { "identity": "rim", "map": "Act.text?" } ] }, { "path": "ExplanationOfBenefit.contained", "short": "Contained, inline Resources", "definition": "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.", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "alias": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "base": { "path": "DomainResource.contained", "min": 0, "max": "*" }, "type": [ { "code": "Resource" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.identifier", "short": "Business Identifier", "definition": "The Response Business Identifier.", "min": 0, "max": "*", "type": [ { "code": "Identifier" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.claim[x]", "short": "Claim reference", "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Claim" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "A02|G01" } ] }, { "path": "ExplanationOfBenefit.claimResponse[x]", "short": "Claim response reference", "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "A02|G01" } ] }, { "path": "ExplanationOfBenefit.subType", "short": "Finer grained claim type information", "definition": "A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "A more granulat claim typecode", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/claim-subtype" } } }, { "path": "ExplanationOfBenefit.ruleset", "short": "Current specification followed", "definition": "The version of the specification on which this instance relies.", "alias": [ "BusinessVersion" ], "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The static and dynamic model to which contents conform, which may be business version or standard/version.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ruleset" } } }, { "path": "ExplanationOfBenefit.originalRuleset", "short": "Original specification followed", "definition": "The version of the specification from which the original instance was created.", "alias": [ "OriginalBusinessVersion" ], "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The static and dynamic model to which contents conform, which may be business version or standard/version.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ruleset" } } }, { "path": "ExplanationOfBenefit.created", "short": "Creation date", "definition": "The date when the EOB was created.", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.billablePeriod", "short": "Period for charge submission", "definition": "The billable period for which charges are being submitted.", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.disposition", "short": "Disposition Message", "definition": "A description of the status of the adjudication.", "comments": "Do we need a disposition code?", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.provider[x]", "short": "Responsible provider for the claim", "definition": "The provider which is responsible for the claim.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B02" } ] }, { "path": "ExplanationOfBenefit.organization[x]", "short": "Responsible organization for the claim", "definition": "The provider which is responsible for the claim.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B02" } ] }, { "path": "ExplanationOfBenefit.facility[x]", "short": "Servicing Facility", "definition": "Facility where the services were provided.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "RelatedClaims" } ], "path": "ExplanationOfBenefit.related", "short": "Related Claims which may be revelant to processing this claimn", "definition": "Other claims which are related to this claim such as prior claim versions or for related services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.related.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.related.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.related.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.related.claim[x]", "short": "Reference to the related claim", "definition": "Other claims which are related to this claim such as prior claim versions or for related services.", "comments": "Do we need a relationship code?", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Claim" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.related.relationship", "short": "How the reference claim is related", "definition": "For example prior or umbrella.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Relationship of this claim to a related Claim", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-claim-relationship" } } }, { "path": "ExplanationOfBenefit.related.reference", "short": "Related file or case reference", "definition": "An alternate organizational reference to the case or file to which this particular claim pertains - eg Property/Casualy insurer claim # or Workers Compensation case # .", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.prescription[x]", "short": "Prescription", "definition": "Prescription to support the dispensing of Pharmacy or Vision products.", "requirements": "For type=Pharmacy and Vision only.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.originalPrescription[x]", "short": "Original Prescription", "definition": "Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Payee" } ], "path": "ExplanationOfBenefit.payee", "short": "Payee", "definition": "The party to be reimbursed for the services.", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F02" } ] }, { "path": "ExplanationOfBenefit.payee.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.payee.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.payee.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.payee.type", "short": "Type of party: Subscriber, Provider, other", "definition": "Type of Party to be reimbursed: Subscriber, provider, other.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "A code for the party to be reimbursed.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/payeetype" } } }, { "path": "ExplanationOfBenefit.payee.party[x]", "short": "Party to receive the payable", "definition": "Party to be reimbursed: Subscriber, provider, other.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B03, B04" } ] }, { "path": "ExplanationOfBenefit.referral[x]", "short": "Treatment Referral", "definition": "The referral resource which lists the date, practitioner, reason and other supporting information.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B05" } ] }, { "path": "ExplanationOfBenefit.occurrenceCode", "short": "Occurrence Codes", "definition": "**Insert definition of Occurrence codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Occurrence codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/occurrence-codes" } } }, { "path": "ExplanationOfBenefit.occurenceSpanCode", "short": "Occurrence Span Codes", "definition": "**Insert definition of Occurrence Span codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Occurrence Span codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/occurrence-span-codes" } } }, { "path": "ExplanationOfBenefit.valueCode", "short": "Value Codes", "definition": "**Insert definition of Value codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Value code", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/value-codes" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Diagnosis" } ], "path": "ExplanationOfBenefit.diagnosis", "short": "Diagnosis", "definition": "Ordered list of patient diagnosis for which care is sought.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.diagnosis.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.diagnosis.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.diagnosis.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.diagnosis.sequence", "short": "Number to covey order of diagnosis", "definition": "Sequence of diagnosis which serves to order and provide a link.", "requirements": "Required to maintain order of the diagnoses.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.diagnosis.diagnosis", "short": "Patient's list of diagnosis", "definition": "The diagnosis.", "requirements": "Required to adjudicate services rendered to condition presented.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "ICD10 Diagnostic codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Procedure" } ], "path": "ExplanationOfBenefit.procedure", "short": "Procedures performed", "definition": "Ordered list of patient procedures performed to support the adjudication.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.procedure.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.procedure.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.procedure.sequence", "short": "Procedure sequence for reference", "definition": "Sequence of procedures which serves to order and provide a link.", "requirements": "Required to maintain order of the procudures.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.date", "short": "When the procedure was performed", "definition": "Date and optionally time the procedure was performed .", "comments": "SB DateTime??", "requirements": "Required to adjudicate services rendered.", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.procedure[x]", "short": "Patient's list of procedures performed", "definition": "The procedure code.", "requirements": "Required to adjudicate services rendered.", "min": 1, "max": "1", "type": [ { "code": "Coding" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ] } ], "isSummary": true, "binding": { "strength": "example", "description": "ICD10 Procedure codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10-procedures" } } }, { "path": "ExplanationOfBenefit.specialCondition", "short": "List of special Conditions", "definition": "List of special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "List of special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/fm-conditions" } } }, { "path": "ExplanationOfBenefit.patient[x]", "short": "The subject of the Products and Services", "definition": "Patient Resource.", "min": 1, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "C06,C07,C08, C05, C04" } ] }, { "path": "ExplanationOfBenefit.precedence", "short": "Precedence (primary, secondary, etc.)", "definition": "Precedence (primary, secondary, etc.).", "requirements": "Health care programs and insurers are significant payors of health service costs.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Coverage" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Coverage" } ], "path": "ExplanationOfBenefit.coverage", "short": "Insurance or medical plan", "definition": "Financial instrument by which payment information for health care.", "requirements": "Health care programs and insurers are significant payors of health service costs.", "min": 1, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Coverage" } ] }, { "path": "ExplanationOfBenefit.coverage.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.coverage.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.coverage.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.coverage.coverage[x]", "short": "Insurance information", "definition": "Reference to the program or plan identification, underwriter or payor.", "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.", "min": 1, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Coverage" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.coverage.preAuthRef", "short": "Pre-Authorization/Determination Reference", "definition": "A list of references from the Insurer to which these services pertain.", "requirements": "To provide any pre=determination or prior authorization reference.", "min": 0, "max": "*", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F03" } ] }, { "path": "ExplanationOfBenefit.accidentDate", "short": "When the accident occurred", "definition": "Date of an accident which these services are addressing.", "requirements": "Coverage may be dependant on accidents.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F02" } ] }, { "path": "ExplanationOfBenefit.accidentType", "short": "The nature of the accident", "definition": "Type of accident: work, auto, etc.", "requirements": "Coverage may be dependant on the type of accident.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Type of accident: work place, auto, etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActIncidentCode" } } }, { "path": "ExplanationOfBenefit.accidentLocation[x]", "short": "Accident Place", "definition": "Accident Place.", "min": 0, "max": "1", "type": [ { "code": "Address" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.interventionException", "short": "Intervention and exception code (Pharma)", "definition": "A list of intervention and exception codes which may influence the adjudication of the claim.", "requirements": "Coverage may be modified based on exception information provided.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Intervention and exception codes (Pharm)", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/intervention" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Onset" } ], "path": "ExplanationOfBenefit.onset", "short": "Condition related Onset related dates and codes", "definition": "Period, start and last dates of aspects of the Condition or related services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.onset.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.onset.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.onset.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.onset.time[x]", "short": "Illness, injury or treatable condition date", "definition": "The start or start and end dates for the treatable condition.", "min": 0, "max": "1", "type": [ { "code": "date" }, { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.onset.type", "short": "Onset of what", "definition": "Onset typifications eg. Start of pregnancy, start of illnes, etc.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Condition related start, end and period codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-onsettype" } } }, { "path": "ExplanationOfBenefit.employmentImpacted", "short": "Period unable to work", "definition": "The start and optional end dates of when the patient was precluded from working due to the treatable condition(s).", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.hospitalization", "short": "Period in hospital", "definition": "The start and optional end dates of when the patient was confined to a treatment center.", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Items" } ], "path": "ExplanationOfBenefit.item", "short": "Goods and Services", "definition": "First tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.type", "short": "Group or type of product or service", "definition": "The type of product or service.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.provider[x]", "short": "Responsible practitioner", "definition": "The practitioner who is responsible for the services rendered to the patient.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "24G&H not sure" }, { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.item.supervisor[x]", "short": "Supervising Practitioner", "definition": "The practitioner who is supervising the work of the servicing provider(s).", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.providerQualification", "short": "Type, classification or Specialization", "definition": "The qualification which is applicable for this service.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Provider professional qualifications", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/provider-qualification" } }, "mapping": [ { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.item.diagnosisLinkId", "short": "Applicable diagnoses", "definition": "Diagnosis applicable for this service or product line.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.service", "short": "Item Code", "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F06" } ] }, { "path": "ExplanationOfBenefit.item.serviceModifier", "short": "Service/Product modifiers", "definition": "Unusual circumstances which may influence adjudication.", "requirements": "May impact on adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Factors which may influce adjudication of services", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-modifiers" } }, "mapping": [ { "identity": "cdanetv4", "map": "F16 (required field for Oral) and F05" } ] }, { "path": "ExplanationOfBenefit.item.modifier", "short": "Service/Product billing modifiers", "definition": "Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.", "requirements": "May impact on adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers" } }, "mapping": [ { "identity": "cdanetv4", "map": "F16 (required field for Oral) and F05" } ] }, { "path": "ExplanationOfBenefit.item.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.serviced[x]", "short": "Date or dates of Service", "definition": "The date or dates when the enclosed suite of services were performed or completed.", "min": 0, "max": "1", "type": [ { "code": "date" }, { "code": "Period" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F09" } ] }, { "path": "ExplanationOfBenefit.item.place", "short": "Place of service", "definition": "Where the service was provided.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Place where the service is rendered", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-place" } } }, { "path": "ExplanationOfBenefit.item.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.unitPrice", "short": "Fee, charge or cost per point", "definition": "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.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F12" } ] }, { "path": "ExplanationOfBenefit.item.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.net", "short": "Total item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.bodySite", "short": "Service Location", "definition": "Physical service site on the patient (limb, tooth, etc).", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The code for the teeth, quadrant, sextant and arch", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/tooth" } }, "mapping": [ { "identity": "cdanetv4", "map": "F10" } ] }, { "path": "ExplanationOfBenefit.item.subSite", "short": "Service Sub-location", "definition": "A region or surface of the site, eg. limb region or tooth surface(s).", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The code for the tooth surface and surface combinations", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/surface" } }, "mapping": [ { "identity": "cdanetv4", "map": "F11" } ] }, { "path": "ExplanationOfBenefit.item.noteNumber", "short": "List of note numbers which apply", "definition": "A list of note references to the notes provided below.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "ItemAdjudication" } ], "path": "ExplanationOfBenefit.item.adjudication", "short": "Adjudication details", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.adjudication.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.adjudication.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.adjudication.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Detail" } ], "path": "ExplanationOfBenefit.item.detail", "short": "Additional items", "definition": "Second tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.detail.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.detail.type", "short": "Group or type of product or service", "definition": "The type of product or service.", "comments": "ItemType.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.detail.service", "short": "Additional item codes", "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F34/F35" } ] }, { "path": "ExplanationOfBenefit.item.detail.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.detail.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.unitPrice", "short": "Fee, charge or cost per point", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.net", "short": "Total additional item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "DetailAdjudication" } ], "path": "ExplanationOfBenefit.item.detail.adjudication", "short": "Detail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.adjudication.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.adjudication.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.adjudication.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.detail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.detail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.detail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "SubDetail" } ], "path": "ExplanationOfBenefit.item.detail.subDetail", "short": "Additional items", "definition": "Third tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.type", "short": "Type of product or service", "definition": "The type of product or service.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.service", "short": "Additional item codes", "definition": "The fee for an addittional service or product or charge.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F34/F35" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", "short": "Fee, charge or cost per point", "definition": "The fee for an addittional service or product or charge.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.net", "short": "Net additional item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "SubDetailAdjudication" } ], "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication", "short": "SubDetail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Prosthesis" } ], "path": "ExplanationOfBenefit.item.prosthesis", "short": "Prosthetic details", "definition": "The materials and placement date of prior fixed prosthesis.", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.prosthesis.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.initial", "short": "Is this the initial service", "definition": "Indicates whether this is the initial placement of a fixed prosthesis.", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "boolean" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F15/F18 Only for Denture, Crown, Bridge" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.priorDate", "short": "Initial service Date", "definition": "Date of the initial placement.", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F04/F19" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.priorMaterial", "short": "Prosthetic Material", "definition": "Material of the prior denture or bridge prosthesis. (Oral).", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Material of the prior denture or bridge prosthesis. (Oral)", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/oral-prosthodontic-material" } }, "mapping": [ { "identity": "cdanetv4", "map": "F20/F21" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItem" } ], "path": "ExplanationOfBenefit.addItem", "short": "Insurer added line items", "definition": "The first tier service adjudications for payor added services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.addItem.sequenceLinkId", "short": "Service instances", "definition": "List of input service items which this service line is intended to replace.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.service", "short": "Group, Service or Product", "definition": "A code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } } }, { "path": "ExplanationOfBenefit.addItem.fee", "short": "Professional fee or Product charge", "definition": "The fee charged for the professional service or product..", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.noteNumberLinkId", "short": "List of note numbers which apply", "definition": "A list of note references to the notes provided below.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemAdjudication" } ], "path": "ExplanationOfBenefit.addItem.adjudication", "short": "Added items adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.adjudication.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.adjudication.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.adjudication.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.addItem.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.addItem.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.addItem.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemsDetail" } ], "path": "ExplanationOfBenefit.addItem.detail", "short": "Added items details", "definition": "The second tier service adjudications for payor added services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.service", "short": "Service or Product", "definition": "A code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } } }, { "path": "ExplanationOfBenefit.addItem.detail.fee", "short": "Professional fee or Product charge", "definition": "The fee charged for the professional service or product..", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemDetailAdjudication" } ], "path": "ExplanationOfBenefit.addItem.detail.adjudication", "short": "Added items detail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "MissingTeeth" } ], "path": "ExplanationOfBenefit.missingTeeth", "short": "Only if type = oral", "definition": "A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.", "requirements": "The list of missing teeth may influence the adjudication of services for example with Bridges.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.missingTeeth.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.tooth", "short": "Tooth Code", "definition": "The code identifying which tooth is missing.", "requirements": "Provides the tooth number of the missing tooth.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The codes for the teeth, subset of OralSites", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/teeth" } }, "mapping": [ { "identity": "cdanetv4", "map": "F23" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.reason", "short": "Reason for missing", "definition": "Missing reason may be: E-extraction, O-other.", "requirements": "Provides the reason for the missing tooth.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Reason codes for the missing teeth", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" } }, "mapping": [ { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.extractionDate", "short": "Date of Extraction", "definition": "The date of the extraction either known from records or patient reported estimate.", "requirements": "Some services and adjudications require this information.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F24" } ] }, { "path": "ExplanationOfBenefit.totalCost", "short": "Total Cost of service from the Claim", "definition": "The total cost of the services reported.", "requirements": "This is a check value that the receiver calculates and returns.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.unallocDeductable", "short": "Unallocated deductable", "definition": "The amount of deductable applied which was not allocated to any particular service line.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.totalBenefit", "short": "Total benefit payable for the Claim", "definition": "Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductable).", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAdjustment", "short": "Payment adjustment for non-Claim issues", "definition": "Adjustment to the payment of this transaction which is not related to adjudication of this transaction.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAdjustmentReason", "short": "Reason for Payment adjustment", "definition": "Reason for the payment adjustment.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Payment Adjustment reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" } } }, { "path": "ExplanationOfBenefit.paymentDate", "short": "Expected data of Payment", "definition": "Estimated payment data.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAmount", "short": "Payment amount", "definition": "Payable less any payment adjustment.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentRef", "short": "Payment identifier", "definition": "Payment identifer.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "G01, B.23" } ] }, { "path": "ExplanationOfBenefit.reserved", "short": "Funds reserved status", "definition": "Status of funds reservation (For provider, for Patient, None).", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "For whom funds are to be reserved: (Patient, Provider, None).", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/fundsreserve" } } }, { "path": "ExplanationOfBenefit.form", "short": "Printed Form Identifier", "definition": "The form to be used for printing the content.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "The forms codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/forms" } }, "mapping": [ { "identity": "cdanetv4", "map": "G42" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Notes" } ], "path": "ExplanationOfBenefit.note", "short": "Processing notes", "definition": "Note text.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.note.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.note.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.note.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.note.number", "short": "Note Number for this note", "definition": "An integer associated with each note which may be referred to from each service line item.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.note.type", "short": "display | print | printoper", "definition": "The note purpose: Print/Display.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "The presentation types of notes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/note-type" } } }, { "path": "ExplanationOfBenefit.note.text", "short": "Note explanitory text", "definition": "The note text.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "G32" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "BenefitBalance" } ], "path": "ExplanationOfBenefit.benefitBalance", "short": "Balance by Benefit Category", "definition": "Balance by Benefit Category.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.category", "short": "Benefit Category", "definition": "Dental, Vision, Medical, Pharmacy, Rehab etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Benefit categories such as: oral, medical, vision etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-category" } } }, { "path": "ExplanationOfBenefit.benefitBalance.subCategory", "short": "Benefit SubCategory", "definition": "Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Benefit subcategories such as: oral-basic, major, glasses", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory" } } }, { "path": "ExplanationOfBenefit.benefitBalance.network", "short": "In or out of network", "definition": "Network designation.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Code to classify in or out of network services", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-network" } } }, { "path": "ExplanationOfBenefit.benefitBalance.unit", "short": "Individual or family", "definition": "Unit designation: individual or family.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Unit covered/serviced - individual or family", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-unit" } } }, { "path": "ExplanationOfBenefit.benefitBalance.term", "short": "Annual or lifetime", "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Coverage unit - annual, lifetime", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-term" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Benefit" } ], "path": "ExplanationOfBenefit.benefitBalance.financial", "short": "Benefit Summary", "definition": "Benefits Used to date.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.financial.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.financial.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.financial.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ExplanationOfBenefit.benefitBalance.financial.type", "short": "Deductable, visits, benefit amount", "definition": "Deductable, visits, benefit amount.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Deductable, visits, co-pay, etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-type" } } }, { "path": "ExplanationOfBenefit.benefitBalance.financial.benefit[x]", "short": "Benefits allowed", "definition": "Benefits allowed.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" }, { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.financial.benefitUsed[x]", "short": "Benefits used", "definition": "Benefits used.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" }, { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true } ] }, "differential": { "element": [ { "path": "ExplanationOfBenefit", "short": "Explanation of Benefit resource", "definition": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.", "alias": [ "EOB" ], "min": 0, "max": "*", "type": [ { "code": "DomainResource" } ], "isSummary": true, "mapping": [ { "identity": "w5", "map": "financial.other" } ] }, { "path": "ExplanationOfBenefit.identifier", "short": "Business Identifier", "definition": "The Response Business Identifier.", "min": 0, "max": "*", "type": [ { "code": "Identifier" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.claim[x]", "short": "Claim reference", "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Claim" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "A02|G01" } ] }, { "path": "ExplanationOfBenefit.claimResponse[x]", "short": "Claim response reference", "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "A02|G01" } ] }, { "path": "ExplanationOfBenefit.subType", "short": "Finer grained claim type information", "definition": "A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "A more granulat claim typecode", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/claim-subtype" } } }, { "path": "ExplanationOfBenefit.ruleset", "short": "Current specification followed", "definition": "The version of the specification on which this instance relies.", "alias": [ "BusinessVersion" ], "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The static and dynamic model to which contents conform, which may be business version or standard/version.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ruleset" } } }, { "path": "ExplanationOfBenefit.originalRuleset", "short": "Original specification followed", "definition": "The version of the specification from which the original instance was created.", "alias": [ "OriginalBusinessVersion" ], "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The static and dynamic model to which contents conform, which may be business version or standard/version.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ruleset" } } }, { "path": "ExplanationOfBenefit.created", "short": "Creation date", "definition": "The date when the EOB was created.", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.billablePeriod", "short": "Period for charge submission", "definition": "The billable period for which charges are being submitted.", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.disposition", "short": "Disposition Message", "definition": "A description of the status of the adjudication.", "comments": "Do we need a disposition code?", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.provider[x]", "short": "Responsible provider for the claim", "definition": "The provider which is responsible for the claim.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B02" } ] }, { "path": "ExplanationOfBenefit.organization[x]", "short": "Responsible organization for the claim", "definition": "The provider which is responsible for the claim.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B02" } ] }, { "path": "ExplanationOfBenefit.facility[x]", "short": "Servicing Facility", "definition": "Facility where the services were provided.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "RelatedClaims" } ], "path": "ExplanationOfBenefit.related", "short": "Related Claims which may be revelant to processing this claimn", "definition": "Other claims which are related to this claim such as prior claim versions or for related services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.related.claim[x]", "short": "Reference to the related claim", "definition": "Other claims which are related to this claim such as prior claim versions or for related services.", "comments": "Do we need a relationship code?", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Claim" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.related.relationship", "short": "How the reference claim is related", "definition": "For example prior or umbrella.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Relationship of this claim to a related Claim", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-claim-relationship" } } }, { "path": "ExplanationOfBenefit.related.reference", "short": "Related file or case reference", "definition": "An alternate organizational reference to the case or file to which this particular claim pertains - eg Property/Casualy insurer claim # or Workers Compensation case # .", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.prescription[x]", "short": "Prescription", "definition": "Prescription to support the dispensing of Pharmacy or Vision products.", "requirements": "For type=Pharmacy and Vision only.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.originalPrescription[x]", "short": "Original Prescription", "definition": "Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Payee" } ], "path": "ExplanationOfBenefit.payee", "short": "Payee", "definition": "The party to be reimbursed for the services.", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F02" } ] }, { "path": "ExplanationOfBenefit.payee.type", "short": "Type of party: Subscriber, Provider, other", "definition": "Type of Party to be reimbursed: Subscriber, provider, other.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "A code for the party to be reimbursed.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/payeetype" } } }, { "path": "ExplanationOfBenefit.payee.party[x]", "short": "Party to receive the payable", "definition": "Party to be reimbursed: Subscriber, provider, other.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B03, B04" } ] }, { "path": "ExplanationOfBenefit.referral[x]", "short": "Treatment Referral", "definition": "The referral resource which lists the date, practitioner, reason and other supporting information.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "B05" } ] }, { "path": "ExplanationOfBenefit.occurrenceCode", "short": "Occurrence Codes", "definition": "**Insert definition of Occurrence codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Occurrence codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/occurrence-codes" } } }, { "path": "ExplanationOfBenefit.occurenceSpanCode", "short": "Occurrence Span Codes", "definition": "**Insert definition of Occurrence Span codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Occurrence Span codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/occurrence-span-codes" } } }, { "path": "ExplanationOfBenefit.valueCode", "short": "Value Codes", "definition": "**Insert definition of Value codes.", "comments": "This may contain the local bill type codes such as the US UB-04 bill type code.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Value code", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/value-codes" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Diagnosis" } ], "path": "ExplanationOfBenefit.diagnosis", "short": "Diagnosis", "definition": "Ordered list of patient diagnosis for which care is sought.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.diagnosis.sequence", "short": "Number to covey order of diagnosis", "definition": "Sequence of diagnosis which serves to order and provide a link.", "requirements": "Required to maintain order of the diagnoses.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.diagnosis.diagnosis", "short": "Patient's list of diagnosis", "definition": "The diagnosis.", "requirements": "Required to adjudicate services rendered to condition presented.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "ICD10 Diagnostic codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Procedure" } ], "path": "ExplanationOfBenefit.procedure", "short": "Procedures performed", "definition": "Ordered list of patient procedures performed to support the adjudication.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.sequence", "short": "Procedure sequence for reference", "definition": "Sequence of procedures which serves to order and provide a link.", "requirements": "Required to maintain order of the procudures.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.date", "short": "When the procedure was performed", "definition": "Date and optionally time the procedure was performed .", "comments": "SB DateTime??", "requirements": "Required to adjudicate services rendered.", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.procedure.procedure[x]", "short": "Patient's list of procedures performed", "definition": "The procedure code.", "requirements": "Required to adjudicate services rendered.", "min": 1, "max": "1", "type": [ { "code": "Coding" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ] } ], "isSummary": true, "binding": { "strength": "example", "description": "ICD10 Procedure codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/icd-10-procedures" } } }, { "path": "ExplanationOfBenefit.specialCondition", "short": "List of special Conditions", "definition": "List of special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "List of special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/fm-conditions" } } }, { "path": "ExplanationOfBenefit.patient[x]", "short": "The subject of the Products and Services", "definition": "Patient Resource.", "min": 1, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "C06,C07,C08, C05, C04" } ] }, { "path": "ExplanationOfBenefit.precedence", "short": "Precedence (primary, secondary, etc.)", "definition": "Precedence (primary, secondary, etc.).", "requirements": "Health care programs and insurers are significant payors of health service costs.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Coverage" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Coverage" } ], "path": "ExplanationOfBenefit.coverage", "short": "Insurance or medical plan", "definition": "Financial instrument by which payment information for health care.", "requirements": "Health care programs and insurers are significant payors of health service costs.", "min": 1, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true, "mapping": [ { "identity": "v2", "map": "Coverage" } ] }, { "path": "ExplanationOfBenefit.coverage.coverage[x]", "short": "Insurance information", "definition": "Reference to the program or plan identification, underwriter or payor.", "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.", "min": 1, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Coverage" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.coverage.preAuthRef", "short": "Pre-Authorization/Determination Reference", "definition": "A list of references from the Insurer to which these services pertain.", "requirements": "To provide any pre=determination or prior authorization reference.", "min": 0, "max": "*", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F03" } ] }, { "path": "ExplanationOfBenefit.accidentDate", "short": "When the accident occurred", "definition": "Date of an accident which these services are addressing.", "requirements": "Coverage may be dependant on accidents.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F02" } ] }, { "path": "ExplanationOfBenefit.accidentType", "short": "The nature of the accident", "definition": "Type of accident: work, auto, etc.", "requirements": "Coverage may be dependant on the type of accident.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Type of accident: work place, auto, etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActIncidentCode" } } }, { "path": "ExplanationOfBenefit.accidentLocation[x]", "short": "Accident Place", "definition": "Accident Place.", "min": 0, "max": "1", "type": [ { "code": "Address" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.interventionException", "short": "Intervention and exception code (Pharma)", "definition": "A list of intervention and exception codes which may influence the adjudication of the claim.", "requirements": "Coverage may be modified based on exception information provided.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Intervention and exception codes (Pharm)", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/intervention" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Onset" } ], "path": "ExplanationOfBenefit.onset", "short": "Condition related Onset related dates and codes", "definition": "Period, start and last dates of aspects of the Condition or related services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.onset.time[x]", "short": "Illness, injury or treatable condition date", "definition": "The start or start and end dates for the treatable condition.", "min": 0, "max": "1", "type": [ { "code": "date" }, { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.onset.type", "short": "Onset of what", "definition": "Onset typifications eg. Start of pregnancy, start of illnes, etc.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Condition related start, end and period codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-onsettype" } } }, { "path": "ExplanationOfBenefit.employmentImpacted", "short": "Period unable to work", "definition": "The start and optional end dates of when the patient was precluded from working due to the treatable condition(s).", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.hospitalization", "short": "Period in hospital", "definition": "The start and optional end dates of when the patient was confined to a treatment center.", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Items" } ], "path": "ExplanationOfBenefit.item", "short": "Goods and Services", "definition": "First tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.type", "short": "Group or type of product or service", "definition": "The type of product or service.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.provider[x]", "short": "Responsible practitioner", "definition": "The practitioner who is responsible for the services rendered to the patient.", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "24G&H not sure" }, { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.item.supervisor[x]", "short": "Supervising Practitioner", "definition": "The practitioner who is supervising the work of the servicing provider(s).", "min": 0, "max": "1", "type": [ { "code": "Identifier" }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.providerQualification", "short": "Type, classification or Specialization", "definition": "The qualification which is applicable for this service.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Provider professional qualifications", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/provider-qualification" } }, "mapping": [ { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.item.diagnosisLinkId", "short": "Applicable diagnoses", "definition": "Diagnosis applicable for this service or product line.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.service", "short": "Item Code", "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F06" } ] }, { "path": "ExplanationOfBenefit.item.serviceModifier", "short": "Service/Product modifiers", "definition": "Unusual circumstances which may influence adjudication.", "requirements": "May impact on adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Factors which may influce adjudication of services", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-modifiers" } }, "mapping": [ { "identity": "cdanetv4", "map": "F16 (required field for Oral) and F05" } ] }, { "path": "ExplanationOfBenefit.item.modifier", "short": "Service/Product billing modifiers", "definition": "Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.", "requirements": "May impact on adjudication.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/claim-modifiers" } }, "mapping": [ { "identity": "cdanetv4", "map": "F16 (required field for Oral) and F05" } ] }, { "path": "ExplanationOfBenefit.item.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.serviced[x]", "short": "Date or dates of Service", "definition": "The date or dates when the enclosed suite of services were performed or completed.", "min": 0, "max": "1", "type": [ { "code": "date" }, { "code": "Period" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F09" } ] }, { "path": "ExplanationOfBenefit.item.place", "short": "Place of service", "definition": "Where the service was provided.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Place where the service is rendered", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-place" } } }, { "path": "ExplanationOfBenefit.item.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.unitPrice", "short": "Fee, charge or cost per point", "definition": "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.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F12" } ] }, { "path": "ExplanationOfBenefit.item.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.net", "short": "Total item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.bodySite", "short": "Service Location", "definition": "Physical service site on the patient (limb, tooth, etc).", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The code for the teeth, quadrant, sextant and arch", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/tooth" } }, "mapping": [ { "identity": "cdanetv4", "map": "F10" } ] }, { "path": "ExplanationOfBenefit.item.subSite", "short": "Service Sub-location", "definition": "A region or surface of the site, eg. limb region or tooth surface(s).", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The code for the tooth surface and surface combinations", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/surface" } }, "mapping": [ { "identity": "cdanetv4", "map": "F11" } ] }, { "path": "ExplanationOfBenefit.item.noteNumber", "short": "List of note numbers which apply", "definition": "A list of note references to the notes provided below.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "ItemAdjudication" } ], "path": "ExplanationOfBenefit.item.adjudication", "short": "Adjudication details", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Detail" } ], "path": "ExplanationOfBenefit.item.detail", "short": "Additional items", "definition": "Second tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.detail.type", "short": "Group or type of product or service", "definition": "The type of product or service.", "comments": "ItemType.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.detail.service", "short": "Additional item codes", "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F34/F35" } ] }, { "path": "ExplanationOfBenefit.item.detail.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.detail.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.unitPrice", "short": "Fee, charge or cost per point", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.net", "short": "Total additional item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "DetailAdjudication" } ], "path": "ExplanationOfBenefit.item.detail.adjudication", "short": "Detail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.detail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.detail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "SubDetail" } ], "path": "ExplanationOfBenefit.item.detail.subDetail", "short": "Additional items", "definition": "Third tier of goods and services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.sequence", "short": "Service instance", "definition": "A service line number.", "min": 1, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F07" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.type", "short": "Type of product or service", "definition": "The type of product or service.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "Service, Product, Rx Dispense, Rx Compound etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.service", "short": "Additional item codes", "definition": "The fee for an addittional service or product or charge.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } }, "mapping": [ { "identity": "cdanetv4", "map": "F34/F35" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.programCode", "short": "Program specific reason for item inclusion", "definition": "For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.", "min": 0, "max": "*", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Program specific reason codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/ex-program-code" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.quantity", "short": "Count of Products or Services", "definition": "The number of repetitions of a service or product.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", "short": "Fee, charge or cost per point", "definition": "The fee for an addittional service or product or charge.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.factor", "short": "Price scaling factor", "definition": "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.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.points", "short": "Difficulty scaling factor", "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.net", "short": "Net additional item cost", "definition": "The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", "requirements": "If a fee is present the associated product/service code must be present.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F13/F14" } ] }, { "path": "ExplanationOfBenefit.item.detail.subDetail.udi", "short": "Unique Device Identifier", "definition": "List of Unique Device Identifiers associated with this line item.", "requirements": "The UDI code and issuer if applicable for the supplied product.", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "SubDetailAdjudication" } ], "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication", "short": "SubDetail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Prosthesis" } ], "path": "ExplanationOfBenefit.item.prosthesis", "short": "Prosthetic details", "definition": "The materials and placement date of prior fixed prosthesis.", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.item.prosthesis.initial", "short": "Is this the initial service", "definition": "Indicates whether this is the initial placement of a fixed prosthesis.", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "boolean" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F15/F18 Only for Denture, Crown, Bridge" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.priorDate", "short": "Initial service Date", "definition": "Date of the initial placement.", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F04/F19" } ] }, { "path": "ExplanationOfBenefit.item.prosthesis.priorMaterial", "short": "Prosthetic Material", "definition": "Material of the prior denture or bridge prosthesis. (Oral).", "requirements": "May impact on adjudication.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Material of the prior denture or bridge prosthesis. (Oral)", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/oral-prosthodontic-material" } }, "mapping": [ { "identity": "cdanetv4", "map": "F20/F21" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItem" } ], "path": "ExplanationOfBenefit.addItem", "short": "Insurer added line items", "definition": "The first tier service adjudications for payor added services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.sequenceLinkId", "short": "Service instances", "definition": "List of input service items which this service line is intended to replace.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.service", "short": "Group, Service or Product", "definition": "A code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } } }, { "path": "ExplanationOfBenefit.addItem.fee", "short": "Professional fee or Product charge", "definition": "The fee charged for the professional service or product..", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.noteNumberLinkId", "short": "List of note numbers which apply", "definition": "A list of note references to the notes provided below.", "min": 0, "max": "*", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemAdjudication" } ], "path": "ExplanationOfBenefit.addItem.adjudication", "short": "Added items adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.addItem.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.addItem.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemsDetail" } ], "path": "ExplanationOfBenefit.addItem.detail", "short": "Added items details", "definition": "The second tier service adjudications for payor added services.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.service", "short": "Service or Product", "definition": "A code to indicate the Professional Service or Product supplied.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Allowable service and product codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/service-uscls" } } }, { "path": "ExplanationOfBenefit.addItem.detail.fee", "short": "Professional fee or Product charge", "definition": "The fee charged for the professional service or product..", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "AddedItemDetailAdjudication" } ], "path": "ExplanationOfBenefit.addItem.detail.adjudication", "short": "Added items detail adjudication", "definition": "The adjudications results.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.category", "short": "Adjudication category such as co-pay, eligible, benefit, etc.", "definition": "Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "The adjudication codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication" } } }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.reason", "short": "Adjudication reason", "definition": "Adjudication reason such as limit reached.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Adjudication reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/adjudication-reason" } } }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.amount", "short": "Monetary amount", "definition": "Monitory amount associated with the code.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.addItem.detail.adjudication.value", "short": "Non-monitory value", "definition": "A non-monetary value for example a percentage. Mutually exclusive to the amount element above.", "min": 0, "max": "1", "type": [ { "code": "decimal" } ], "isSummary": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "MissingTeeth" } ], "path": "ExplanationOfBenefit.missingTeeth", "short": "Only if type = oral", "definition": "A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.", "requirements": "The list of missing teeth may influence the adjudication of services for example with Bridges.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.missingTeeth.tooth", "short": "Tooth Code", "definition": "The code identifying which tooth is missing.", "requirements": "Provides the tooth number of the missing tooth.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "The codes for the teeth, subset of OralSites", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/teeth" } }, "mapping": [ { "identity": "cdanetv4", "map": "F23" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.reason", "short": "Reason for missing", "definition": "Missing reason may be: E-extraction, O-other.", "requirements": "Provides the reason for the missing tooth.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Reason codes for the missing teeth", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" } }, "mapping": [ { "identity": "cdanetv4", "map": "not used" } ] }, { "path": "ExplanationOfBenefit.missingTeeth.extractionDate", "short": "Date of Extraction", "definition": "The date of the extraction either known from records or patient reported estimate.", "requirements": "Some services and adjudications require this information.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "F24" } ] }, { "path": "ExplanationOfBenefit.totalCost", "short": "Total Cost of service from the Claim", "definition": "The total cost of the services reported.", "requirements": "This is a check value that the receiver calculates and returns.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.unallocDeductable", "short": "Unallocated deductable", "definition": "The amount of deductable applied which was not allocated to any particular service line.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.totalBenefit", "short": "Total benefit payable for the Claim", "definition": "Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductable).", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAdjustment", "short": "Payment adjustment for non-Claim issues", "definition": "Adjustment to the payment of this transaction which is not related to adjudication of this transaction.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAdjustmentReason", "short": "Reason for Payment adjustment", "definition": "Reason for the payment adjustment.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "extensible", "description": "Payment Adjustment reason codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" } } }, { "path": "ExplanationOfBenefit.paymentDate", "short": "Expected data of Payment", "definition": "Estimated payment data.", "min": 0, "max": "1", "type": [ { "code": "date" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentAmount", "short": "Payment amount", "definition": "Payable less any payment adjustment.", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.paymentRef", "short": "Payment identifier", "definition": "Payment identifer.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "G01, B.23" } ] }, { "path": "ExplanationOfBenefit.reserved", "short": "Funds reserved status", "definition": "Status of funds reservation (For provider, for Patient, None).", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "For whom funds are to be reserved: (Patient, Provider, None).", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/fundsreserve" } } }, { "path": "ExplanationOfBenefit.form", "short": "Printed Form Identifier", "definition": "The form to be used for printing the content.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "The forms codes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/forms" } }, "mapping": [ { "identity": "cdanetv4", "map": "G42" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Notes" } ], "path": "ExplanationOfBenefit.note", "short": "Processing notes", "definition": "Note text.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.note.number", "short": "Note Number for this note", "definition": "An integer associated with each note which may be referred to from each service line item.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.note.type", "short": "display | print | printoper", "definition": "The note purpose: Print/Display.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "required", "description": "The presentation types of notes.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/note-type" } } }, { "path": "ExplanationOfBenefit.note.text", "short": "Note explanitory text", "definition": "The note text.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "cdanetv4", "map": "G32" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "BenefitBalance" } ], "path": "ExplanationOfBenefit.benefitBalance", "short": "Balance by Benefit Category", "definition": "Balance by Benefit Category.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.category", "short": "Benefit Category", "definition": "Dental, Vision, Medical, Pharmacy, Rehab etc.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Benefit categories such as: oral, medical, vision etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-category" } } }, { "path": "ExplanationOfBenefit.benefitBalance.subCategory", "short": "Benefit SubCategory", "definition": "Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Benefit subcategories such as: oral-basic, major, glasses", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-subcategory" } } }, { "path": "ExplanationOfBenefit.benefitBalance.network", "short": "In or out of network", "definition": "Network designation.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Code to classify in or out of network services", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-network" } } }, { "path": "ExplanationOfBenefit.benefitBalance.unit", "short": "Individual or family", "definition": "Unit designation: individual or family.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Unit covered/serviced - individual or family", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-unit" } } }, { "path": "ExplanationOfBenefit.benefitBalance.term", "short": "Annual or lifetime", "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'.", "min": 0, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Coverage unit - annual, lifetime", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-term" } } }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Benefit" } ], "path": "ExplanationOfBenefit.benefitBalance.financial", "short": "Benefit Summary", "definition": "Benefits Used to date.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.financial.type", "short": "Deductable, visits, benefit amount", "definition": "Deductable, visits, benefit amount.", "min": 1, "max": "1", "type": [ { "code": "Coding" } ], "isSummary": true, "binding": { "strength": "example", "description": "Deductable, visits, co-pay, etc.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/benefit-type" } } }, { "path": "ExplanationOfBenefit.benefitBalance.financial.benefit[x]", "short": "Benefits allowed", "definition": "Benefits allowed.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" }, { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true }, { "path": "ExplanationOfBenefit.benefitBalance.financial.benefitUsed[x]", "short": "Benefits used", "definition": "Benefits used.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" }, { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/Money" ] } ], "isSummary": true } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.