Definitions for the StructureDefinition-explanationofbenefit-medicare Profile.
ExplanationOfBenefit | |
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. |
Control | 0..* |
Alternate Names | EOB |
Invariants | Defined on this element dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative (: contained.text.empty()) dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (: contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource (: contained.where(('#'+id in %resource.descendants().reference).not()).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) inv-dh-eob-01: A PBS or RPBS claim SHALL include a prescription. (: (item.category.coding.code='pbs' or item.category.coding.code='rpbs') implies prescription.exists()) inv-dh-eob-02: A MBS or DVABS claim SHALL NOT include a prescription. (: (item.category.coding.code='mbs' or item.category.coding.code='dva') implies prescription.exists().not()) inv-dh-eob-03: One of subType or item.category SHALL be present. (: subType.exists() or item.category.exists()) inv-dh-eob-04: A PBS claim (subType='pbs') SHALL be of type 'Pharmacy' (type='pharmacy'). (: subType.coding.code='pbs' implies type.coding.code='pharmacy') inv-dh-eob-05: One meta.profile SHALL have value 'http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/explanationofbenefit-medicare'. (: meta.profile.where($this='http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/explanationofbenefit-medicare').exists()) |
ExplanationOfBenefit.id | |
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Control | 0..1 |
Type | id |
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. |
ExplanationOfBenefit.meta | |
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. |
Control | 1..1 |
Type | Meta |
ExplanationOfBenefit.meta.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.meta.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.meta.versionId | |
Definition | The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted. |
Control | 0..1 |
Type | id |
Comments | The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes. |
ExplanationOfBenefit.meta.lastUpdated | |
Definition | When the resource last changed - e.g. when the version changed. |
Control | 0..1 |
Type | instant |
Comments | This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. |
ExplanationOfBenefit.meta.profile | |
Definition | A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url. |
Control | 1..* |
Type | uri |
Comments | It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set. |
ExplanationOfBenefit.meta.security | |
Definition | Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. |
Control | 0..* |
Binding | Security Labels from the Healthcare Privacy and Security Classification System. The codes SHALL be taken from All Security Labels; other codes may be used where these codes are not suitable |
Type | Coding |
Comments | The security labels can be updated without changing the stated version of the resource The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored. |
ExplanationOfBenefit.meta.tag | |
Definition | Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. |
Control | 0..* |
Binding | Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones" For example codes, see Common Tags |
Type | Coding |
Comments | The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored. |
ExplanationOfBenefit.implicitRules | |
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. |
Control | 0..1 |
Type | uri |
Is Modifier | true |
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. This element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation. |
ExplanationOfBenefit.language | |
Definition | The base language in which the resource is written. |
Control | 0..1 |
Binding | A human language. The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable |
Type | code |
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). |
ExplanationOfBenefit.text | |
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. |
Control | 0..1 This element is affected by the following invariants: dom-1 |
Type | Narrative |
Alternate Names | narrative, html, xhtml, display |
Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded in formation is added later. |
ExplanationOfBenefit.contained | |
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. |
Control | 0..* |
Type | Resource |
Alternate Names | inline resources, anonymous resources, contained resources |
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. |
ExplanationOfBenefit.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.identifier | |
Definition | The EOB Business Identifier. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Must Support | true |
ExplanationOfBenefit.status | |
Definition | The status of the resource instance. |
Control | 0..1 |
Binding | A code specifying the state of the resource instance. The codes SHALL be taken from ExplanationOfBenefitStatus |
Type | code |
Is Modifier | true |
Must Support | true |
Comments | This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. |
Fixed Value | active |
ExplanationOfBenefit.type | |
Definition | The category of claim, eg, oral, pharmacy, vision, insitutional, professional. |
Control | 0..1 |
Binding | The type or discipline-style of the claim The codes SHALL be taken from Example Claim Type Codes |
Type | CodeableConcept |
Must Support | true |
Comments | Affects which fields and value sets are used. |
ExplanationOfBenefit.subType | |
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. |
Control | 0..* |
Binding | The codes SHALL be taken from https://healthterminologies.gov.au/fhir/ValueSet/australian-medicare-benefit-claim-category-1 |
Type | CodeableConcept |
Must Support | true |
Comments | This may contain the local bill type codes such as the US UB-04 bill type code. |
ExplanationOfBenefit.patient | |
Definition | Patient Resource. |
Control | 1..1 |
Type | Reference(AUBasePatient) |
Must Support | true |
ExplanationOfBenefit.billablePeriod | |
Definition | The billable period for which charges are being submitted. |
Control | 0..1 |
Type | Period |
ExplanationOfBenefit.created | |
Definition | The date when the EOB was created. |
Control | 1..1 |
Type | dateTime |
Must Support | true |
ExplanationOfBenefit.enterer | |
Definition | The person who created the explanation of benefit. |
Control | 0..1 |
Type | Reference(Practitioner) |
ExplanationOfBenefit.insurer | |
Definition | The insurer which is responsible for the explanation of benefit. |
Control | 0..1 |
Type | Reference(AUBaseOrganisation) |
ExplanationOfBenefit.provider | |
Definition | The provider which is responsible for the claim. |
Control | 0..1 |
Type | Reference(AUBasePractitioner) |
Must Support | true |
ExplanationOfBenefit.organization | |
Definition | The provider which is responsible for the claim. |
Control | 0..1 |
Type | Reference(AUBaseOrganisation) |
ExplanationOfBenefit.referral | |
Definition | The referral resource which lists the date, practitioner, reason and other supporting information. |
Control | 0..1 |
Type | Reference(ReferralRequestMedicareBenefitsScheduleDepartmentofVeterans'Affairs) |
Must Support | true |
ExplanationOfBenefit.facility | |
Definition | Facility where the services were provided. |
Control | 0..1 |
Type | Reference(Location) |
ExplanationOfBenefit.claim | |
Definition | The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number. |
Control | 0..1 |
Type | Reference(Claim) |
ExplanationOfBenefit.claimResponse | |
Definition | The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number. |
Control | 0..1 |
Type | Reference(ClaimResponse) |
ExplanationOfBenefit.outcome | |
Definition | Processing outcome errror, partial or complete processing. |
Control | 0..1 |
Binding | The result of the claim processing For example codes, see Claim Processing Codes |
Type | CodeableConcept |
ExplanationOfBenefit.disposition | |
Definition | A description of the status of the adjudication. |
Control | 0..1 |
Type | string |
Comments | Do we need a disposition code? |
ExplanationOfBenefit.related | |
Definition | Other claims which are related to this claim such as prior claim versions or for related services. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.related.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.related.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.related.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.related.claim | |
Definition | Other claims which are related to this claim such as prior claim versions or for related services. |
Control | 0..1 |
Type | Reference(Claim) |
Comments | Do we need a relationship code? |
ExplanationOfBenefit.related.relationship | |
Definition | For example prior or umbrella. |
Control | 0..1 |
Binding | Relationship of this claim to a related Claim For example codes, see Example Related Claim Relationship Codes |
Type | CodeableConcept |
ExplanationOfBenefit.related.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 # . |
Control | 0..1 |
Type | Identifier |
ExplanationOfBenefit.prescription | |
Definition | Prescription to support the dispensing of Pharmacy or Vision products. |
Control | 0..1 |
Type | Reference(MedicationRequestPharmaceuticalBenefitsScheme) |
Must Support | true |
Requirements | For type=Pharmacy and Vision only. |
ExplanationOfBenefit.originalPrescription | |
Definition | Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products. For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new precription for an alternate medication which has the same theraputic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'. |
Control | 0..1 |
Type | Reference(MedicationRequest) |
ExplanationOfBenefit.payee | |
Definition | The party to be reimbursed for the services. |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.payee.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.payee.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.payee.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.payee.type | |
Definition | Type of Party to be reimbursed: Subscriber, provider, other. |
Control | 0..1 |
Binding | A code for the party to be reimbursed. For example codes, see Claim Payee Type Codes |
Type | CodeableConcept |
ExplanationOfBenefit.payee.resourceType | |
Definition | organization | patient | practitioner | relatedperson. |
Control | 0..1 |
Binding | The type of payee Resource The codes SHALL be taken from PayeeResourceType |
Type | CodeableConcept |
ExplanationOfBenefit.payee.party | |
Definition | Party to be reimbursed: Subscriber, provider, other. |
Control | 0..1 |
Type | Reference(Practitioner | Organization | Patient | RelatedPerson) |
ExplanationOfBenefit.information | |
Definition | Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are mutiple jurisdiction specific valuesets which are required. |
Control | 0..* |
Type | BackboneElement |
Requirements | Typically these information codes are required to support the services rendered or the adjudication of the services rendered. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.information.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.information.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.information.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.information.sequence | |
Definition | Sequence of the information element which serves to provide a link. |
Control | 1..1 |
Type | positiveInt |
Requirements | To provide a reference link. |
ExplanationOfBenefit.information.category | |
Definition | The general class of the information supplied: information; exception; accident, employment; onset, etc. |
Control | 1..1 |
Binding | The valuset used for additional information category codes. For example codes, see Claim Information Category Codes |
Type | CodeableConcept |
Comments | This may contain the local bill type codes such as the US UB-04 bill type code. |
ExplanationOfBenefit.information.code | |
Definition | System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication. |
Control | 0..1 |
Binding | The valuset used for additional information codes. For example codes, see Exception Codes |
Type | CodeableConcept |
Comments | This may contain the local bill type codes such as the US UB-04 bill type code. |
ExplanationOfBenefit.information.timing[x] | |
Definition | The date when or period to which this information refers. |
Control | 0..1 |
Type | Choice of: date, Period |
[x] Note | See Choice of Data Types for further information about how to use [x] |
ExplanationOfBenefit.information.value[x] | |
Definition | Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. |
Control | 0..1 |
Type | Choice of: string, Quantity, Attachment, Reference(Resource) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
ExplanationOfBenefit.information.reason | |
Definition | For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content. |
Control | 0..1 |
Binding | Reason codes for the missing teeth For example codes, see Missing Tooth Reason Codes |
Type | Coding |
ExplanationOfBenefit.careTeam | |
Definition | The members of the team who provided the overall service as well as their role and whether responsible and qualifications. |
Control | 0..* |
Type | BackboneElement |
Requirements | Role and Responsible may not be required when there is only a single provider listed. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.careTeam.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.careTeam.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.careTeam.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.careTeam.sequence | |
Definition | Sequence of careteam which serves to order and provide a link. |
Control | 1..1 |
Type | positiveInt |
Requirements | Required to maintain order of the careteam members. |
ExplanationOfBenefit.careTeam.provider | |
Definition | The members of the team who provided the overall service. |
Control | 1..1 |
Type | Reference(Practitioner | Organization) |
ExplanationOfBenefit.careTeam.responsible | |
Definition | The practitioner who is billing and responsible for the claimed services rendered to the patient. |
Control | 0..1 |
Type | boolean |
ExplanationOfBenefit.careTeam.role | |
Definition | The lead, assisting or supervising practitioner and their discipline if a multidisiplinary team. |
Control | 0..1 |
Binding | The role codes for the care team members. For example codes, see Claim Care Team Role Codes |
Type | CodeableConcept |
ExplanationOfBenefit.careTeam.qualification | |
Definition | The qualification which is applicable for this service. |
Control | 0..1 |
Binding | Provider professional qualifications For example codes, see Example Provider Qualification Codes |
Type | CodeableConcept |
ExplanationOfBenefit.diagnosis | |
Definition | Ordered list of patient diagnosis for which care is sought. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.diagnosis.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.diagnosis.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.diagnosis.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.diagnosis.sequence | |
Definition | Sequence of diagnosis which serves to provide a link. |
Control | 1..1 |
Type | positiveInt |
Requirements | Required to allow line items to reference the diagnoses. |
ExplanationOfBenefit.diagnosis.diagnosis[x] | |
Definition | The diagnosis. |
Control | 1..1 |
Binding | ICD10 Diagnostic codes For example codes, see ICD-10 Codes |
Type | Choice of: CodeableConcept, Reference(Condition) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Requirements | Required to adjudicate services rendered to condition presented. |
ExplanationOfBenefit.diagnosis.type | |
Definition | The type of the Diagnosis, for example: admitting, primary, secondary, discharge. |
Control | 0..* |
Binding | The type of the diagnosis: admitting, principal, discharge For example codes, see Example Diagnosis Type Codes |
Type | CodeableConcept |
Requirements | Required to adjudicate services rendered to the mandated diagnosis grouping system. |
Comments | Diagnosis are presented in list order to their expected importance: primary, secondary, etc. |
ExplanationOfBenefit.diagnosis.packageCode | |
Definition | The package billing code, for example DRG, based on the assigned grouping code system. |
Control | 0..1 |
Binding | The DRG codes associated with the diagnosis For example codes, see Example Diagnosis Related Group Codes |
Type | CodeableConcept |
Requirements | Required to adjudicate services rendered to the mandated grouping system. |
ExplanationOfBenefit.procedure | |
Definition | Ordered list of patient procedures performed to support the adjudication. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.procedure.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.procedure.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.procedure.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.procedure.sequence | |
Definition | Sequence of procedures which serves to order and provide a link. |
Control | 1..1 |
Type | positiveInt |
Requirements | Required to maintain order of the procudures. |
ExplanationOfBenefit.procedure.date | |
Definition | Date and optionally time the procedure was performed . |
Control | 0..1 |
Type | dateTime |
Requirements | Required to adjudicate services rendered. |
Comments | SB DateTime?? |
ExplanationOfBenefit.procedure.procedure[x] | |
Definition | The procedure code. |
Control | 1..1 |
Binding | ICD10 Procedure codes For example codes, see ICD-10 Procedure Codes |
Type | Choice of: CodeableConcept, Reference(Procedure) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Requirements | Required to adjudicate services rendered. |
ExplanationOfBenefit.precedence | |
Definition | Precedence (primary, secondary, etc.). |
Control | 0..1 |
Type | positiveInt |
Requirements | Health care programs and insurers are significant payors of health service costs. |
ExplanationOfBenefit.insurance | |
Definition | Financial instrument by which payment information for health care. |
Control | 0..1 |
Type | BackboneElement |
Requirements | Health care programs and insurers are significant payors of health service costs. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.insurance.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.insurance.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.insurance.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.insurance.coverage | |
Definition | Reference to the program or plan identification, underwriter or payor. |
Control | 0..1 |
Type | Reference(Coverage) |
Requirements | Need to identify the issuer to target for processing and for coordination of benefit processing. |
ExplanationOfBenefit.insurance.preAuthRef | |
Definition | A list of references from the Insurer to which these services pertain. |
Control | 0..* |
Type | string |
Requirements | To provide any pre=determination or prior authorization reference. |
ExplanationOfBenefit.accident | |
Definition | An accident which resulted in the need for healthcare services. |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.accident.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.accident.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.accident.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.accident.date | |
Definition | Date of an accident which these services are addressing. |
Control | 0..1 |
Type | date |
Requirements | Coverage may be dependant on accidents. |
ExplanationOfBenefit.accident.type | |
Definition | Type of accident: work, auto, etc. |
Control | 0..1 |
Binding | Type of accident: work place, auto, etc. The codes SHALL be taken from ActIncidentCode |
Type | CodeableConcept |
Requirements | Coverage may be dependant on the type of accident. |
ExplanationOfBenefit.accident.location[x] | |
Definition | Where the accident occurred. |
Control | 0..1 |
Type | Choice of: Address, Reference(Location) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
ExplanationOfBenefit.employmentImpacted | |
Definition | The start and optional end dates of when the patient was precluded from working due to the treatable condition(s). |
Control | 0..1 |
Type | Period |
ExplanationOfBenefit.hospitalization | |
Definition | The start and optional end dates of when the patient was confined to a treatment center. |
Control | 0..1 |
Type | Period |
ExplanationOfBenefit.item | |
Definition | First tier of goods and services. |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.item.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.item.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.item.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.item.sequence | |
Definition | A service line number. |
Control | 1..1 |
Type | positiveInt |
Must Support | true |
Fixed Value | 1 |
ExplanationOfBenefit.item.careTeamLinkId | |
Definition | Careteam applicable for this service or product line. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.diagnosisLinkId | |
Definition | Diagnosis applicable for this service or product line. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.procedureLinkId | |
Definition | Procedures applicable for this service or product line. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.informationLinkId | |
Definition | Exceptions, special conditions and supporting information pplicable for this service or product line. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.revenue | |
Definition | The type of reveneu or cost center providing the product and/or service. |
Control | 0..1 |
Binding | Codes for the revenue or cost centers supplying the service and/or products. For example codes, see Example Revenue Center Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.category | |
Definition | Health Care Service Type Codes to identify the classification of service or benefits. |
Control | 0..1 |
Binding | The codes SHALL be taken from https://healthterminologies.gov.au/fhir/ValueSet/australian-medicare-benefit-claim-category-1; other codes may be used where these codes are not suitable |
Type | CodeableConcept |
Must Support | true |
ExplanationOfBenefit.item.service | |
Definition | If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. |
Control | 1..1 |
Binding | The codes SHALL be taken from https://healthterminologies.gov.au/fhir/ValueSet/australian-dhs-modifications-pbs-mbs-dva-item-1 |
Type | CodeableConcept |
Must Support | true |
ExplanationOfBenefit.item.modifier | |
Definition | Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. |
Control | 0..* |
Binding | Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. For example codes, see Modifier type Codes |
Type | CodeableConcept |
Requirements | May impact on adjudication. |
ExplanationOfBenefit.item.programCode | |
Definition | For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. |
Control | 0..* |
Binding | Program specific reason codes For example codes, see Example Program Reason Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.serviced[x] | |
Definition | The date or dates when the enclosed suite of services were performed or completed. |
Control | 1..1 |
Type | Choice of: date, Period |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Must Support | true |
ExplanationOfBenefit.item.location[x] | |
Definition | Where the service was provided. |
Control | 0..1 |
Binding | Place where the service is rendered For example codes, see Example Service Place Codes |
Type | Choice of: CodeableConcept, Address, Reference(Location) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
ExplanationOfBenefit.item.quantity | |
Definition | The number of repetitions of a service or product. |
Control | 0..1 |
Type | Quantity(SimpleQuantity) |
Must Support | true |
ExplanationOfBenefit.item.unitPrice | |
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. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.item.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. |
Control | 0..1 |
Type | decimal |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.net | |
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. |
Control | 0..1 |
Type | Money |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.udi | |
Definition | List of Unique Device Identifiers associated with this line item. |
Control | 0..* |
Type | Reference(Device) |
Requirements | The UDI code and issuer if applicable for the supplied product. |
ExplanationOfBenefit.item.bodySite | |
Definition | Physical service site on the patient (limb, tooth, etc). |
Control | 0..1 |
Binding | The code for the teeth, quadrant, sextant and arch For example codes, see Oral Site Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.subSite | |
Definition | A region or surface of the site, eg. limb region or tooth surface(s). |
Control | 0..* |
Binding | The code for the tooth surface and surface combinations For example codes, see Surface Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.encounter | |
Definition | A billed item may include goods or services provided in multiple encounters. |
Control | 0..* |
Type | Reference(Encounter) |
ExplanationOfBenefit.item.noteNumber | |
Definition | A list of note references to the notes provided below. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.adjudication | |
Definition | The adjudications results. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.item.adjudication.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.item.adjudication.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.item.adjudication.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.item.adjudication.category | |
Definition | Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc. |
Control | 1..1 |
Binding | The adjudication codes. For example codes, see Adjudication Value Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.adjudication.reason | |
Definition | Adjudication reason such as limit reached. |
Control | 0..1 |
Binding | Adjudication reason codes. For example codes, see Adjudication Reason Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.adjudication.amount | |
Definition | Monitory amount associated with the code. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.item.adjudication.value | |
Definition | A non-monetary value for example a percentage. Mutually exclusive to the amount element above. |
Control | 0..1 |
Type | decimal |
ExplanationOfBenefit.item.detail | |
Definition | Second tier of goods and services. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.item.detail.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.item.detail.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.item.detail.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.item.detail.sequence | |
Definition | A service line number. |
Control | 1..1 |
Type | positiveInt |
ExplanationOfBenefit.item.detail.type | |
Definition | The type of product or service. |
Control | 1..1 |
Binding | Service, Product, Rx Dispense, Rx Compound etc. The codes SHALL be taken from ActInvoiceGroupCode |
Type | CodeableConcept |
Comments | ItemType. |
ExplanationOfBenefit.item.detail.revenue | |
Definition | The type of reveneu or cost center providing the product and/or service. |
Control | 0..1 |
Binding | Codes for the revenue or cost centers supplying the service and/or products. For example codes, see Example Revenue Center Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.category | |
Definition | Health Care Service Type Codes to identify the classification of service or benefits. |
Control | 0..1 |
Binding | Benefit subcategories such as: oral-basic, major, glasses For example codes, see Benefit SubCategory Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.service | |
Definition | If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. |
Control | 0..1 |
Binding | Allowable service and product codes For example codes, see USCLS Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.modifier | |
Definition | Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. |
Control | 0..* |
Binding | Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. For example codes, see Modifier type Codes |
Type | CodeableConcept |
Requirements | May impact on adjudication. |
ExplanationOfBenefit.item.detail.programCode | |
Definition | For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. |
Control | 0..* |
Binding | Program specific reason codes For example codes, see Example Program Reason Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.quantity | |
Definition | The number of repetitions of a service or product. |
Control | 0..1 |
Type | Quantity(SimpleQuantity) |
ExplanationOfBenefit.item.detail.unitPrice | |
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. |
Control | 0..1 |
Type | Money |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.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. |
Control | 0..1 |
Type | decimal |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.net | |
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. |
Control | 0..1 |
Type | Money |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.udi | |
Definition | List of Unique Device Identifiers associated with this line item. |
Control | 0..* |
Type | Reference(Device) |
Requirements | The UDI code and issuer if applicable for the supplied product. |
ExplanationOfBenefit.item.detail.noteNumber | |
Definition | A list of note references to the notes provided below. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.detail.adjudication | |
Definition | The adjudications results. |
Control | 0..* |
Type | See ExplanationOfBenefit.item.adjudication |
ExplanationOfBenefit.item.detail.subDetail | |
Definition | Third tier of goods and services. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.item.detail.subDetail.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.item.detail.subDetail.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.item.detail.subDetail.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.item.detail.subDetail.sequence | |
Definition | A service line number. |
Control | 1..1 |
Type | positiveInt |
ExplanationOfBenefit.item.detail.subDetail.type | |
Definition | The type of product or service. |
Control | 1..1 |
Binding | Service, Product, Rx Dispense, Rx Compound etc. The codes SHALL be taken from ActInvoiceGroupCode |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.subDetail.revenue | |
Definition | The type of reveneu or cost center providing the product and/or service. |
Control | 0..1 |
Binding | Codes for the revenue or cost centers supplying the service and/or products. For example codes, see Example Revenue Center Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.subDetail.category | |
Definition | Health Care Service Type Codes to identify the classification of service or benefits. |
Control | 0..1 |
Binding | Benefit subcategories such as: oral-basic, major, glasses For example codes, see Benefit SubCategory Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.subDetail.service | |
Definition | A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). |
Control | 0..1 |
Binding | Allowable service and product codes For example codes, see USCLS Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.subDetail.modifier | |
Definition | Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. |
Control | 0..* |
Binding | Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. For example codes, see Modifier type Codes |
Type | CodeableConcept |
Requirements | May impact on adjudication. |
ExplanationOfBenefit.item.detail.subDetail.programCode | |
Definition | For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. |
Control | 0..* |
Binding | Program specific reason codes For example codes, see Example Program Reason Codes |
Type | CodeableConcept |
ExplanationOfBenefit.item.detail.subDetail.quantity | |
Definition | The number of repetitions of a service or product. |
Control | 0..1 |
Type | Quantity(SimpleQuantity) |
ExplanationOfBenefit.item.detail.subDetail.unitPrice | |
Definition | The fee for an addittional service or product or charge. |
Control | 0..1 |
Type | Money |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.subDetail.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. |
Control | 0..1 |
Type | decimal |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.subDetail.net | |
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. |
Control | 0..1 |
Type | Money |
Requirements | If a fee is present the associated product/service code must be present. |
ExplanationOfBenefit.item.detail.subDetail.udi | |
Definition | List of Unique Device Identifiers associated with this line item. |
Control | 0..* |
Type | Reference(Device) |
Requirements | The UDI code and issuer if applicable for the supplied product. |
ExplanationOfBenefit.item.detail.subDetail.noteNumber | |
Definition | A list of note references to the notes provided below. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.item.detail.subDetail.adjudication | |
Definition | The adjudications results. |
Control | 0..* |
Type | See ExplanationOfBenefit.item.adjudication |
ExplanationOfBenefit.addItem | |
Definition | The first tier service adjudications for payor added services. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.addItem.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.addItem.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.addItem.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.addItem.sequenceLinkId | |
Definition | List of input service items which this service line is intended to replace. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.addItem.revenue | |
Definition | The type of reveneu or cost center providing the product and/or service. |
Control | 0..1 |
Binding | Codes for the revenue or cost centers supplying the service and/or products. For example codes, see Example Revenue Center Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.category | |
Definition | Health Care Service Type Codes to identify the classification of service or benefits. |
Control | 0..1 |
Binding | Benefit subcategories such as: oral-basic, major, glasses For example codes, see Benefit SubCategory Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.service | |
Definition | If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. |
Control | 0..1 |
Binding | Allowable service and product codes For example codes, see USCLS Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.modifier | |
Definition | Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. |
Control | 0..* |
Binding | Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. For example codes, see Modifier type Codes |
Type | CodeableConcept |
Requirements | May impact on adjudication. |
ExplanationOfBenefit.addItem.fee | |
Definition | The fee charged for the professional service or product. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.addItem.noteNumber | |
Definition | A list of note references to the notes provided below. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.addItem.adjudication | |
Definition | The adjudications results. |
Control | 0..* |
Type | See ExplanationOfBenefit.item.adjudication |
ExplanationOfBenefit.addItem.detail | |
Definition | The second tier service adjudications for payor added services. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.addItem.detail.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.addItem.detail.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.addItem.detail.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.addItem.detail.revenue | |
Definition | The type of reveneu or cost center providing the product and/or service. |
Control | 0..1 |
Binding | Codes for the revenue or cost centers supplying the service and/or products. For example codes, see Example Revenue Center Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.detail.category | |
Definition | Health Care Service Type Codes to identify the classification of service or benefits. |
Control | 0..1 |
Binding | Benefit subcategories such as: oral-basic, major, glasses For example codes, see Benefit SubCategory Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.detail.service | |
Definition | A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). |
Control | 0..1 |
Binding | Allowable service and product codes For example codes, see USCLS Codes |
Type | CodeableConcept |
ExplanationOfBenefit.addItem.detail.modifier | |
Definition | Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. |
Control | 0..* |
Binding | Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. For example codes, see Modifier type Codes |
Type | CodeableConcept |
Requirements | May impact on adjudication. |
ExplanationOfBenefit.addItem.detail.fee | |
Definition | The fee charged for the professional service or product. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.addItem.detail.noteNumber | |
Definition | A list of note references to the notes provided below. |
Control | 0..* |
Type | positiveInt |
ExplanationOfBenefit.addItem.detail.adjudication | |
Definition | The adjudications results. |
Control | 0..* |
Type | See ExplanationOfBenefit.item.adjudication |
ExplanationOfBenefit.totalCost | |
Definition | The total cost of the services reported. |
Control | 0..1 |
Type | Money |
Requirements | This is a check value that the receiver calculates and returns. |
ExplanationOfBenefit.unallocDeductable | |
Definition | The amount of deductable applied which was not allocated to any particular service line. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.totalBenefit | |
Definition | Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductable). |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.payment | |
Definition | Payment details for the claim if the claim has been paid. |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.payment.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.payment.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.payment.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.payment.type | |
Definition | Whether this represents partial or complete payment of the claim. |
Control | 0..1 |
Binding | The type (partial, complete) of the payment For example codes, see Example Payment Type Codes |
Type | CodeableConcept |
ExplanationOfBenefit.payment.adjustment | |
Definition | Adjustment to the payment of this transaction which is not related to adjudication of this transaction. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.payment.adjustmentReason | |
Definition | Reason for the payment adjustment. |
Control | 0..1 |
Binding | Payment Adjustment reason codes. For example codes, see Payment Adjustment Reason Codes |
Type | CodeableConcept |
ExplanationOfBenefit.payment.date | |
Definition | Estimated payment date. |
Control | 0..1 |
Type | date |
ExplanationOfBenefit.payment.amount | |
Definition | Payable less any payment adjustment. |
Control | 0..1 |
Type | Money |
ExplanationOfBenefit.payment.identifier | |
Definition | Payment identifer. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..1 |
Type | Identifier |
ExplanationOfBenefit.form | |
Definition | The form to be used for printing the content. |
Control | 0..1 |
Binding | The forms codes. For example codes, see Form Codes |
Type | CodeableConcept |
ExplanationOfBenefit.processNote | |
Definition | Note text. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.processNote.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.processNote.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.processNote.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.processNote.number | |
Definition | An integer associated with each note which may be referred to from each service line item. |
Control | 0..1 |
Type | positiveInt |
ExplanationOfBenefit.processNote.type | |
Definition | The note purpose: Print/Display. |
Control | 0..1 |
Binding | The presentation types of notes. The codes SHALL be taken from NoteType |
Type | CodeableConcept |
ExplanationOfBenefit.processNote.text | |
Definition | The note text. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.processNote.language | |
Definition | The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English. |
Control | 0..1 |
Binding | A human language. The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance | |
Definition | Balance by Benefit Category. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.benefitBalance.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.benefitBalance.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.benefitBalance.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.benefitBalance.category | |
Definition | Dental, Vision, Medical, Pharmacy, Rehab etc. |
Control | 1..1 |
Binding | Benefit categories such as: oral, medical, vision etc. For example codes, see Benefit Category Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.subCategory | |
Definition | Dental: basic, major, ortho; Vision exam, glasses, contacts; etc. |
Control | 0..1 |
Binding | Benefit subcategories such as: oral-basic, major, glasses For example codes, see Benefit SubCategory Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.excluded | |
Definition | True if the indicated class of service is excluded from the plan, missing or False indicated the service is included in the coverage. |
Control | 0..1 |
Type | boolean |
ExplanationOfBenefit.benefitBalance.name | |
Definition | A short name or tag for the benefit, for example MED01, or DENT2. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.benefitBalance.description | |
Definition | A richer description of the benefit, for example 'DENT2 covers 100% of basic, 50% of major but exclused Ortho, Implants and Costmetic services'. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.benefitBalance.network | |
Definition | Network designation. |
Control | 0..1 |
Binding | Code to classify in or out of network services For example codes, see Network Type Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.unit | |
Definition | Unit designation: individual or family. |
Control | 0..1 |
Binding | Unit covered/serviced - individual or family For example codes, see Unit Type Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.term | |
Definition | The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'. |
Control | 0..1 |
Binding | Coverage unit - annual, lifetime For example codes, see Benefit Term Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.financial | |
Definition | Benefits Used to date. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
ExplanationOfBenefit.benefitBalance.financial.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
ExplanationOfBenefit.benefitBalance.financial.extension | |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
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. |
ExplanationOfBenefit.benefitBalance.financial.modifierExtension | |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
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. |
ExplanationOfBenefit.benefitBalance.financial.type | |
Definition | Deductable, visits, benefit amount. |
Control | 1..1 |
Binding | Deductable, visits, co-pay, etc. For example codes, see Benefit Type Codes |
Type | CodeableConcept |
ExplanationOfBenefit.benefitBalance.financial.allowed[x] | |
Definition | Benefits allowed. |
Control | 0..1 |
Type | Choice of: unsignedInt, string, Money |
[x] Note | See Choice of Data Types for further information about how to use [x] |
ExplanationOfBenefit.benefitBalance.financial.used[x] | |
Definition | Benefits used. |
Control | 0..1 |
Type | Choice of: unsignedInt, Money |
[x] Note | See Choice of Data Types for further information about how to use [x] |