Medicare Records FHIR Implementation Guide version 1.0.0

D.4.1.4 StructureDefinition: - Detailed Descriptions

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.

Control0..*
Alternate NamesEOB
InvariantsDefined 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.

Control0..1
Typeid
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.

Control1..1
TypeMeta
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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..1
Typeid
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.

Control0..1
Typeinstant
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.

Control1..*
Typeuri
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.

Control0..*
BindingSecurity 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
TypeCoding
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.

Control0..*
BindingCodes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones"
For example codes, see Common Tags
TypeCoding
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.

Control0..1
Typeuri
Is Modifiertrue
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.

Control0..1
BindingA human language.
The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable
Typecode
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.

Control0..1 This element is affected by the following invariants: dom-1
TypeNarrative
Alternate Namesnarrative, 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.

Control0..*
TypeResource
Alternate Namesinline 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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control1..1
TypeIdentifier
Must Supporttrue
ExplanationOfBenefit.status
Definition

The status of the resource instance.

Control0..1
BindingA code specifying the state of the resource instance.
The codes SHALL be taken from ExplanationOfBenefitStatus
Typecode
Is Modifiertrue
Must Supporttrue
Comments

This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

Fixed Valueactive
ExplanationOfBenefit.type
Definition

The category of claim, eg, oral, pharmacy, vision, insitutional, professional.

Control0..1
BindingThe type or discipline-style of the claim
The codes SHALL be taken from Example Claim Type Codes
TypeCodeableConcept
Must Supporttrue
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.

Control0..*
BindingThe codes SHALL be taken from https://healthterminologies.gov.au/fhir/ValueSet/australian-medicare-benefit-claim-category-1
TypeCodeableConcept
Must Supporttrue
Comments

This may contain the local bill type codes such as the US UB-04 bill type code.

ExplanationOfBenefit.patient
Definition

Patient Resource.

Control1..1
TypeReference(AUBasePatient)
Must Supporttrue
ExplanationOfBenefit.billablePeriod
Definition

The billable period for which charges are being submitted.

Control0..1
TypePeriod
ExplanationOfBenefit.created
Definition

The date when the EOB was created.

Control1..1
TypedateTime
Must Supporttrue
ExplanationOfBenefit.enterer
Definition

The person who created the explanation of benefit.

Control0..1
TypeReference(Practitioner)
ExplanationOfBenefit.insurer
Definition

The insurer which is responsible for the explanation of benefit.

Control0..1
TypeReference(AUBaseOrganisation)
ExplanationOfBenefit.provider
Definition

The provider which is responsible for the claim.

Control0..1
TypeReference(AUBasePractitioner)
Must Supporttrue
ExplanationOfBenefit.organization
Definition

The provider which is responsible for the claim.

Control0..1
TypeReference(AUBaseOrganisation)
ExplanationOfBenefit.referral
Definition

The referral resource which lists the date, practitioner, reason and other supporting information.

Control0..1
TypeReference(ReferralRequestMedicareBenefitsScheduleDepartmentofVeterans'Affairs)
Must Supporttrue
ExplanationOfBenefit.facility
Definition

Facility where the services were provided.

Control0..1
TypeReference(Location)
ExplanationOfBenefit.claim
Definition

The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.

Control0..1
TypeReference(Claim)
ExplanationOfBenefit.claimResponse
Definition

The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.

Control0..1
TypeReference(ClaimResponse)
ExplanationOfBenefit.outcome
Definition

Processing outcome errror, partial or complete processing.

Control0..1
BindingThe result of the claim processing
For example codes, see Claim Processing Codes
TypeCodeableConcept
ExplanationOfBenefit.disposition
Definition

A description of the status of the adjudication.

Control0..1
Typestring
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.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
TypeReference(Claim)
Comments

Do we need a relationship code?

ExplanationOfBenefit.related.relationship
Definition

For example prior or umbrella.

Control0..1
BindingRelationship of this claim to a related Claim
For example codes, see Example Related Claim Relationship Codes
TypeCodeableConcept
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 # .

Control0..1
TypeIdentifier
ExplanationOfBenefit.prescription
Definition

Prescription to support the dispensing of Pharmacy or Vision products.

Control0..1
TypeReference(MedicationRequestPharmaceuticalBenefitsScheme)
Must Supporttrue
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'.

Control0..1
TypeReference(MedicationRequest)
ExplanationOfBenefit.payee
Definition

The party to be reimbursed for the services.

Control0..1
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
BindingA code for the party to be reimbursed.
For example codes, see Claim Payee Type Codes
TypeCodeableConcept
ExplanationOfBenefit.payee.resourceType
Definition

organization | patient | practitioner | relatedperson.

Control0..1
BindingThe type of payee Resource
The codes SHALL be taken from PayeeResourceType
TypeCodeableConcept
ExplanationOfBenefit.payee.party
Definition

Party to be reimbursed: Subscriber, provider, other.

Control0..1
TypeReference(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.

Control0..*
TypeBackboneElement
Requirements

Typically these information codes are required to support the services rendered or the adjudication of the services rendered.

InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
Requirements

To provide a reference link.

ExplanationOfBenefit.information.category
Definition

The general class of the information supplied: information; exception; accident, employment; onset, etc.

Control1..1
BindingThe valuset used for additional information category codes.
For example codes, see Claim Information Category Codes
TypeCodeableConcept
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.

Control0..1
BindingThe valuset used for additional information codes.
For example codes, see Exception Codes
TypeCodeableConcept
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.

Control0..1
TypeChoice of: date, Period
[x] NoteSee 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.

Control0..1
TypeChoice of: string, Quantity, Attachment, Reference(Resource)
[x] NoteSee 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.

Control0..1
BindingReason codes for the missing teeth
For example codes, see Missing Tooth Reason Codes
TypeCoding
ExplanationOfBenefit.careTeam
Definition

The members of the team who provided the overall service as well as their role and whether responsible and qualifications.

Control0..*
TypeBackboneElement
Requirements

Role and Responsible may not be required when there is only a single provider listed.

InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
Requirements

Required to maintain order of the careteam members.

ExplanationOfBenefit.careTeam.provider
Definition

The members of the team who provided the overall service.

Control1..1
TypeReference(Practitioner | Organization)
ExplanationOfBenefit.careTeam.responsible
Definition

The practitioner who is billing and responsible for the claimed services rendered to the patient.

Control0..1
Typeboolean
ExplanationOfBenefit.careTeam.role
Definition

The lead, assisting or supervising practitioner and their discipline if a multidisiplinary team.

Control0..1
BindingThe role codes for the care team members.
For example codes, see Claim Care Team Role Codes
TypeCodeableConcept
ExplanationOfBenefit.careTeam.qualification
Definition

The qualification which is applicable for this service.

Control0..1
BindingProvider professional qualifications
For example codes, see Example Provider Qualification Codes
TypeCodeableConcept
ExplanationOfBenefit.diagnosis
Definition

Ordered list of patient diagnosis for which care is sought.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
Requirements

Required to allow line items to reference the diagnoses.

ExplanationOfBenefit.diagnosis.diagnosis[x]
Definition

The diagnosis.

Control1..1
BindingICD10 Diagnostic codes
For example codes, see ICD-10 Codes
TypeChoice of: CodeableConcept, Reference(Condition)
[x] NoteSee 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.

Control0..*
BindingThe type of the diagnosis: admitting, principal, discharge
For example codes, see Example Diagnosis Type Codes
TypeCodeableConcept
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.

Control0..1
BindingThe DRG codes associated with the diagnosis
For example codes, see Example Diagnosis Related Group Codes
TypeCodeableConcept
Requirements

Required to adjudicate services rendered to the mandated grouping system.

ExplanationOfBenefit.procedure
Definition

Ordered list of patient procedures performed to support the adjudication.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
Requirements

Required to maintain order of the procudures.

ExplanationOfBenefit.procedure.date
Definition

Date and optionally time the procedure was performed .

Control0..1
TypedateTime
Requirements

Required to adjudicate services rendered.

Comments

SB DateTime??

ExplanationOfBenefit.procedure.procedure[x]
Definition

The procedure code.

Control1..1
BindingICD10 Procedure codes
For example codes, see ICD-10 Procedure Codes
TypeChoice of: CodeableConcept, Reference(Procedure)
[x] NoteSee 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.).

Control0..1
TypepositiveInt
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.

Control0..1
TypeBackboneElement
Requirements

Health care programs and insurers are significant payors of health service costs.

InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
TypeReference(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.

Control0..*
Typestring
Requirements

To provide any pre=determination or prior authorization reference.

ExplanationOfBenefit.accident
Definition

An accident which resulted in the need for healthcare services.

Control0..1
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
Typedate
Requirements

Coverage may be dependant on accidents.

ExplanationOfBenefit.accident.type
Definition

Type of accident: work, auto, etc.

Control0..1
BindingType of accident: work place, auto, etc.
The codes SHALL be taken from ActIncidentCode
TypeCodeableConcept
Requirements

Coverage may be dependant on the type of accident.

ExplanationOfBenefit.accident.location[x]
Definition

Where the accident occurred.

Control0..1
TypeChoice of: Address, Reference(Location)
[x] NoteSee 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).

Control0..1
TypePeriod
ExplanationOfBenefit.hospitalization
Definition

The start and optional end dates of when the patient was confined to a treatment center.

Control0..1
TypePeriod
ExplanationOfBenefit.item
Definition

First tier of goods and services.

Control1..1
TypeBackboneElement
Must Supporttrue
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
Must Supporttrue
Fixed Value1
ExplanationOfBenefit.item.careTeamLinkId
Definition

Careteam applicable for this service or product line.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.diagnosisLinkId
Definition

Diagnosis applicable for this service or product line.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.procedureLinkId
Definition

Procedures applicable for this service or product line.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.informationLinkId
Definition

Exceptions, special conditions and supporting information pplicable for this service or product line.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.revenue
Definition

The type of reveneu or cost center providing the product and/or service.

Control0..1
BindingCodes for the revenue or cost centers supplying the service and/or products.
For example codes, see Example Revenue Center Codes
TypeCodeableConcept
ExplanationOfBenefit.item.category
Definition

Health Care Service Type Codes to identify the classification of service or benefits.

Control0..1
BindingThe 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
TypeCodeableConcept
Must Supporttrue
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'.

Control1..1
BindingThe codes SHALL be taken from https://healthterminologies.gov.au/fhir/ValueSet/australian-dhs-modifications-pbs-mbs-dva-item-1
TypeCodeableConcept
Must Supporttrue
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.

Control0..*
BindingItem 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
TypeCodeableConcept
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.

Control0..*
BindingProgram specific reason codes
For example codes, see Example Program Reason Codes
TypeCodeableConcept
ExplanationOfBenefit.item.serviced[x]
Definition

The date or dates when the enclosed suite of services were performed or completed.

Control1..1
TypeChoice of: date, Period
[x] NoteSee Choice of Data Types for further information about how to use [x]
Must Supporttrue
ExplanationOfBenefit.item.location[x]
Definition

Where the service was provided.

Control0..1
BindingPlace where the service is rendered
For example codes, see Example Service Place Codes
TypeChoice of: CodeableConcept, Address, Reference(Location)
[x] NoteSee 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.

Control0..1
TypeQuantity(SimpleQuantity)
Must Supporttrue
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.

Control0..1
TypeMoney
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.

Control0..1
Typedecimal
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.

Control0..1
TypeMoney
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.

Control0..*
TypeReference(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).

Control0..1
BindingThe code for the teeth, quadrant, sextant and arch
For example codes, see Oral Site Codes
TypeCodeableConcept
ExplanationOfBenefit.item.subSite
Definition

A region or surface of the site, eg. limb region or tooth surface(s).

Control0..*
BindingThe code for the tooth surface and surface combinations
For example codes, see Surface Codes
TypeCodeableConcept
ExplanationOfBenefit.item.encounter
Definition

A billed item may include goods or services provided in multiple encounters.

Control0..*
TypeReference(Encounter)
ExplanationOfBenefit.item.noteNumber
Definition

A list of note references to the notes provided below.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.adjudication
Definition

The adjudications results.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
BindingThe adjudication codes.
For example codes, see Adjudication Value Codes
TypeCodeableConcept
ExplanationOfBenefit.item.adjudication.reason
Definition

Adjudication reason such as limit reached.

Control0..1
BindingAdjudication reason codes.
For example codes, see Adjudication Reason Codes
TypeCodeableConcept
ExplanationOfBenefit.item.adjudication.amount
Definition

Monitory amount associated with the code.

Control0..1
TypeMoney
ExplanationOfBenefit.item.adjudication.value
Definition

A non-monetary value for example a percentage. Mutually exclusive to the amount element above.

Control0..1
Typedecimal
ExplanationOfBenefit.item.detail
Definition

Second tier of goods and services.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
ExplanationOfBenefit.item.detail.type
Definition

The type of product or service.

Control1..1
BindingService, Product, Rx Dispense, Rx Compound etc.
The codes SHALL be taken from ActInvoiceGroupCode
TypeCodeableConcept
Comments

ItemType.

ExplanationOfBenefit.item.detail.revenue
Definition

The type of reveneu or cost center providing the product and/or service.

Control0..1
BindingCodes for the revenue or cost centers supplying the service and/or products.
For example codes, see Example Revenue Center Codes
TypeCodeableConcept
ExplanationOfBenefit.item.detail.category
Definition

Health Care Service Type Codes to identify the classification of service or benefits.

Control0..1
BindingBenefit subcategories such as: oral-basic, major, glasses
For example codes, see Benefit SubCategory Codes
TypeCodeableConcept
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'.

Control0..1
BindingAllowable service and product codes
For example codes, see USCLS Codes
TypeCodeableConcept
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.

Control0..*
BindingItem 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
TypeCodeableConcept
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.

Control0..*
BindingProgram specific reason codes
For example codes, see Example Program Reason Codes
TypeCodeableConcept
ExplanationOfBenefit.item.detail.quantity
Definition

The number of repetitions of a service or product.

Control0..1
TypeQuantity(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.

Control0..1
TypeMoney
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.

Control0..1
Typedecimal
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.

Control0..1
TypeMoney
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.

Control0..*
TypeReference(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.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.detail.adjudication
Definition

The adjudications results.

Control0..*
TypeSee ExplanationOfBenefit.item.adjudication
ExplanationOfBenefit.item.detail.subDetail
Definition

Third tier of goods and services.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
TypepositiveInt
ExplanationOfBenefit.item.detail.subDetail.type
Definition

The type of product or service.

Control1..1
BindingService, Product, Rx Dispense, Rx Compound etc.
The codes SHALL be taken from ActInvoiceGroupCode
TypeCodeableConcept
ExplanationOfBenefit.item.detail.subDetail.revenue
Definition

The type of reveneu or cost center providing the product and/or service.

Control0..1
BindingCodes for the revenue or cost centers supplying the service and/or products.
For example codes, see Example Revenue Center Codes
TypeCodeableConcept
ExplanationOfBenefit.item.detail.subDetail.category
Definition

Health Care Service Type Codes to identify the classification of service or benefits.

Control0..1
BindingBenefit subcategories such as: oral-basic, major, glasses
For example codes, see Benefit SubCategory Codes
TypeCodeableConcept
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).

Control0..1
BindingAllowable service and product codes
For example codes, see USCLS Codes
TypeCodeableConcept
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.

Control0..*
BindingItem 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
TypeCodeableConcept
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.

Control0..*
BindingProgram specific reason codes
For example codes, see Example Program Reason Codes
TypeCodeableConcept
ExplanationOfBenefit.item.detail.subDetail.quantity
Definition

The number of repetitions of a service or product.

Control0..1
TypeQuantity(SimpleQuantity)
ExplanationOfBenefit.item.detail.subDetail.unitPrice
Definition

The fee for an addittional service or product or charge.

Control0..1
TypeMoney
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.

Control0..1
Typedecimal
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.

Control0..1
TypeMoney
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.

Control0..*
TypeReference(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.

Control0..*
TypepositiveInt
ExplanationOfBenefit.item.detail.subDetail.adjudication
Definition

The adjudications results.

Control0..*
TypeSee ExplanationOfBenefit.item.adjudication
ExplanationOfBenefit.addItem
Definition

The first tier service adjudications for payor added services.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..*
TypepositiveInt
ExplanationOfBenefit.addItem.revenue
Definition

The type of reveneu or cost center providing the product and/or service.

Control0..1
BindingCodes for the revenue or cost centers supplying the service and/or products.
For example codes, see Example Revenue Center Codes
TypeCodeableConcept
ExplanationOfBenefit.addItem.category
Definition

Health Care Service Type Codes to identify the classification of service or benefits.

Control0..1
BindingBenefit subcategories such as: oral-basic, major, glasses
For example codes, see Benefit SubCategory Codes
TypeCodeableConcept
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'.

Control0..1
BindingAllowable service and product codes
For example codes, see USCLS Codes
TypeCodeableConcept
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.

Control0..*
BindingItem 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
TypeCodeableConcept
Requirements

May impact on adjudication.

ExplanationOfBenefit.addItem.fee
Definition

The fee charged for the professional service or product.

Control0..1
TypeMoney
ExplanationOfBenefit.addItem.noteNumber
Definition

A list of note references to the notes provided below.

Control0..*
TypepositiveInt
ExplanationOfBenefit.addItem.adjudication
Definition

The adjudications results.

Control0..*
TypeSee ExplanationOfBenefit.item.adjudication
ExplanationOfBenefit.addItem.detail
Definition

The second tier service adjudications for payor added services.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
BindingCodes for the revenue or cost centers supplying the service and/or products.
For example codes, see Example Revenue Center Codes
TypeCodeableConcept
ExplanationOfBenefit.addItem.detail.category
Definition

Health Care Service Type Codes to identify the classification of service or benefits.

Control0..1
BindingBenefit subcategories such as: oral-basic, major, glasses
For example codes, see Benefit SubCategory Codes
TypeCodeableConcept
ExplanationOfBenefit.addItem.detail.service
Definition

A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI).

Control0..1
BindingAllowable service and product codes
For example codes, see USCLS Codes
TypeCodeableConcept
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.

Control0..*
BindingItem 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
TypeCodeableConcept
Requirements

May impact on adjudication.

ExplanationOfBenefit.addItem.detail.fee
Definition

The fee charged for the professional service or product.

Control0..1
TypeMoney
ExplanationOfBenefit.addItem.detail.noteNumber
Definition

A list of note references to the notes provided below.

Control0..*
TypepositiveInt
ExplanationOfBenefit.addItem.detail.adjudication
Definition

The adjudications results.

Control0..*
TypeSee ExplanationOfBenefit.item.adjudication
ExplanationOfBenefit.totalCost
Definition

The total cost of the services reported.

Control0..1
TypeMoney
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.

Control0..1
TypeMoney
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).

Control0..1
TypeMoney
ExplanationOfBenefit.payment
Definition

Payment details for the claim if the claim has been paid.

Control0..1
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
BindingThe type (partial, complete) of the payment
For example codes, see Example Payment Type Codes
TypeCodeableConcept
ExplanationOfBenefit.payment.adjustment
Definition

Adjustment to the payment of this transaction which is not related to adjudication of this transaction.

Control0..1
TypeMoney
ExplanationOfBenefit.payment.adjustmentReason
Definition

Reason for the payment adjustment.

Control0..1
BindingPayment Adjustment reason codes.
For example codes, see Payment Adjustment Reason Codes
TypeCodeableConcept
ExplanationOfBenefit.payment.date
Definition

Estimated payment date.

Control0..1
Typedate
ExplanationOfBenefit.payment.amount
Definition

Payable less any payment adjustment.

Control0..1
TypeMoney
ExplanationOfBenefit.payment.identifier
Definition

Payment identifer.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
ExplanationOfBenefit.form
Definition

The form to be used for printing the content.

Control0..1
BindingThe forms codes.
For example codes, see Form Codes
TypeCodeableConcept
ExplanationOfBenefit.processNote
Definition

Note text.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control0..1
TypepositiveInt
ExplanationOfBenefit.processNote.type
Definition

The note purpose: Print/Display.

Control0..1
BindingThe presentation types of notes.
The codes SHALL be taken from NoteType
TypeCodeableConcept
ExplanationOfBenefit.processNote.text
Definition

The note text.

Control0..1
Typestring
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.

Control0..1
BindingA human language.
The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance
Definition

Balance by Benefit Category.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
BindingBenefit categories such as: oral, medical, vision etc.
For example codes, see Benefit Category Codes
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance.subCategory
Definition

Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.

Control0..1
BindingBenefit subcategories such as: oral-basic, major, glasses
For example codes, see Benefit SubCategory Codes
TypeCodeableConcept
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.

Control0..1
Typeboolean
ExplanationOfBenefit.benefitBalance.name
Definition

A short name or tag for the benefit, for example MED01, or DENT2.

Control0..1
Typestring
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'.

Control0..1
Typestring
ExplanationOfBenefit.benefitBalance.network
Definition

Network designation.

Control0..1
BindingCode to classify in or out of network services
For example codes, see Network Type Codes
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance.unit
Definition

Unit designation: individual or family.

Control0..1
BindingUnit covered/serviced - individual or family
For example codes, see Unit Type Codes
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance.term
Definition

The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'.

Control0..1
BindingCoverage unit - annual, lifetime
For example codes, see Benefit Term Codes
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance.financial
Definition

Benefits Used to date.

Control0..*
TypeBackboneElement
InvariantsDefined 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.

Control0..1
Typestring
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.

Control0..*
TypeExtension
Alternate Namesextensions, 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.

Control0..*
TypeExtension
Is Modifiertrue
Alternate Namesextensions, 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.

Control1..1
BindingDeductable, visits, co-pay, etc.
For example codes, see Benefit Type Codes
TypeCodeableConcept
ExplanationOfBenefit.benefitBalance.financial.allowed[x]
Definition

Benefits allowed.

Control0..1
TypeChoice of: unsignedInt, string, Money
[x] NoteSee Choice of Data Types for further information about how to use [x]
ExplanationOfBenefit.benefitBalance.financial.used[x]
Definition

Benefits used.

Control0..1
TypeChoice of: unsignedInt, Money
[x] NoteSee Choice of Data Types for further information about how to use [x]