Extensions for Using Data Elements from FHIR STU3 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR STU3 in FHIR R4B - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R3_ExplanationOfBenefit_R4B

Official URL: http://hl7.org/fhir/3.0/StructureDefinition/profile-ExplanationOfBenefit Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R3_ExplanationOfBenefit_R4B

This cross-version profile allows STU3 ExplanationOfBenefit content to be represented via FHIR R4B ExplanationOfBenefit resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
Constraints: ext-1
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
Constraints: ext-1
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... type Σ 1..1 CodeableConcept Category or discipline
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
Constraints: ext-1
... use Σ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Complete, proposed, exploratory, other.
... patient Σ 1..1 Reference(Patient) The recipient of the products and services
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... created Σ 1..1 dateTime Response creation date
... insurer Σ 1..1 Reference(Organization) Party responsible for reimbursement
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... provider Σ 1..1 Reference(Practitioner | PractitionerRole | Organization) Party responsible for the claim
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... outcome Σ 1..1 code queued | complete | error | partial
Binding: RemittanceOutcome (required): The result of the claim processing.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
Constraints: ext-1
... insurance Σ 1..* BackboneElement Patient insurance information
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... focal Σ 1..1 boolean Coverage to be used for adjudication
.... coverage Σ 1..1 Reference(Coverage) Insurance information
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ExplanationOfBenefit.​status Base required ExplanationOfBenefitStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​type Base extensible Claim Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​use Base required Use 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​outcome Base required RemittanceOutcome 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ExplanationOfBenefit 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()
dom-5 error ExplanationOfBenefit If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ExplanationOfBenefit A resource should have narrative for robust management text.`div`.exists()
ele-1 error ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.created, ExplanationOfBenefit.insurer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.outcome, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from ExplanationOfBenefit

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 (Complex) STU3: meta additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) STU3: text additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.text
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier STU3: Business Identifier additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.identifier
... type
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
... patient
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... billablePeriod
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:billablePeriod 0..1 Period STU3: Period for charge submission additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.billablePeriod
... enterer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:enterer 0..1 Reference(Resource) STU3: Author additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... insurer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... provider
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... related
.... claim
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:reference 0..1 Identifier STU3: Related file or case reference additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.related.reference
... prescription
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:prescription 0..1 Reference(Resource) STU3: prescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... originalPrescription
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:originalPrescription 0..1 Reference(Resource) STU3: originalPrescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... payee
.... party
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:resourceType 0..1 CodeableConcept STU3: organization | patient | practitioner | relatedperson additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payee.resourceType
Binding: R3ResourceTypeLinkForR4B (0.1.0) (required): The type of payee Resource
...... extension:party 0..1 Reference(Resource) STU3: Party to receive the payable
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... referral
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:referral 0..1 Reference(Resource) STU3: referral additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... facility
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:facility 0..1 Reference(Resource) STU3: facility additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... claim
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... claimResponse
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:claimResponse 0..1 Reference(Resource) STU3: claimResponse additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... outcome
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
... careTeam
.... provider
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:provider 0..1 Reference(Resource) STU3: Member of the Care Team additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... supportingInfo
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:timing 0..1 Period STU3: timing additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.timing
..... extension:value 0..1 Attachment STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.value
.... valueReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... diagnosis
.... diagnosisReference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's diagnosis additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... procedure
.... procedureReference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's list of procedures performed additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... insurance
.... coverage
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... accident
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:location 0..1 Address STU3: Accident Place additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.location
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 CodeableConcept STU3: type
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.type
Binding: http://terminology.hl7.org/ValueSet/v3-ActIncidentCode|2.0.0 (required): Type of accident: work place, auto, etc.
.... locationReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Accident Place additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... item
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:serviced 0..1 Period STU3: Date or dates of Service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.serviced
..... extension:location 0..1 Address STU3: Place of service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.location
.... locationReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Place of service additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... udi
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... encounter
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:encounter 0..* Reference(Resource) STU3: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... detail
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 1..1 CodeableConcept STU3: Group or type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
..... udi
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
..... subDetail
...... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:type 1..1 CodeableConcept STU3: Type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
...... udi
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
........ extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... addItem
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
..... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
.... detail
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
...... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
... payment
.... identifier
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:identifier 0..1 Identifier STU3: Identifier of the payment instrument additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payment.identifier
... processNote
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 CodeableConcept STU3: type additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type
Binding: NoteType (required): The presentation types of notes.
... benefitBalance
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subCategory 0..1 CodeableConcept STU3: Detailed services covered within the type (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.benefitBalance.subCategory
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 (Complex) STU3: meta additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible)
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) STU3: text additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required)
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
Constraints: dom-r4b
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
Constraints: ext-1
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
Constraints: ext-1
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Business Identifier for the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier STU3: Business Identifier additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!Σ 1..1 code active | cancelled | draft | entered-in-error
Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance.
... type Σ 1..1 CodeableConcept Category or discipline
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... subType 0..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
... use Σ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Complete, proposed, exploratory, other.
... patient Σ 1..1 Reference(Patient) The recipient of the products and services
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... billablePeriod Σ 0..1 Period Relevant time frame for the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:billablePeriod 0..1 Period STU3: Period for charge submission additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.billablePeriod
Constraints: ext-1
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... created Σ 1..1 dateTime Response creation date
... enterer 0..1 Reference(Practitioner | PractitionerRole) Author of the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:enterer 0..1 Reference(Resource) STU3: Author additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... insurer Σ 1..1 Reference(Organization) Party responsible for reimbursement
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... provider Σ 1..1 Reference(Practitioner | PractitionerRole | Organization) Party responsible for the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... priority 0..1 CodeableConcept Desired processing urgency
Binding: ProcessPriorityCodes (example): The timeliness with which processing is required: stat, normal, deferred.
... fundsReserveRequested 0..1 CodeableConcept For whom to reserve funds
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... fundsReserve 0..1 CodeableConcept Funds reserved status
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... related 0..* BackboneElement Prior or corollary claims
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... claim 0..1 Reference(Claim) Reference to the related claim
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... relationship 0..1 CodeableConcept How the reference claim is related
Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim.
.... reference 0..1 Identifier File or case reference
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:reference 0..1 Identifier STU3: Related file or case reference additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.related.reference
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... prescription 0..1 Reference(MedicationRequest | VisionPrescription) Prescription authorizing services or products
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:prescription 0..1 Reference(Resource) STU3: prescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... originalPrescription 0..1 Reference(MedicationRequest) Original prescription if superceded by fulfiller
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:originalPrescription 0..1 Reference(Resource) STU3: originalPrescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... payee 0..1 BackboneElement Recipient of benefits payable
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 0..1 CodeableConcept Category of recipient
Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed.
.... party 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) Recipient reference
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:resourceType 0..1 CodeableConcept STU3: organization | patient | practitioner | relatedperson additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payee.resourceType
Binding: R3ResourceTypeLinkForR4B (0.1.0) (required): The type of payee Resource
Constraints: ext-1
...... extension:party 0..1 Reference(Resource) STU3: Party to receive the payable
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
... referral 0..1 Reference(ServiceRequest) Treatment Referral
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:referral 0..1 Reference(Resource) STU3: referral additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... facility 0..1 Reference(Location) Servicing Facility
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:facility 0..1 Reference(Resource) STU3: facility additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... claim 0..1 Reference(Claim) Claim reference
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... claimResponse 0..1 Reference(ClaimResponse) Claim response reference
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:claimResponse 0..1 Reference(Resource) STU3: claimResponse additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... outcome Σ 1..1 code queued | complete | error | partial
Binding: RemittanceOutcome (required): The result of the claim processing.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
Constraints: ext-1
.... value 0..1 code Primitive value for code
... disposition 0..1 string Disposition Message
... preAuthRef 0..* string Preauthorization reference
... preAuthRefPeriod 0..* Period Preauthorization in-effect period
... careTeam 0..* BackboneElement Care Team members
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Order of care team
.... provider 1..1 Reference(Practitioner | PractitionerRole | Organization) Practitioner or organization
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:provider 0..1 Reference(Resource) STU3: Member of the Care Team additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... responsible 0..1 boolean Indicator of the lead practitioner
.... role 0..1 CodeableConcept Function within the team
Binding: ClaimCareTeamRoleCodes (example): The role codes for the care team members.
.... qualification 0..1 CodeableConcept Practitioner credential or specialization
Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications.
... supportingInfo 0..* BackboneElement Supporting information
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:timing 0..1 Period STU3: timing additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.timing
Constraints: ext-1
..... extension:value 0..1 Attachment STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Information instance identifier
.... category 1..1 CodeableConcept Classification of the supplied information
Binding: ClaimInformationCategoryCodes (example): The valuset used for additional information category codes.
.... code 0..1 CodeableConcept Type of information
Binding: ExceptionCodes (example): The valuset used for additional information codes.
.... timing[x] 0..1 When it occurred
..... timingDate date
..... timingPeriod Period
.... value[x] 0..1 Data to be provided
..... value[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... valueBoolean boolean
..... valueString string
..... valueQuantity Quantity
..... valueAttachment Attachment
..... valueReference Reference(Resource)
.... reason 0..1 Coding Explanation for the information
Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth.
... diagnosis 0..* BackboneElement Pertinent diagnosis information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Diagnosis instance identifier
.... diagnosis[x] 1..1 Nature of illness or problem
Binding: ICD-10Codes (example): ICD10 Diagnostic codes.
..... diagnosis[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's diagnosis additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... diagnosisCodeableConcept CodeableConcept
..... diagnosisReference Reference(Condition)
.... type 0..* CodeableConcept Timing or nature of the diagnosis
Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge.
.... onAdmission 0..1 CodeableConcept Present on admission
Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission.
.... packageCode 0..1 CodeableConcept Package billing code
Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis.
... procedure 0..* BackboneElement Clinical procedures performed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Procedure instance identifier
.... type 0..* CodeableConcept Category of Procedure
Binding: ExampleProcedureTypeCodes (example): Example procedure type codes.
.... date 0..1 dateTime When the procedure was performed
.... procedure[x] 1..1 Specific clinical procedure
Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes.
..... procedure[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's list of procedures performed additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... procedureCodeableConcept CodeableConcept
..... procedureReference Reference(Procedure)
.... udi 0..* Reference(Device) Unique device identifier
... precedence 0..1 positiveInt Precedence (primary, secondary, etc.)
... insurance Σ 1..* BackboneElement Patient insurance information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... focal Σ 1..1 boolean Coverage to be used for adjudication
.... coverage Σ 1..1 Reference(Coverage) Insurance information
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... preAuthRef 0..* string Prior authorization reference number
... accident 0..1 BackboneElement Details of the event
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:location 0..1 Address STU3: Accident Place additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.location
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... date 0..1 date When the incident occurred
.... type 0..1 CodeableConcept The nature of the accident
Binding: ActIncidentCode (3.0.0) (extensible): Type of accident: work place, auto, etc.
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 0..1 CodeableConcept STU3: type
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.type
Binding: http://terminology.hl7.org/ValueSet/v3-ActIncidentCode|2.0.0 (required): Type of accident: work place, auto, etc.
Constraints: ext-1
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... location[x] 0..1 Where the event occurred
..... location[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Accident Place additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... locationAddress Address
..... locationReference Reference(Location)
... item 0..* BackboneElement Product or service provided
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:serviced 0..1 Period STU3: Date or dates of Service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.serviced
Constraints: ext-1
..... extension:location 0..1 Address STU3: Place of service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.location
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Item instance identifier
.... careTeamSequence 0..* positiveInt Applicable care team members
.... diagnosisSequence 0..* positiveInt Applicable diagnoses
.... procedureSequence 0..* positiveInt Applicable procedures
.... informationSequence 0..* positiveInt Applicable exception and supporting information
.... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
.... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
.... modifier 0..* CodeableConcept Product or service billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place where the service is rendered.
..... location[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Place of service additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... udi 0..* Reference(Device) Unique device identifier
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... encounter 0..* Reference(Encounter) Encounters related to this billed item
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:encounter 0..1 Reference(Resource) STU3: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication 0..* BackboneElement Adjudication details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
..... reason 0..1 CodeableConcept Explanation of adjudication outcome
Binding: AdjudicationReasonCodes (example): Adjudication reason codes.
..... amount 0..1 Money Monetary amount
..... value 0..1 decimal Non-monitary value
.... detail 0..* BackboneElement Additional items
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 1..1 CodeableConcept STU3: Group or type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... sequence 1..1 positiveInt Product or service provided
..... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
..... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
..... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... udi 0..* Reference(Device) Unique device identifier
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display Σ 0..1 string Text alternative for the resource
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 0..* See adjudication (ExplanationOfBenefit) Detail level adjudication details
..... subDetail 0..* BackboneElement Additional items
...... id 0..1 string Unique id for inter-element referencing
...... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:type 1..1 CodeableConcept STU3: Type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... sequence 1..1 positiveInt Product or service provided
...... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
...... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
...... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... udi 0..* Reference(Device) Unique device identifier
....... id 0..1 id Unique id for inter-element referencing
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
........ extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
....... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
....... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
....... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
....... display Σ 0..1 string Text alternative for the resource
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ExplanationOfBenefit) Subdetail level adjudication details
... addItem 0..* BackboneElement Insurer added line items
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
Constraints: ext-1
..... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 0..* positiveInt Item sequence number
.... detailSequence 0..* positiveInt Detail sequence number
.... subDetailSequence 0..* positiveInt Subdetail sequence number
.... provider 0..* Reference(Practitioner | PractitionerRole | Organization) Authorized providers
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
.... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place where the service is rendered.
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
.... detail 0..* BackboneElement Insurer added line items
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
Constraints: ext-1
...... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
..... subDetail 0..* BackboneElement Insurer added line items
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
... adjudication 0..* See adjudication (ExplanationOfBenefit) Header-level adjudication
... total Σ 0..* BackboneElement Adjudication totals
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category Σ 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
.... amount Σ 1..1 Money Financial total for the category
... payment 0..1 BackboneElement Payment Details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 0..1 CodeableConcept Partial or complete payment
Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment.
.... adjustment 0..1 Money Payment adjustment for non-claim issues
.... adjustmentReason 0..1 CodeableConcept Explanation for the variance
Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes.
.... date 0..1 date Expected date of payment
.... amount 0..1 Money Payable amount after adjustment
.... identifier 0..1 Identifier Business identifier for the payment
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:identifier 0..1 Identifier STU3: Identifier of the payment instrument additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payment.identifier
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... formCode 0..1 CodeableConcept Printed form identifier
Binding: Form Codes (example): The forms codes.
... form 0..1 Attachment Printed reference or actual form
... processNote 0..* BackboneElement Note concerning adjudication
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... number 0..1 positiveInt Note instance identifier
.... type 0..1 code display | print | printoper
Binding: NoteType (required): The presentation types of notes.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 0..1 CodeableConcept STU3: type additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type
Binding: NoteType (required): The presentation types of notes.
Constraints: ext-1
..... value 0..1 code Primitive value for code
.... text 0..1 string Note explanatory text
.... language 0..1 CodeableConcept Language of the text
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
... benefitPeriod 0..1 Period When the benefits are applicable
... benefitBalance 0..* BackboneElement Balance by Benefit Category
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:subCategory 0..1 CodeableConcept STU3: Detailed services covered within the type (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.benefitBalance.subCategory
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category 1..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
.... excluded 0..1 boolean Excluded from the plan
.... name 0..1 string Short name for the benefit
.... description 0..1 string Description of the benefit or services covered
.... network 0..1 CodeableConcept In or out of network
Binding: NetworkTypeCodes (example): Code to classify in or out of network services.
.... unit 0..1 CodeableConcept Individual or family
Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family.
.... term 0..1 CodeableConcept Annual or lifetime
Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime.
.... financial 0..* BackboneElement Benefit Summary
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type 1..1 CodeableConcept Benefit classification
Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc.
..... allowed[x] 0..1 Benefits allowed
...... allowedUnsignedInt unsignedInt
...... allowedString string
...... allowedMoney Money
..... used[x] 0..1 Benefits used
...... usedUnsignedInt unsignedInt
...... usedMoney Money

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ExplanationOfBenefit.​meta.security Base extensible SecurityLabels 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​meta.tag Base example Common Tags 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​language Base preferred Common Languages 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​text.status Base required NarrativeStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​identifier.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​identifier.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​status Base required ExplanationOfBenefitStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​type Base extensible Claim Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​subType Base example Example Claim SubType Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​use Base required Use 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​patient.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​enterer.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​insurer.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​provider.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​priority Base example Process Priority Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​fundsReserveRequested Base example FundsReserve 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​fundsReserve Base example FundsReserve 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.claim.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.relationship Base example Example Related Claim Relationship Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.reference.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.reference.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​prescription.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​originalPrescription.​type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payee.type Base example PayeeType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payee.party.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​referral.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​facility.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​claim.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​claimResponse.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​outcome Base required RemittanceOutcome 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.provider.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.role Base example Claim Care Team Role Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.qualification Base example Example Provider Qualification Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.category Base example Claim Information Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.code Base example Exception Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.reason Base example Missing Tooth Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.diagnosis[x] Base example ICD-10 Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.type Base example Example Diagnosis Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.onAdmission Base example Example Diagnosis on Admission Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.packageCode Base example Example Diagnosis Related Group Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​procedure.type Base example Example Procedure Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​procedure.procedure[x] Base example ICD-10 Procedure Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​insurance.coverage.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​accident.type Base extensible ActIncidentCode 📍3.0.0 THO v7.1
ExplanationOfBenefit.​item.revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.location[x] Base example Example Service Place Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.bodySite Base example Oral Site Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.subSite Base example Surface Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.encounter.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.adjudication.category Base example Adjudication Value Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.adjudication.reason Base example Adjudication Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.location[x] Base example Example Service Place Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.bodySite Base example Oral Site Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.subSite Base example Surface Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.subDetail.​productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.subDetail.​modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​total.category Base example Adjudication Value Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.type Base example Example Payment Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.adjustmentReason Base example Payment Adjustment Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.identifier.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.identifier.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​formCode Base example Forms 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​processNote.type Base required NoteType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​processNote.language Base preferred Common Languages 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.network Base example Network Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.unit Base example Unit Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.term Base example Benefit Term Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.financial.​type Base example Benefit Type Codes 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ExplanationOfBenefit 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()
dom-5 error ExplanationOfBenefit If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ExplanationOfBenefit A resource should have narrative for robust management text.`div`.exists()
dom-r4b warning ExplanationOfBenefit.contained Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1 error ExplanationOfBenefit.meta, ExplanationOfBenefit.meta.extension, ExplanationOfBenefit.meta.extension:meta, ExplanationOfBenefit.meta.versionId, ExplanationOfBenefit.meta.lastUpdated, ExplanationOfBenefit.meta.source, ExplanationOfBenefit.meta.profile, ExplanationOfBenefit.meta.security, ExplanationOfBenefit.meta.tag, ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.language, ExplanationOfBenefit.text, ExplanationOfBenefit.text.extension, ExplanationOfBenefit.text.extension:text, ExplanationOfBenefit.text.status, ExplanationOfBenefit.text.div, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier, ExplanationOfBenefit.identifier.extension, ExplanationOfBenefit.identifier.extension:identifier, ExplanationOfBenefit.identifier.use, ExplanationOfBenefit.identifier.type, ExplanationOfBenefit.identifier.system, ExplanationOfBenefit.identifier.value, ExplanationOfBenefit.identifier.period, ExplanationOfBenefit.identifier.assigner, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.type.coding, ExplanationOfBenefit.type.text, ExplanationOfBenefit.subType, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.patient.reference, ExplanationOfBenefit.patient.type, ExplanationOfBenefit.patient.identifier, ExplanationOfBenefit.patient.display, ExplanationOfBenefit.billablePeriod, ExplanationOfBenefit.billablePeriod.extension, ExplanationOfBenefit.billablePeriod.extension:billablePeriod, ExplanationOfBenefit.billablePeriod.start, ExplanationOfBenefit.billablePeriod.end, ExplanationOfBenefit.created, ExplanationOfBenefit.enterer, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.enterer.reference, ExplanationOfBenefit.enterer.type, ExplanationOfBenefit.enterer.identifier, ExplanationOfBenefit.enterer.display, ExplanationOfBenefit.insurer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.insurer.reference, ExplanationOfBenefit.insurer.type, ExplanationOfBenefit.insurer.identifier, ExplanationOfBenefit.insurer.display, ExplanationOfBenefit.provider, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.provider.reference, ExplanationOfBenefit.provider.type, ExplanationOfBenefit.provider.identifier, ExplanationOfBenefit.provider.display, ExplanationOfBenefit.priority, ExplanationOfBenefit.fundsReserveRequested, ExplanationOfBenefit.fundsReserve, ExplanationOfBenefit.related, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim, ExplanationOfBenefit.related.claim.extension, ExplanationOfBenefit.related.claim.extension:claim, ExplanationOfBenefit.related.claim.reference, ExplanationOfBenefit.related.claim.type, ExplanationOfBenefit.related.claim.identifier, ExplanationOfBenefit.related.claim.display, ExplanationOfBenefit.related.relationship, ExplanationOfBenefit.related.reference, ExplanationOfBenefit.related.reference.extension, ExplanationOfBenefit.related.reference.extension:reference, ExplanationOfBenefit.related.reference.use, ExplanationOfBenefit.related.reference.type, ExplanationOfBenefit.related.reference.system, ExplanationOfBenefit.related.reference.value, ExplanationOfBenefit.related.reference.period, ExplanationOfBenefit.related.reference.assigner, ExplanationOfBenefit.prescription, ExplanationOfBenefit.prescription.extension, ExplanationOfBenefit.prescription.extension:prescription, ExplanationOfBenefit.prescription.reference, ExplanationOfBenefit.prescription.type, ExplanationOfBenefit.prescription.identifier, ExplanationOfBenefit.prescription.display, ExplanationOfBenefit.originalPrescription, ExplanationOfBenefit.originalPrescription.extension, ExplanationOfBenefit.originalPrescription.extension:originalPrescription, ExplanationOfBenefit.originalPrescription.reference, ExplanationOfBenefit.originalPrescription.type, ExplanationOfBenefit.originalPrescription.identifier, ExplanationOfBenefit.originalPrescription.display, ExplanationOfBenefit.payee, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.type, ExplanationOfBenefit.payee.party, ExplanationOfBenefit.payee.party.extension, ExplanationOfBenefit.payee.party.extension:resourceType, ExplanationOfBenefit.payee.party.extension:party, ExplanationOfBenefit.payee.party.reference, ExplanationOfBenefit.payee.party.type, ExplanationOfBenefit.payee.party.identifier, ExplanationOfBenefit.payee.party.display, ExplanationOfBenefit.referral, ExplanationOfBenefit.referral.extension, ExplanationOfBenefit.referral.extension:referral, ExplanationOfBenefit.referral.reference, ExplanationOfBenefit.referral.type, ExplanationOfBenefit.referral.identifier, ExplanationOfBenefit.referral.display, ExplanationOfBenefit.facility, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.facility.reference, ExplanationOfBenefit.facility.type, ExplanationOfBenefit.facility.identifier, ExplanationOfBenefit.facility.display, ExplanationOfBenefit.claim, ExplanationOfBenefit.claim.extension, ExplanationOfBenefit.claim.extension:claim, ExplanationOfBenefit.claim.reference, ExplanationOfBenefit.claim.type, ExplanationOfBenefit.claim.identifier, ExplanationOfBenefit.claim.display, ExplanationOfBenefit.claimResponse, ExplanationOfBenefit.claimResponse.extension, ExplanationOfBenefit.claimResponse.extension:claimResponse, ExplanationOfBenefit.claimResponse.reference, ExplanationOfBenefit.claimResponse.type, ExplanationOfBenefit.claimResponse.identifier, ExplanationOfBenefit.claimResponse.display, ExplanationOfBenefit.outcome, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.disposition, ExplanationOfBenefit.preAuthRef, ExplanationOfBenefit.preAuthRefPeriod, ExplanationOfBenefit.careTeam, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.sequence, ExplanationOfBenefit.careTeam.provider, ExplanationOfBenefit.careTeam.provider.extension, ExplanationOfBenefit.careTeam.provider.extension:provider, ExplanationOfBenefit.careTeam.provider.reference, ExplanationOfBenefit.careTeam.provider.type, ExplanationOfBenefit.careTeam.provider.identifier, ExplanationOfBenefit.careTeam.provider.display, ExplanationOfBenefit.careTeam.responsible, ExplanationOfBenefit.careTeam.role, ExplanationOfBenefit.careTeam.qualification, ExplanationOfBenefit.supportingInfo, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:timing, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.supportingInfo.sequence, ExplanationOfBenefit.supportingInfo.category, ExplanationOfBenefit.supportingInfo.code, ExplanationOfBenefit.supportingInfo.timing[x], ExplanationOfBenefit.supportingInfo.value[x], ExplanationOfBenefit.supportingInfo.value[x].extension, ExplanationOfBenefit.supportingInfo.value[x].extension:alternateReference, ExplanationOfBenefit.supportingInfo.reason, ExplanationOfBenefit.diagnosis, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.sequence, ExplanationOfBenefit.diagnosis.diagnosis[x], ExplanationOfBenefit.diagnosis.diagnosis[x].extension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension:alternateReference, ExplanationOfBenefit.diagnosis.type, ExplanationOfBenefit.diagnosis.onAdmission, ExplanationOfBenefit.diagnosis.packageCode, ExplanationOfBenefit.procedure, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.procedure.sequence, ExplanationOfBenefit.procedure.type, ExplanationOfBenefit.procedure.date, ExplanationOfBenefit.procedure.procedure[x], ExplanationOfBenefit.procedure.procedure[x].extension, ExplanationOfBenefit.procedure.procedure[x].extension:alternateReference, ExplanationOfBenefit.procedure.udi, ExplanationOfBenefit.precedence, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage, ExplanationOfBenefit.insurance.coverage.reference, ExplanationOfBenefit.insurance.coverage.type, ExplanationOfBenefit.insurance.coverage.identifier, ExplanationOfBenefit.insurance.coverage.display, ExplanationOfBenefit.insurance.preAuthRef, ExplanationOfBenefit.accident, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.extension:location, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.date, ExplanationOfBenefit.accident.type, ExplanationOfBenefit.accident.type.extension, ExplanationOfBenefit.accident.type.extension:type, ExplanationOfBenefit.accident.type.coding, ExplanationOfBenefit.accident.type.text, ExplanationOfBenefit.accident.location[x], ExplanationOfBenefit.accident.location[x].extension, ExplanationOfBenefit.accident.location[x].extension:alternateReference, ExplanationOfBenefit.item, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:serviced, ExplanationOfBenefit.item.extension:location, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.sequence, ExplanationOfBenefit.item.careTeamSequence, ExplanationOfBenefit.item.diagnosisSequence, ExplanationOfBenefit.item.procedureSequence, ExplanationOfBenefit.item.informationSequence, ExplanationOfBenefit.item.revenue, ExplanationOfBenefit.item.category, ExplanationOfBenefit.item.productOrService, ExplanationOfBenefit.item.modifier, ExplanationOfBenefit.item.programCode, ExplanationOfBenefit.item.serviced[x], ExplanationOfBenefit.item.location[x], ExplanationOfBenefit.item.location[x].extension, ExplanationOfBenefit.item.location[x].extension:alternateReference, ExplanationOfBenefit.item.quantity, ExplanationOfBenefit.item.unitPrice, ExplanationOfBenefit.item.factor, ExplanationOfBenefit.item.net, ExplanationOfBenefit.item.udi, ExplanationOfBenefit.item.udi.extension, ExplanationOfBenefit.item.udi.extension:udi, ExplanationOfBenefit.item.udi.reference, ExplanationOfBenefit.item.udi.type, ExplanationOfBenefit.item.udi.identifier, ExplanationOfBenefit.item.udi.display, ExplanationOfBenefit.item.bodySite, ExplanationOfBenefit.item.subSite, ExplanationOfBenefit.item.encounter, ExplanationOfBenefit.item.encounter.extension, ExplanationOfBenefit.item.encounter.extension:encounter, ExplanationOfBenefit.item.encounter.reference, ExplanationOfBenefit.item.encounter.type, ExplanationOfBenefit.item.encounter.identifier, ExplanationOfBenefit.item.encounter.display, ExplanationOfBenefit.item.noteNumber, ExplanationOfBenefit.item.adjudication, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.adjudication.category, ExplanationOfBenefit.item.adjudication.reason, ExplanationOfBenefit.item.adjudication.amount, ExplanationOfBenefit.item.adjudication.value, ExplanationOfBenefit.item.detail, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:type, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.sequence, ExplanationOfBenefit.item.detail.revenue, ExplanationOfBenefit.item.detail.category, ExplanationOfBenefit.item.detail.productOrService, ExplanationOfBenefit.item.detail.modifier, ExplanationOfBenefit.item.detail.programCode, ExplanationOfBenefit.item.detail.quantity, ExplanationOfBenefit.item.detail.unitPrice, ExplanationOfBenefit.item.detail.factor, ExplanationOfBenefit.item.detail.net, ExplanationOfBenefit.item.detail.udi, ExplanationOfBenefit.item.detail.udi.extension, ExplanationOfBenefit.item.detail.udi.extension:udi, ExplanationOfBenefit.item.detail.udi.reference, ExplanationOfBenefit.item.detail.udi.type, ExplanationOfBenefit.item.detail.udi.identifier, ExplanationOfBenefit.item.detail.udi.display, ExplanationOfBenefit.item.detail.noteNumber, ExplanationOfBenefit.item.detail.adjudication, ExplanationOfBenefit.item.detail.subDetail, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:type, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.sequence, ExplanationOfBenefit.item.detail.subDetail.revenue, ExplanationOfBenefit.item.detail.subDetail.category, ExplanationOfBenefit.item.detail.subDetail.productOrService, ExplanationOfBenefit.item.detail.subDetail.modifier, ExplanationOfBenefit.item.detail.subDetail.programCode, ExplanationOfBenefit.item.detail.subDetail.quantity, ExplanationOfBenefit.item.detail.subDetail.unitPrice, ExplanationOfBenefit.item.detail.subDetail.factor, ExplanationOfBenefit.item.detail.subDetail.net, ExplanationOfBenefit.item.detail.subDetail.udi, ExplanationOfBenefit.item.detail.subDetail.udi.extension, ExplanationOfBenefit.item.detail.subDetail.udi.extension:udi, ExplanationOfBenefit.item.detail.subDetail.udi.reference, ExplanationOfBenefit.item.detail.subDetail.udi.type, ExplanationOfBenefit.item.detail.subDetail.udi.identifier, ExplanationOfBenefit.item.detail.subDetail.udi.display, ExplanationOfBenefit.item.detail.subDetail.noteNumber, ExplanationOfBenefit.item.detail.subDetail.adjudication, ExplanationOfBenefit.addItem, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:category, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.itemSequence, ExplanationOfBenefit.addItem.detailSequence, ExplanationOfBenefit.addItem.subDetailSequence, ExplanationOfBenefit.addItem.provider, ExplanationOfBenefit.addItem.productOrService, ExplanationOfBenefit.addItem.modifier, ExplanationOfBenefit.addItem.programCode, ExplanationOfBenefit.addItem.serviced[x], ExplanationOfBenefit.addItem.location[x], ExplanationOfBenefit.addItem.quantity, ExplanationOfBenefit.addItem.unitPrice, ExplanationOfBenefit.addItem.factor, ExplanationOfBenefit.addItem.net, ExplanationOfBenefit.addItem.bodySite, ExplanationOfBenefit.addItem.subSite, ExplanationOfBenefit.addItem.noteNumber, ExplanationOfBenefit.addItem.adjudication, ExplanationOfBenefit.addItem.detail, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:category, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.productOrService, ExplanationOfBenefit.addItem.detail.modifier, ExplanationOfBenefit.addItem.detail.quantity, ExplanationOfBenefit.addItem.detail.unitPrice, ExplanationOfBenefit.addItem.detail.factor, ExplanationOfBenefit.addItem.detail.net, ExplanationOfBenefit.addItem.detail.noteNumber, ExplanationOfBenefit.addItem.detail.adjudication, ExplanationOfBenefit.addItem.detail.subDetail, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.productOrService, ExplanationOfBenefit.addItem.detail.subDetail.modifier, ExplanationOfBenefit.addItem.detail.subDetail.quantity, ExplanationOfBenefit.addItem.detail.subDetail.unitPrice, ExplanationOfBenefit.addItem.detail.subDetail.factor, ExplanationOfBenefit.addItem.detail.subDetail.net, ExplanationOfBenefit.addItem.detail.subDetail.noteNumber, ExplanationOfBenefit.addItem.detail.subDetail.adjudication, ExplanationOfBenefit.adjudication, ExplanationOfBenefit.total, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.total.category, ExplanationOfBenefit.total.amount, ExplanationOfBenefit.payment, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.payment.type, ExplanationOfBenefit.payment.adjustment, ExplanationOfBenefit.payment.adjustmentReason, ExplanationOfBenefit.payment.date, ExplanationOfBenefit.payment.amount, ExplanationOfBenefit.payment.identifier, ExplanationOfBenefit.payment.identifier.extension, ExplanationOfBenefit.payment.identifier.extension:identifier, ExplanationOfBenefit.payment.identifier.use, ExplanationOfBenefit.payment.identifier.type, ExplanationOfBenefit.payment.identifier.system, ExplanationOfBenefit.payment.identifier.value, ExplanationOfBenefit.payment.identifier.period, ExplanationOfBenefit.payment.identifier.assigner, ExplanationOfBenefit.formCode, ExplanationOfBenefit.form, ExplanationOfBenefit.processNote, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.number, ExplanationOfBenefit.processNote.type, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.processNote.text, ExplanationOfBenefit.processNote.language, ExplanationOfBenefit.benefitPeriod, ExplanationOfBenefit.benefitBalance, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.extension:subCategory, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.category, ExplanationOfBenefit.benefitBalance.excluded, ExplanationOfBenefit.benefitBalance.name, ExplanationOfBenefit.benefitBalance.description, ExplanationOfBenefit.benefitBalance.network, ExplanationOfBenefit.benefitBalance.unit, ExplanationOfBenefit.benefitBalance.term, ExplanationOfBenefit.benefitBalance.financial, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.type, ExplanationOfBenefit.benefitBalance.financial.allowed[x], ExplanationOfBenefit.benefitBalance.financial.used[x] All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error ExplanationOfBenefit.meta.extension, ExplanationOfBenefit.meta.extension:meta, ExplanationOfBenefit.text.extension, ExplanationOfBenefit.text.extension:text, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier.extension, ExplanationOfBenefit.identifier.extension:identifier, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.billablePeriod.extension, ExplanationOfBenefit.billablePeriod.extension:billablePeriod, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim.extension, ExplanationOfBenefit.related.claim.extension:claim, ExplanationOfBenefit.related.reference.extension, ExplanationOfBenefit.related.reference.extension:reference, ExplanationOfBenefit.prescription.extension, ExplanationOfBenefit.prescription.extension:prescription, ExplanationOfBenefit.originalPrescription.extension, ExplanationOfBenefit.originalPrescription.extension:originalPrescription, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.party.extension, ExplanationOfBenefit.payee.party.extension:resourceType, ExplanationOfBenefit.payee.party.extension:party, ExplanationOfBenefit.referral.extension, ExplanationOfBenefit.referral.extension:referral, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.claim.extension, ExplanationOfBenefit.claim.extension:claim, ExplanationOfBenefit.claimResponse.extension, ExplanationOfBenefit.claimResponse.extension:claimResponse, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.provider.extension, ExplanationOfBenefit.careTeam.provider.extension:provider, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:timing, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.supportingInfo.value[x].extension, ExplanationOfBenefit.supportingInfo.value[x].extension:alternateReference, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension:alternateReference, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.procedure.procedure[x].extension, ExplanationOfBenefit.procedure.procedure[x].extension:alternateReference, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.extension:location, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.type.extension, ExplanationOfBenefit.accident.type.extension:type, ExplanationOfBenefit.accident.location[x].extension, ExplanationOfBenefit.accident.location[x].extension:alternateReference, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:serviced, ExplanationOfBenefit.item.extension:location, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.location[x].extension, ExplanationOfBenefit.item.location[x].extension:alternateReference, ExplanationOfBenefit.item.udi.extension, ExplanationOfBenefit.item.udi.extension:udi, ExplanationOfBenefit.item.encounter.extension, ExplanationOfBenefit.item.encounter.extension:encounter, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:type, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.udi.extension, ExplanationOfBenefit.item.detail.udi.extension:udi, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:type, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.udi.extension, ExplanationOfBenefit.item.detail.subDetail.udi.extension:udi, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:category, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:category, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.payment.identifier.extension, ExplanationOfBenefit.payment.identifier.extension:identifier, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.extension:subCategory, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error ExplanationOfBenefit.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error ExplanationOfBenefit.text.div The narrative SHALL have some non-whitespace content htmlChecks()

This structure is derived from ExplanationOfBenefit

Summary

Mandatory: 0 element(4 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
Constraints: ext-1
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
Constraints: ext-1
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... type Σ 1..1 CodeableConcept Category or discipline
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
Constraints: ext-1
... use Σ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Complete, proposed, exploratory, other.
... patient Σ 1..1 Reference(Patient) The recipient of the products and services
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... created Σ 1..1 dateTime Response creation date
... insurer Σ 1..1 Reference(Organization) Party responsible for reimbursement
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... provider Σ 1..1 Reference(Practitioner | PractitionerRole | Organization) Party responsible for the claim
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
... outcome Σ 1..1 code queued | complete | error | partial
Binding: RemittanceOutcome (required): The result of the claim processing.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
Constraints: ext-1
... insurance Σ 1..* BackboneElement Patient insurance information
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... focal Σ 1..1 boolean Coverage to be used for adjudication
.... coverage Σ 1..1 Reference(Coverage) Insurance information
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ExplanationOfBenefit.​status Base required ExplanationOfBenefitStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​type Base extensible Claim Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​use Base required Use 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​outcome Base required RemittanceOutcome 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ExplanationOfBenefit 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()
dom-5 error ExplanationOfBenefit If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ExplanationOfBenefit A resource should have narrative for robust management text.`div`.exists()
ele-1 error ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.created, ExplanationOfBenefit.insurer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.outcome, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from ExplanationOfBenefit

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 (Complex) STU3: meta additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) STU3: text additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.text
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier STU3: Business Identifier additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.identifier
... type
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
... patient
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... billablePeriod
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:billablePeriod 0..1 Period STU3: Period for charge submission additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.billablePeriod
... enterer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:enterer 0..1 Reference(Resource) STU3: Author additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... insurer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... provider
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... related
.... claim
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:reference 0..1 Identifier STU3: Related file or case reference additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.related.reference
... prescription
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:prescription 0..1 Reference(Resource) STU3: prescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... originalPrescription
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:originalPrescription 0..1 Reference(Resource) STU3: originalPrescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... payee
.... party
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:resourceType 0..1 CodeableConcept STU3: organization | patient | practitioner | relatedperson additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payee.resourceType
Binding: R3ResourceTypeLinkForR4B (0.1.0) (required): The type of payee Resource
...... extension:party 0..1 Reference(Resource) STU3: Party to receive the payable
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... referral
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:referral 0..1 Reference(Resource) STU3: referral additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... facility
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:facility 0..1 Reference(Resource) STU3: facility additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... claim
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... claimResponse
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:claimResponse 0..1 Reference(Resource) STU3: claimResponse additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... outcome
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
... careTeam
.... provider
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:provider 0..1 Reference(Resource) STU3: Member of the Care Team additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... supportingInfo
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:timing 0..1 Period STU3: timing additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.timing
..... extension:value 0..1 Attachment STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.value
.... valueReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... diagnosis
.... diagnosisReference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's diagnosis additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... procedure
.... procedureReference
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's list of procedures performed additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... insurance
.... coverage
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... accident
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:location 0..1 Address STU3: Accident Place additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.location
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 CodeableConcept STU3: type
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.type
Binding: http://terminology.hl7.org/ValueSet/v3-ActIncidentCode|2.0.0 (required): Type of accident: work place, auto, etc.
.... locationReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Accident Place additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... item
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:serviced 0..1 Period STU3: Date or dates of Service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.serviced
..... extension:location 0..1 Address STU3: Place of service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.location
.... locationReference
..... Slices for extension Content/Rules for all slices
...... extension:alternateReference 0..1 Reference(Resource) STU3: Place of service additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... udi
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... encounter
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:encounter 0..* Reference(Resource) STU3: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... detail
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 1..1 CodeableConcept STU3: Group or type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
..... udi
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
..... subDetail
...... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:type 1..1 CodeableConcept STU3: Type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
...... udi
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
........ extension:udi 0..* Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... addItem
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
..... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
.... detail
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
...... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
... payment
.... identifier
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:identifier 0..1 Identifier STU3: Identifier of the payment instrument additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payment.identifier
... processNote
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 CodeableConcept STU3: type additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type
Binding: NoteType (required): The presentation types of notes.
... benefitBalance
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subCategory 0..1 CodeableConcept STU3: Detailed services covered within the type (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.benefitBalance.subCategory
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ExplanationOfBenefit 0..* ExplanationOfBenefit(4.3.0) Explanation of Benefit resource
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 (Complex) STU3: meta additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible)
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) STU3: text additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required)
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
Constraints: dom-r4b
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:employmentImpacted 0..1 Period STU3: Period unable to work (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.employmentImpacted
Constraints: ext-1
.... extension:hospitalization 0..1 Period STU3: Period in hospital (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.hospitalization
Constraints: ext-1
.... extension:unallocDeductable 0..1 Money STU3: Unallocated deductable (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.unallocDeductable
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Business Identifier for the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier STU3: Business Identifier additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!Σ 1..1 code active | cancelled | draft | entered-in-error
Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance.
... type Σ 1..1 CodeableConcept Category or discipline
Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept STU3: Type or discipline
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.type
Binding: ClaimTypeCodes (required): The type or discipline-style of the claim
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... subType 0..1 CodeableConcept More granular claim type
Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode.
... use Σ 1..1 code claim | preauthorization | predetermination
Binding: Use (required): Complete, proposed, exploratory, other.
... patient Σ 1..1 Reference(Patient) The recipient of the products and services
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) STU3: The subject of the Products and Services additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... billablePeriod Σ 0..1 Period Relevant time frame for the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:billablePeriod 0..1 Period STU3: Period for charge submission additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.billablePeriod
Constraints: ext-1
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... created Σ 1..1 dateTime Response creation date
... enterer 0..1 Reference(Practitioner | PractitionerRole) Author of the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:enterer 0..1 Reference(Resource) STU3: Author additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... insurer Σ 1..1 Reference(Organization) Party responsible for reimbursement
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:insurer 0..1 Reference(Resource) STU3: Insurer responsible for the EOB additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... provider Σ 1..1 Reference(Practitioner | PractitionerRole | Organization) Party responsible for the claim
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:provider 0..1 Reference(Resource) STU3: Responsible provider for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... extension:organization 0..1 Reference(Resource) STU3: Responsible organization for the claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... priority 0..1 CodeableConcept Desired processing urgency
Binding: ProcessPriorityCodes (example): The timeliness with which processing is required: stat, normal, deferred.
... fundsReserveRequested 0..1 CodeableConcept For whom to reserve funds
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... fundsReserve 0..1 CodeableConcept Funds reserved status
Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None).
... related 0..* BackboneElement Prior or corollary claims
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... claim 0..1 Reference(Claim) Reference to the related claim
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... relationship 0..1 CodeableConcept How the reference claim is related
Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim.
.... reference 0..1 Identifier File or case reference
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:reference 0..1 Identifier STU3: Related file or case reference additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.related.reference
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... prescription 0..1 Reference(MedicationRequest | VisionPrescription) Prescription authorizing services or products
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:prescription 0..1 Reference(Resource) STU3: prescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... originalPrescription 0..1 Reference(MedicationRequest) Original prescription if superceded by fulfiller
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:originalPrescription 0..1 Reference(Resource) STU3: originalPrescription additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... payee 0..1 BackboneElement Recipient of benefits payable
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 0..1 CodeableConcept Category of recipient
Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed.
.... party 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) Recipient reference
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:resourceType 0..1 CodeableConcept STU3: organization | patient | practitioner | relatedperson additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payee.resourceType
Binding: R3ResourceTypeLinkForR4B (0.1.0) (required): The type of payee Resource
Constraints: ext-1
...... extension:party 0..1 Reference(Resource) STU3: Party to receive the payable
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
... referral 0..1 Reference(ServiceRequest) Treatment Referral
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:referral 0..1 Reference(Resource) STU3: referral additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... facility 0..1 Reference(Location) Servicing Facility
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:facility 0..1 Reference(Resource) STU3: facility additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... claim 0..1 Reference(Claim) Claim reference
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:claim 0..1 Reference(Resource) STU3: claim additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... claimResponse 0..1 Reference(ClaimResponse) Claim response reference
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:claimResponse 0..1 Reference(Resource) STU3: claimResponse additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... outcome Σ 1..1 code queued | complete | error | partial
Binding: RemittanceOutcome (required): The result of the claim processing.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:outcome 0..1 CodeableConcept STU3: complete | error | partial additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.outcome
Binding: RemittanceOutcome (example): The result of the claim processing
Constraints: ext-1
.... value 0..1 code Primitive value for code
... disposition 0..1 string Disposition Message
... preAuthRef 0..* string Preauthorization reference
... preAuthRefPeriod 0..* Period Preauthorization in-effect period
... careTeam 0..* BackboneElement Care Team members
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Order of care team
.... provider 1..1 Reference(Practitioner | PractitionerRole | Organization) Practitioner or organization
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:provider 0..1 Reference(Resource) STU3: Member of the Care Team additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... responsible 0..1 boolean Indicator of the lead practitioner
.... role 0..1 CodeableConcept Function within the team
Binding: ClaimCareTeamRoleCodes (example): The role codes for the care team members.
.... qualification 0..1 CodeableConcept Practitioner credential or specialization
Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications.
... supportingInfo 0..* BackboneElement Supporting information
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:timing 0..1 Period STU3: timing additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.timing
Constraints: ext-1
..... extension:value 0..1 Attachment STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.information.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Information instance identifier
.... category 1..1 CodeableConcept Classification of the supplied information
Binding: ClaimInformationCategoryCodes (example): The valuset used for additional information category codes.
.... code 0..1 CodeableConcept Type of information
Binding: ExceptionCodes (example): The valuset used for additional information codes.
.... timing[x] 0..1 When it occurred
..... timingDate date
..... timingPeriod Period
.... value[x] 0..1 Data to be provided
..... value[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Additional Data or supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... valueBoolean boolean
..... valueString string
..... valueQuantity Quantity
..... valueAttachment Attachment
..... valueReference Reference(Resource)
.... reason 0..1 Coding Explanation for the information
Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth.
... diagnosis 0..* BackboneElement Pertinent diagnosis information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Diagnosis instance identifier
.... diagnosis[x] 1..1 Nature of illness or problem
Binding: ICD-10Codes (example): ICD10 Diagnostic codes.
..... diagnosis[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's diagnosis additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... diagnosisCodeableConcept CodeableConcept
..... diagnosisReference Reference(Condition)
.... type 0..* CodeableConcept Timing or nature of the diagnosis
Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge.
.... onAdmission 0..1 CodeableConcept Present on admission
Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission.
.... packageCode 0..1 CodeableConcept Package billing code
Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis.
... procedure 0..* BackboneElement Clinical procedures performed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Procedure instance identifier
.... type 0..* CodeableConcept Category of Procedure
Binding: ExampleProcedureTypeCodes (example): Example procedure type codes.
.... date 0..1 dateTime When the procedure was performed
.... procedure[x] 1..1 Specific clinical procedure
Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes.
..... procedure[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Patient's list of procedures performed additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... procedureCodeableConcept CodeableConcept
..... procedureReference Reference(Procedure)
.... udi 0..* Reference(Device) Unique device identifier
... precedence 0..1 positiveInt Precedence (primary, secondary, etc.)
... insurance Σ 1..* BackboneElement Patient insurance information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... focal Σ 1..1 boolean Coverage to be used for adjudication
.... coverage Σ 1..1 Reference(Coverage) Insurance information
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:coverage 0..1 Reference(Resource) STU3: coverage additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... preAuthRef 0..* string Prior authorization reference number
... accident 0..1 BackboneElement Details of the event
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:location 0..1 Address STU3: Accident Place additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.location
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... date 0..1 date When the incident occurred
.... type 0..1 CodeableConcept The nature of the accident
Binding: ActIncidentCode (3.0.0) (extensible): Type of accident: work place, auto, etc.
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 0..1 CodeableConcept STU3: type
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.accident.type
Binding: http://terminology.hl7.org/ValueSet/v3-ActIncidentCode|2.0.0 (required): Type of accident: work place, auto, etc.
Constraints: ext-1
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... location[x] 0..1 Where the event occurred
..... location[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Accident Place additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... locationAddress Address
..... locationReference Reference(Location)
... item 0..* BackboneElement Product or service provided
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:serviced 0..1 Period STU3: Date or dates of Service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.serviced
Constraints: ext-1
..... extension:location 0..1 Address STU3: Place of service additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.location
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence 1..1 positiveInt Item instance identifier
.... careTeamSequence 0..* positiveInt Applicable care team members
.... diagnosisSequence 0..* positiveInt Applicable diagnoses
.... procedureSequence 0..* positiveInt Applicable procedures
.... informationSequence 0..* positiveInt Applicable exception and supporting information
.... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
.... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
.... modifier 0..* CodeableConcept Product or service billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place where the service is rendered.
..... location[x]All Types Content/Rules for all Types
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:alternateReference 0..1 Reference(Resource) STU3: Place of service additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... udi 0..* Reference(Device) Unique device identifier
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... encounter 0..* Reference(Encounter) Encounters related to this billed item
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:encounter 0..1 Reference(Resource) STU3: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication 0..* BackboneElement Adjudication details
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... category 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
..... reason 0..1 CodeableConcept Explanation of adjudication outcome
Binding: AdjudicationReasonCodes (example): Adjudication reason codes.
..... amount 0..1 Money Monetary amount
..... value 0..1 decimal Non-monitary value
.... detail 0..* BackboneElement Additional items
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 1..1 CodeableConcept STU3: Group or type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... sequence 1..1 positiveInt Product or service provided
..... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
..... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
..... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... udi 0..* Reference(Device) Unique device identifier
...... id 0..1 id Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display Σ 0..1 string Text alternative for the resource
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 0..* See adjudication (ExplanationOfBenefit) Detail level adjudication details
..... subDetail 0..* BackboneElement Additional items
...... id 0..1 string Unique id for inter-element referencing
...... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
....... extension:type 1..1 CodeableConcept STU3: Type of product or service (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.type
Binding: R3V3ActInvoiceGroupCodeForR4B (0.1.0) (required): Service, Product, Rx Dispense, Rx Compound etc.
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... sequence 1..1 positiveInt Product or service provided
...... revenue 0..1 CodeableConcept Revenue or cost center code
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
...... category 0..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
...... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... udi 0..* Reference(Device) Unique device identifier
....... id 0..1 id Unique id for inter-element referencing
....... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
........ extension:udi 0..1 Reference(Resource) STU3: Unique Device Identifier additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
....... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
....... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible)
....... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
....... display Σ 0..1 string Text alternative for the resource
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ExplanationOfBenefit) Subdetail level adjudication details
... addItem 0..* BackboneElement Insurer added line items
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
Constraints: ext-1
..... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... itemSequence 0..* positiveInt Item sequence number
.... detailSequence 0..* positiveInt Detail sequence number
.... subDetailSequence 0..* positiveInt Subdetail sequence number
.... provider 0..* Reference(Practitioner | PractitionerRole | Organization) Authorized providers
.... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
.... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
.... programCode 0..* CodeableConcept Program the product or service is provided under
Binding: ExampleProgramReasonCodes (example): Program specific reason codes.
.... serviced[x] 0..1 Date or dates of service or product delivery
..... servicedDate date
..... servicedPeriod Period
.... location[x] 0..1 Place of service or where product was supplied
Binding: ExampleServicePlaceCodes (example): Place where the service is rendered.
..... locationCodeableConcept CodeableConcept
..... locationAddress Address
..... locationReference Reference(Location)
.... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
.... unitPrice 0..1 Money Fee, charge or cost per item
.... factor 0..1 decimal Price scaling factor
.... net 0..1 Money Total item cost
.... bodySite 0..1 CodeableConcept Anatomical location
Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch.
.... subSite 0..* CodeableConcept Anatomical sub-location
Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations.
.... noteNumber 0..* positiveInt Applicable note numbers
.... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
.... detail 0..* BackboneElement Insurer added line items
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:revenue 0..1 CodeableConcept STU3: Revenue or cost center code (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.revenue
Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products.
Constraints: ext-1
...... extension:category 0..1 CodeableConcept STU3: Type of service or product (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.category
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
..... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
..... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
..... unitPrice 0..1 Money Fee, charge or cost per item
..... factor 0..1 decimal Price scaling factor
..... net 0..1 Money Total item cost
..... noteNumber 0..* positiveInt Applicable note numbers
..... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
..... subDetail 0..* BackboneElement Insurer added line items
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... productOrService 1..1 CodeableConcept Billing, service, product, or drug code
Binding: USCLSCodes (example): Allowable service and product codes.
...... modifier 0..* CodeableConcept Service/Product billing modifiers
Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.
...... quantity 0..1 SimpleQuantity(4.3.0) Count of products or services
...... unitPrice 0..1 Money Fee, charge or cost per item
...... factor 0..1 decimal Price scaling factor
...... net 0..1 Money Total item cost
...... noteNumber 0..* positiveInt Applicable note numbers
...... adjudication 0..* See adjudication (ExplanationOfBenefit) Added items adjudication
... adjudication 0..* See adjudication (ExplanationOfBenefit) Header-level adjudication
... total Σ 0..* BackboneElement Adjudication totals
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category Σ 1..1 CodeableConcept Type of adjudication information
Binding: AdjudicationValueCodes (example): The adjudication codes.
.... amount Σ 1..1 Money Financial total for the category
... payment 0..1 BackboneElement Payment Details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 0..1 CodeableConcept Partial or complete payment
Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment.
.... adjustment 0..1 Money Payment adjustment for non-claim issues
.... adjustmentReason 0..1 CodeableConcept Explanation for the variance
Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes.
.... date 0..1 date Expected date of payment
.... amount 0..1 Money Payable amount after adjustment
.... identifier 0..1 Identifier Business identifier for the payment
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:identifier 0..1 Identifier STU3: Identifier of the payment instrument additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.payment.identifier
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... formCode 0..1 CodeableConcept Printed form identifier
Binding: Form Codes (example): The forms codes.
... form 0..1 Attachment Printed reference or actual form
... processNote 0..* BackboneElement Note concerning adjudication
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... number 0..1 positiveInt Note instance identifier
.... type 0..1 code display | print | printoper
Binding: NoteType (required): The presentation types of notes.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 0..1 CodeableConcept STU3: type additional types
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type
Binding: NoteType (required): The presentation types of notes.
Constraints: ext-1
..... value 0..1 code Primitive value for code
.... text 0..1 string Note explanatory text
.... language 0..1 CodeableConcept Language of the text
Binding: CommonLanguages (preferred): IETF language tag
Additional BindingsPurpose
AllLanguages Max Binding
... benefitPeriod 0..1 Period When the benefits are applicable
... benefitBalance 0..* BackboneElement Balance by Benefit Category
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:subCategory 0..1 CodeableConcept STU3: Detailed services covered within the type (new)
URL: http://hl7.org/fhir/3.0/StructureDefinition/extension-ExplanationOfBenefit.benefitBalance.subCategory
Binding: R3BenefitSubcategoryForR4B (0.1.0) (example): Benefit subcategories such as: oral-basic, major, glasses
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... category 1..1 CodeableConcept Benefit classification
Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc.
.... excluded 0..1 boolean Excluded from the plan
.... name 0..1 string Short name for the benefit
.... description 0..1 string Description of the benefit or services covered
.... network 0..1 CodeableConcept In or out of network
Binding: NetworkTypeCodes (example): Code to classify in or out of network services.
.... unit 0..1 CodeableConcept Individual or family
Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family.
.... term 0..1 CodeableConcept Annual or lifetime
Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime.
.... financial 0..* BackboneElement Benefit Summary
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type 1..1 CodeableConcept Benefit classification
Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc.
..... allowed[x] 0..1 Benefits allowed
...... allowedUnsignedInt unsignedInt
...... allowedString string
...... allowedMoney Money
..... used[x] 0..1 Benefits used
...... usedUnsignedInt unsignedInt
...... usedMoney Money

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ExplanationOfBenefit.​meta.security Base extensible SecurityLabels 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​meta.tag Base example Common Tags 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​language Base preferred Common Languages 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​text.status Base required NarrativeStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​identifier.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​identifier.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​status Base required ExplanationOfBenefitStatus 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​type Base extensible Claim Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​subType Base example Example Claim SubType Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​use Base required Use 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​patient.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​enterer.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​insurer.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​provider.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​priority Base example Process Priority Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​fundsReserveRequested Base example FundsReserve 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​fundsReserve Base example FundsReserve 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.claim.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.relationship Base example Example Related Claim Relationship Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.reference.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​related.reference.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​prescription.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​originalPrescription.​type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payee.type Base example PayeeType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payee.party.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​referral.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​facility.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​claim.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​claimResponse.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​outcome Base required RemittanceOutcome 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.provider.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.role Base example Claim Care Team Role Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​careTeam.qualification Base example Example Provider Qualification Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.category Base example Claim Information Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.code Base example Exception Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​supportingInfo.reason Base example Missing Tooth Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.diagnosis[x] Base example ICD-10 Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.type Base example Example Diagnosis Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.onAdmission Base example Example Diagnosis on Admission Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​diagnosis.packageCode Base example Example Diagnosis Related Group Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​procedure.type Base example Example Procedure Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​procedure.procedure[x] Base example ICD-10 Procedure Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​insurance.coverage.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​accident.type Base extensible ActIncidentCode 📍3.0.0 THO v7.1
ExplanationOfBenefit.​item.revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.location[x] Base example Example Service Place Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.bodySite Base example Oral Site Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.subSite Base example Surface Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.encounter.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.adjudication.category Base example Adjudication Value Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.adjudication.reason Base example Adjudication Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​revenue Base example Example Revenue Center Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​item.detail.subDetail.​udi.type Base extensible ResourceType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.programCode Base example Example Program Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.location[x] Base example Example Service Place Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.bodySite Base example Oral Site Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.subSite Base example Surface Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.subDetail.​productOrService Base example USCLS Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​addItem.detail.subDetail.​modifier Base example Modifier type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​total.category Base example Adjudication Value Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.type Base example Example Payment Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.adjustmentReason Base example Payment Adjustment Reason Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.identifier.use Base required IdentifierUse 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​payment.identifier.type Base extensible IdentifierType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​formCode Base example Forms 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​processNote.type Base required NoteType 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​processNote.language Base preferred Common Languages 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.category Base example Benefit Category Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.network Base example Network Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.unit Base example Unit Type Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.term Base example Benefit Term Codes 📍4.3.0 FHIR Std.
ExplanationOfBenefit.​benefitBalance.financial.​type Base example Benefit Type Codes 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ExplanationOfBenefit If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ExplanationOfBenefit 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()
dom-5 error ExplanationOfBenefit If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ExplanationOfBenefit A resource should have narrative for robust management text.`div`.exists()
dom-r4b warning ExplanationOfBenefit.contained Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1 error ExplanationOfBenefit.meta, ExplanationOfBenefit.meta.extension, ExplanationOfBenefit.meta.extension:meta, ExplanationOfBenefit.meta.versionId, ExplanationOfBenefit.meta.lastUpdated, ExplanationOfBenefit.meta.source, ExplanationOfBenefit.meta.profile, ExplanationOfBenefit.meta.security, ExplanationOfBenefit.meta.tag, ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.language, ExplanationOfBenefit.text, ExplanationOfBenefit.text.extension, ExplanationOfBenefit.text.extension:text, ExplanationOfBenefit.text.status, ExplanationOfBenefit.text.div, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier, ExplanationOfBenefit.identifier.extension, ExplanationOfBenefit.identifier.extension:identifier, ExplanationOfBenefit.identifier.use, ExplanationOfBenefit.identifier.type, ExplanationOfBenefit.identifier.system, ExplanationOfBenefit.identifier.value, ExplanationOfBenefit.identifier.period, ExplanationOfBenefit.identifier.assigner, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.type.coding, ExplanationOfBenefit.type.text, ExplanationOfBenefit.subType, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.patient.reference, ExplanationOfBenefit.patient.type, ExplanationOfBenefit.patient.identifier, ExplanationOfBenefit.patient.display, ExplanationOfBenefit.billablePeriod, ExplanationOfBenefit.billablePeriod.extension, ExplanationOfBenefit.billablePeriod.extension:billablePeriod, ExplanationOfBenefit.billablePeriod.start, ExplanationOfBenefit.billablePeriod.end, ExplanationOfBenefit.created, ExplanationOfBenefit.enterer, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.enterer.reference, ExplanationOfBenefit.enterer.type, ExplanationOfBenefit.enterer.identifier, ExplanationOfBenefit.enterer.display, ExplanationOfBenefit.insurer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.insurer.reference, ExplanationOfBenefit.insurer.type, ExplanationOfBenefit.insurer.identifier, ExplanationOfBenefit.insurer.display, ExplanationOfBenefit.provider, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.provider.reference, ExplanationOfBenefit.provider.type, ExplanationOfBenefit.provider.identifier, ExplanationOfBenefit.provider.display, ExplanationOfBenefit.priority, ExplanationOfBenefit.fundsReserveRequested, ExplanationOfBenefit.fundsReserve, ExplanationOfBenefit.related, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim, ExplanationOfBenefit.related.claim.extension, ExplanationOfBenefit.related.claim.extension:claim, ExplanationOfBenefit.related.claim.reference, ExplanationOfBenefit.related.claim.type, ExplanationOfBenefit.related.claim.identifier, ExplanationOfBenefit.related.claim.display, ExplanationOfBenefit.related.relationship, ExplanationOfBenefit.related.reference, ExplanationOfBenefit.related.reference.extension, ExplanationOfBenefit.related.reference.extension:reference, ExplanationOfBenefit.related.reference.use, ExplanationOfBenefit.related.reference.type, ExplanationOfBenefit.related.reference.system, ExplanationOfBenefit.related.reference.value, ExplanationOfBenefit.related.reference.period, ExplanationOfBenefit.related.reference.assigner, ExplanationOfBenefit.prescription, ExplanationOfBenefit.prescription.extension, ExplanationOfBenefit.prescription.extension:prescription, ExplanationOfBenefit.prescription.reference, ExplanationOfBenefit.prescription.type, ExplanationOfBenefit.prescription.identifier, ExplanationOfBenefit.prescription.display, ExplanationOfBenefit.originalPrescription, ExplanationOfBenefit.originalPrescription.extension, ExplanationOfBenefit.originalPrescription.extension:originalPrescription, ExplanationOfBenefit.originalPrescription.reference, ExplanationOfBenefit.originalPrescription.type, ExplanationOfBenefit.originalPrescription.identifier, ExplanationOfBenefit.originalPrescription.display, ExplanationOfBenefit.payee, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.type, ExplanationOfBenefit.payee.party, ExplanationOfBenefit.payee.party.extension, ExplanationOfBenefit.payee.party.extension:resourceType, ExplanationOfBenefit.payee.party.extension:party, ExplanationOfBenefit.payee.party.reference, ExplanationOfBenefit.payee.party.type, ExplanationOfBenefit.payee.party.identifier, ExplanationOfBenefit.payee.party.display, ExplanationOfBenefit.referral, ExplanationOfBenefit.referral.extension, ExplanationOfBenefit.referral.extension:referral, ExplanationOfBenefit.referral.reference, ExplanationOfBenefit.referral.type, ExplanationOfBenefit.referral.identifier, ExplanationOfBenefit.referral.display, ExplanationOfBenefit.facility, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.facility.reference, ExplanationOfBenefit.facility.type, ExplanationOfBenefit.facility.identifier, ExplanationOfBenefit.facility.display, ExplanationOfBenefit.claim, ExplanationOfBenefit.claim.extension, ExplanationOfBenefit.claim.extension:claim, ExplanationOfBenefit.claim.reference, ExplanationOfBenefit.claim.type, ExplanationOfBenefit.claim.identifier, ExplanationOfBenefit.claim.display, ExplanationOfBenefit.claimResponse, ExplanationOfBenefit.claimResponse.extension, ExplanationOfBenefit.claimResponse.extension:claimResponse, ExplanationOfBenefit.claimResponse.reference, ExplanationOfBenefit.claimResponse.type, ExplanationOfBenefit.claimResponse.identifier, ExplanationOfBenefit.claimResponse.display, ExplanationOfBenefit.outcome, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.disposition, ExplanationOfBenefit.preAuthRef, ExplanationOfBenefit.preAuthRefPeriod, ExplanationOfBenefit.careTeam, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.sequence, ExplanationOfBenefit.careTeam.provider, ExplanationOfBenefit.careTeam.provider.extension, ExplanationOfBenefit.careTeam.provider.extension:provider, ExplanationOfBenefit.careTeam.provider.reference, ExplanationOfBenefit.careTeam.provider.type, ExplanationOfBenefit.careTeam.provider.identifier, ExplanationOfBenefit.careTeam.provider.display, ExplanationOfBenefit.careTeam.responsible, ExplanationOfBenefit.careTeam.role, ExplanationOfBenefit.careTeam.qualification, ExplanationOfBenefit.supportingInfo, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:timing, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.supportingInfo.sequence, ExplanationOfBenefit.supportingInfo.category, ExplanationOfBenefit.supportingInfo.code, ExplanationOfBenefit.supportingInfo.timing[x], ExplanationOfBenefit.supportingInfo.value[x], ExplanationOfBenefit.supportingInfo.value[x].extension, ExplanationOfBenefit.supportingInfo.value[x].extension:alternateReference, ExplanationOfBenefit.supportingInfo.reason, ExplanationOfBenefit.diagnosis, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.sequence, ExplanationOfBenefit.diagnosis.diagnosis[x], ExplanationOfBenefit.diagnosis.diagnosis[x].extension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension:alternateReference, ExplanationOfBenefit.diagnosis.type, ExplanationOfBenefit.diagnosis.onAdmission, ExplanationOfBenefit.diagnosis.packageCode, ExplanationOfBenefit.procedure, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.procedure.sequence, ExplanationOfBenefit.procedure.type, ExplanationOfBenefit.procedure.date, ExplanationOfBenefit.procedure.procedure[x], ExplanationOfBenefit.procedure.procedure[x].extension, ExplanationOfBenefit.procedure.procedure[x].extension:alternateReference, ExplanationOfBenefit.procedure.udi, ExplanationOfBenefit.precedence, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage, ExplanationOfBenefit.insurance.coverage.reference, ExplanationOfBenefit.insurance.coverage.type, ExplanationOfBenefit.insurance.coverage.identifier, ExplanationOfBenefit.insurance.coverage.display, ExplanationOfBenefit.insurance.preAuthRef, ExplanationOfBenefit.accident, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.extension:location, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.date, ExplanationOfBenefit.accident.type, ExplanationOfBenefit.accident.type.extension, ExplanationOfBenefit.accident.type.extension:type, ExplanationOfBenefit.accident.type.coding, ExplanationOfBenefit.accident.type.text, ExplanationOfBenefit.accident.location[x], ExplanationOfBenefit.accident.location[x].extension, ExplanationOfBenefit.accident.location[x].extension:alternateReference, ExplanationOfBenefit.item, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:serviced, ExplanationOfBenefit.item.extension:location, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.sequence, ExplanationOfBenefit.item.careTeamSequence, ExplanationOfBenefit.item.diagnosisSequence, ExplanationOfBenefit.item.procedureSequence, ExplanationOfBenefit.item.informationSequence, ExplanationOfBenefit.item.revenue, ExplanationOfBenefit.item.category, ExplanationOfBenefit.item.productOrService, ExplanationOfBenefit.item.modifier, ExplanationOfBenefit.item.programCode, ExplanationOfBenefit.item.serviced[x], ExplanationOfBenefit.item.location[x], ExplanationOfBenefit.item.location[x].extension, ExplanationOfBenefit.item.location[x].extension:alternateReference, ExplanationOfBenefit.item.quantity, ExplanationOfBenefit.item.unitPrice, ExplanationOfBenefit.item.factor, ExplanationOfBenefit.item.net, ExplanationOfBenefit.item.udi, ExplanationOfBenefit.item.udi.extension, ExplanationOfBenefit.item.udi.extension:udi, ExplanationOfBenefit.item.udi.reference, ExplanationOfBenefit.item.udi.type, ExplanationOfBenefit.item.udi.identifier, ExplanationOfBenefit.item.udi.display, ExplanationOfBenefit.item.bodySite, ExplanationOfBenefit.item.subSite, ExplanationOfBenefit.item.encounter, ExplanationOfBenefit.item.encounter.extension, ExplanationOfBenefit.item.encounter.extension:encounter, ExplanationOfBenefit.item.encounter.reference, ExplanationOfBenefit.item.encounter.type, ExplanationOfBenefit.item.encounter.identifier, ExplanationOfBenefit.item.encounter.display, ExplanationOfBenefit.item.noteNumber, ExplanationOfBenefit.item.adjudication, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.adjudication.category, ExplanationOfBenefit.item.adjudication.reason, ExplanationOfBenefit.item.adjudication.amount, ExplanationOfBenefit.item.adjudication.value, ExplanationOfBenefit.item.detail, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:type, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.sequence, ExplanationOfBenefit.item.detail.revenue, ExplanationOfBenefit.item.detail.category, ExplanationOfBenefit.item.detail.productOrService, ExplanationOfBenefit.item.detail.modifier, ExplanationOfBenefit.item.detail.programCode, ExplanationOfBenefit.item.detail.quantity, ExplanationOfBenefit.item.detail.unitPrice, ExplanationOfBenefit.item.detail.factor, ExplanationOfBenefit.item.detail.net, ExplanationOfBenefit.item.detail.udi, ExplanationOfBenefit.item.detail.udi.extension, ExplanationOfBenefit.item.detail.udi.extension:udi, ExplanationOfBenefit.item.detail.udi.reference, ExplanationOfBenefit.item.detail.udi.type, ExplanationOfBenefit.item.detail.udi.identifier, ExplanationOfBenefit.item.detail.udi.display, ExplanationOfBenefit.item.detail.noteNumber, ExplanationOfBenefit.item.detail.adjudication, ExplanationOfBenefit.item.detail.subDetail, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:type, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.sequence, ExplanationOfBenefit.item.detail.subDetail.revenue, ExplanationOfBenefit.item.detail.subDetail.category, ExplanationOfBenefit.item.detail.subDetail.productOrService, ExplanationOfBenefit.item.detail.subDetail.modifier, ExplanationOfBenefit.item.detail.subDetail.programCode, ExplanationOfBenefit.item.detail.subDetail.quantity, ExplanationOfBenefit.item.detail.subDetail.unitPrice, ExplanationOfBenefit.item.detail.subDetail.factor, ExplanationOfBenefit.item.detail.subDetail.net, ExplanationOfBenefit.item.detail.subDetail.udi, ExplanationOfBenefit.item.detail.subDetail.udi.extension, ExplanationOfBenefit.item.detail.subDetail.udi.extension:udi, ExplanationOfBenefit.item.detail.subDetail.udi.reference, ExplanationOfBenefit.item.detail.subDetail.udi.type, ExplanationOfBenefit.item.detail.subDetail.udi.identifier, ExplanationOfBenefit.item.detail.subDetail.udi.display, ExplanationOfBenefit.item.detail.subDetail.noteNumber, ExplanationOfBenefit.item.detail.subDetail.adjudication, ExplanationOfBenefit.addItem, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:category, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.itemSequence, ExplanationOfBenefit.addItem.detailSequence, ExplanationOfBenefit.addItem.subDetailSequence, ExplanationOfBenefit.addItem.provider, ExplanationOfBenefit.addItem.productOrService, ExplanationOfBenefit.addItem.modifier, ExplanationOfBenefit.addItem.programCode, ExplanationOfBenefit.addItem.serviced[x], ExplanationOfBenefit.addItem.location[x], ExplanationOfBenefit.addItem.quantity, ExplanationOfBenefit.addItem.unitPrice, ExplanationOfBenefit.addItem.factor, ExplanationOfBenefit.addItem.net, ExplanationOfBenefit.addItem.bodySite, ExplanationOfBenefit.addItem.subSite, ExplanationOfBenefit.addItem.noteNumber, ExplanationOfBenefit.addItem.adjudication, ExplanationOfBenefit.addItem.detail, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:category, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.productOrService, ExplanationOfBenefit.addItem.detail.modifier, ExplanationOfBenefit.addItem.detail.quantity, ExplanationOfBenefit.addItem.detail.unitPrice, ExplanationOfBenefit.addItem.detail.factor, ExplanationOfBenefit.addItem.detail.net, ExplanationOfBenefit.addItem.detail.noteNumber, ExplanationOfBenefit.addItem.detail.adjudication, ExplanationOfBenefit.addItem.detail.subDetail, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.productOrService, ExplanationOfBenefit.addItem.detail.subDetail.modifier, ExplanationOfBenefit.addItem.detail.subDetail.quantity, ExplanationOfBenefit.addItem.detail.subDetail.unitPrice, ExplanationOfBenefit.addItem.detail.subDetail.factor, ExplanationOfBenefit.addItem.detail.subDetail.net, ExplanationOfBenefit.addItem.detail.subDetail.noteNumber, ExplanationOfBenefit.addItem.detail.subDetail.adjudication, ExplanationOfBenefit.adjudication, ExplanationOfBenefit.total, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.total.category, ExplanationOfBenefit.total.amount, ExplanationOfBenefit.payment, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.payment.type, ExplanationOfBenefit.payment.adjustment, ExplanationOfBenefit.payment.adjustmentReason, ExplanationOfBenefit.payment.date, ExplanationOfBenefit.payment.amount, ExplanationOfBenefit.payment.identifier, ExplanationOfBenefit.payment.identifier.extension, ExplanationOfBenefit.payment.identifier.extension:identifier, ExplanationOfBenefit.payment.identifier.use, ExplanationOfBenefit.payment.identifier.type, ExplanationOfBenefit.payment.identifier.system, ExplanationOfBenefit.payment.identifier.value, ExplanationOfBenefit.payment.identifier.period, ExplanationOfBenefit.payment.identifier.assigner, ExplanationOfBenefit.formCode, ExplanationOfBenefit.form, ExplanationOfBenefit.processNote, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.number, ExplanationOfBenefit.processNote.type, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.processNote.text, ExplanationOfBenefit.processNote.language, ExplanationOfBenefit.benefitPeriod, ExplanationOfBenefit.benefitBalance, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.extension:subCategory, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.category, ExplanationOfBenefit.benefitBalance.excluded, ExplanationOfBenefit.benefitBalance.name, ExplanationOfBenefit.benefitBalance.description, ExplanationOfBenefit.benefitBalance.network, ExplanationOfBenefit.benefitBalance.unit, ExplanationOfBenefit.benefitBalance.term, ExplanationOfBenefit.benefitBalance.financial, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.type, ExplanationOfBenefit.benefitBalance.financial.allowed[x], ExplanationOfBenefit.benefitBalance.financial.used[x] All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error ExplanationOfBenefit.meta.extension, ExplanationOfBenefit.meta.extension:meta, ExplanationOfBenefit.text.extension, ExplanationOfBenefit.text.extension:text, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:employmentImpacted, ExplanationOfBenefit.extension:hospitalization, ExplanationOfBenefit.extension:unallocDeductable, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier.extension, ExplanationOfBenefit.identifier.extension:identifier, ExplanationOfBenefit.type.extension, ExplanationOfBenefit.type.extension:type, ExplanationOfBenefit.patient.extension, ExplanationOfBenefit.patient.extension:patient, ExplanationOfBenefit.billablePeriod.extension, ExplanationOfBenefit.billablePeriod.extension:billablePeriod, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.insurer.extension, ExplanationOfBenefit.insurer.extension:insurer, ExplanationOfBenefit.provider.extension, ExplanationOfBenefit.provider.extension:provider, ExplanationOfBenefit.provider.extension:organization, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim.extension, ExplanationOfBenefit.related.claim.extension:claim, ExplanationOfBenefit.related.reference.extension, ExplanationOfBenefit.related.reference.extension:reference, ExplanationOfBenefit.prescription.extension, ExplanationOfBenefit.prescription.extension:prescription, ExplanationOfBenefit.originalPrescription.extension, ExplanationOfBenefit.originalPrescription.extension:originalPrescription, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.party.extension, ExplanationOfBenefit.payee.party.extension:resourceType, ExplanationOfBenefit.payee.party.extension:party, ExplanationOfBenefit.referral.extension, ExplanationOfBenefit.referral.extension:referral, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.claim.extension, ExplanationOfBenefit.claim.extension:claim, ExplanationOfBenefit.claimResponse.extension, ExplanationOfBenefit.claimResponse.extension:claimResponse, ExplanationOfBenefit.outcome.extension, ExplanationOfBenefit.outcome.extension:outcome, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.provider.extension, ExplanationOfBenefit.careTeam.provider.extension:provider, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:timing, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.supportingInfo.value[x].extension, ExplanationOfBenefit.supportingInfo.value[x].extension:alternateReference, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension, ExplanationOfBenefit.diagnosis.diagnosis[x].extension:alternateReference, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.procedure.procedure[x].extension, ExplanationOfBenefit.procedure.procedure[x].extension:alternateReference, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.coverage.extension, ExplanationOfBenefit.insurance.coverage.extension:coverage, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.extension:location, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.type.extension, ExplanationOfBenefit.accident.type.extension:type, ExplanationOfBenefit.accident.location[x].extension, ExplanationOfBenefit.accident.location[x].extension:alternateReference, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:serviced, ExplanationOfBenefit.item.extension:location, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.location[x].extension, ExplanationOfBenefit.item.location[x].extension:alternateReference, ExplanationOfBenefit.item.udi.extension, ExplanationOfBenefit.item.udi.extension:udi, ExplanationOfBenefit.item.encounter.extension, ExplanationOfBenefit.item.encounter.extension:encounter, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:type, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.udi.extension, ExplanationOfBenefit.item.detail.udi.extension:udi, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:type, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.udi.extension, ExplanationOfBenefit.item.detail.subDetail.udi.extension:udi, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:category, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:category, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.payment.identifier.extension, ExplanationOfBenefit.payment.identifier.extension:identifier, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.extension:subCategory, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error ExplanationOfBenefit.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error ExplanationOfBenefit.text.div The narrative SHALL have some non-whitespace content htmlChecks()

This structure is derived from ExplanationOfBenefit

Summary

Mandatory: 0 element(4 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron