Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-ExplanationOfBenefit | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R5_ExplanationOfBenefit_R4 | ||
This cross-version profile allows R5 ExplanationOfBenefit content to be represented via FHIR R4 ExplanationOfBenefit resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ExplanationOfBenefit(4.0.1) | Explanation of Benefit resource | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.traceNumber Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | (Complex) | R5: Event information (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.event Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Encounter for use in FHIR R4(0.1.0) | Encounter) | R5: Encounters associated with the listed treatments (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.encounter Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Result of the adjudication (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.decision Binding: R5ClaimDecisionForR4 (0.1.0) (example) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Package billing code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.diagnosisRelatedGroup Binding: ExampleDiagnosisRelatedGroupCodes (example) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.patientPaid Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Category or discipline Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim. |
![]() ![]() |
Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. |
![]() ![]() |
Σ | 1..1 | Reference(Patient) | The recipient of the products and services |
![]() ![]() |
Σ | 1..1 | dateTime | Response creation date |
![]() ![]() |
Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement |
![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim |
![]() ![]() |
Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. |
![]() ![]() |
Σ | 1..* | BackboneElement | Patient insurance information |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | boolean | Coverage to be used for adjudication |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Coverage) | Insurance information |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ExplanationOfBenefit.status | Base | required | ExplanationOfBenefitStatus | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.type | Base | extensible | Claim Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.use | Base | required | Use | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.outcome | Base | required | Claim Processing Codes | 📍4.0.1 | FHIR Std. |
| 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 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(canonical) = '#').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:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.created, ExplanationOfBenefit.insurer, ExplanationOfBenefit.provider, ExplanationOfBenefit.outcome, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.insurance.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from ExplanationOfBenefit
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | ExplanationOfBenefit(4.0.1) | Explanation of Benefit resource | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | (Complex) | R5: Event information (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.event Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Encounter for use in FHIR R4(0.1.0) | Encounter) | R5: Encounters associated with the listed treatments (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.encounter Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Result of the adjudication (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.decision Binding: R5ClaimDecisionForR4 (0.1.0) (example) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Package billing code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.diagnosisRelatedGroup Binding: ExampleDiagnosisRelatedGroupCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.patientPaid Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
0..* | Identifier | Business Identifier for the resource | |||||
![]() ![]() |
?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Category or discipline Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim. | ||||
![]() ![]() |
0..1 | CodeableConcept | More granular claim type Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode. | |||||
![]() ![]() |
Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient) | The recipient of the products and services | ||||
![]() ![]() |
Σ | 0..1 | Period | Relevant time frame for the claim | ||||
![]() ![]() |
Σ | 1..1 | dateTime | Response creation date | ||||
![]() ![]() |
0..1 | Reference(Practitioner | PractitionerRole) | Author of the claim | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: enterer URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement | ||||
![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim | ||||
![]() ![]() |
0..1 | CodeableConcept | Desired processing urgency Binding: ProcessPriorityCodes (example): The timeliness with which processing is required: stat, normal, deferred. | |||||
![]() ![]() |
0..1 | CodeableConcept | For whom to reserve funds Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
![]() ![]() |
0..1 | CodeableConcept | Funds reserved status Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
![]() ![]() |
0..* | BackboneElement | Prior or corollary claims | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | Reference(Claim) | Reference to the related claim | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | How the reference claim is related Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim. | |||||
![]() ![]() ![]() |
0..1 | Identifier | File or case reference | |||||
![]() ![]() |
0..1 | Reference(MedicationRequest | VisionPrescription) | Prescription authorizing services or products | |||||
![]() ![]() |
0..1 | Reference(MedicationRequest) | Original prescription if superceded by fulfiller | |||||
![]() ![]() |
0..1 | BackboneElement | Recipient of benefits payable | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Category of recipient Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed. | |||||
![]() ![]() ![]() |
0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) | Recipient reference | |||||
![]() ![]() |
0..1 | Reference(ServiceRequest) | Treatment Referral | |||||
![]() ![]() |
0..1 | Reference(Location) | Servicing Facility | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: facility additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..1 | Reference(Claim) | Claim reference | |||||
![]() ![]() |
0..1 | Reference(ClaimResponse) | Claim response reference | |||||
![]() ![]() |
Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. | ||||
![]() ![]() |
0..1 | string | Disposition Message | |||||
![]() ![]() |
0..* | string | Preauthorization reference | |||||
![]() ![]() |
0..* | Period | Preauthorization in-effect period | |||||
![]() ![]() |
0..* | BackboneElement | Care Team members | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Order of care team | |||||
![]() ![]() ![]() |
1..1 | Reference(Practitioner | PractitionerRole | Organization) | Practitioner or organization | |||||
![]() ![]() ![]() |
0..1 | boolean | Indicator of the lead practitioner | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Function within the team Binding: ClaimCareTeamRoleCodes (example): The role codes for the care team members. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Practitioner credential or specialization Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications. | |||||
![]() ![]() |
0..* | BackboneElement | Supporting information | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.supportingInfo.value Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Information instance identifier | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Classification of the supplied information Binding: ClaimInformationCategoryCodes (example): The valuset used for additional information category codes. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of information Binding: ExceptionCodes (example): The valuset used for additional information codes. | |||||
![]() ![]() ![]() |
0..1 | When it occurred | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Data to be provided | ||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Attachment | |||||||
![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() |
0..1 | Coding | Explanation for the information Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth. | |||||
![]() ![]() |
0..* | BackboneElement | Pertinent diagnosis information | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Diagnosis instance identifier | |||||
![]() ![]() ![]() |
1..1 | Nature of illness or problem Binding: ICD-10Codes (example): ICD10 Diagnostic codes. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Condition) | |||||||
![]() ![]() ![]() |
0..* | CodeableConcept | Timing or nature of the diagnosis Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Present on admission Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Package billing code Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis. | |||||
![]() ![]() |
0..* | BackboneElement | Clinical procedures performed | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Procedure instance identifier | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Category of Procedure Binding: ExampleProcedureTypeCodes (example): Example procedure type codes. | |||||
![]() ![]() ![]() |
0..1 | dateTime | When the procedure was performed | |||||
![]() ![]() ![]() |
1..1 | Specific clinical procedure Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Procedure) | |||||||
![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() |
0..1 | positiveInt | Precedence (primary, secondary, etc.) | |||||
![]() ![]() |
Σ | 1..* | BackboneElement | Patient insurance information | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | boolean | Coverage to be used for adjudication | ||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Coverage) | Insurance information | ||||
![]() ![]() ![]() |
0..* | string | Prior authorization reference number | |||||
![]() ![]() |
0..1 | BackboneElement | Details of the event | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | date | When the incident occurred | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The nature of the accident Binding: ActIncidentCode (3.0.0) (extensible): Type of accident: work place, auto, etc. | |||||
![]() ![]() ![]() |
0..1 | Where the event occurred | ||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() |
0..* | BackboneElement | Product or service provided | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.DeviceRequest for use in FHIR R4(0.1.0) | DeviceRequest | Cross-version Profile for R5.MedicationRequest for use in FHIR R4(0.1.0) | MedicationRequest | Cross-version Profile for R5.NutritionOrder for use in FHIR R4(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR R4(0.1.0) | ServiceRequest | Cross-version Profile for R5.SupplyRequest for use in FHIR R4(0.1.0) | SupplyRequest | Cross-version Profile for R5.VisionPrescription for use in FHIR R4(0.1.0) | VisionPrescription) | R5: Request or Referral for Service (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.request Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Item instance identifier | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable care team members | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable diagnoses | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable procedures | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable exception and supporting information | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() |
0..1 | Date or dates of service or product delivery | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
![]() ![]() ![]() |
0..* | Reference(Encounter) | Encounters related to this billed item | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Adjudication details | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Monetary amount | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Non-monitary value | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Quantity | R5: quantity additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.adjudication.quantity Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Primitive value for decimal | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Additional items | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Detail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | positiveInt | Product or service provided | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Detail level adjudication details | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional items | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Subdetail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | positiveInt | Product or service provided | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Subdetail level adjudication details | |||||
![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.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 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.DeviceRequest for use in FHIR R4(0.1.0) | DeviceRequest | Cross-version Profile for R5.MedicationRequest for use in FHIR R4(0.1.0) | MedicationRequest | Cross-version Profile for R5.NutritionOrder for use in FHIR R4(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR R4(0.1.0) | ServiceRequest | Cross-version Profile for R5.SupplyRequest for use in FHIR R4(0.1.0) | SupplyRequest | Cross-version Profile for R5.VisionPrescription for use in FHIR R4(0.1.0) | VisionPrescription) | R5: Request or Referral for Service (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.request Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | positiveInt | Item sequence number | |||||
![]() ![]() ![]() |
0..* | positiveInt | Detail sequence number | |||||
![]() ![]() ![]() |
0..* | positiveInt | Subdetail sequence number | |||||
![]() ![]() ![]() |
0..* | Reference(Practitioner | PractitionerRole | Organization) | Authorized providers | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() |
0..1 | Date or dates of service or product delivery | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | (Complex) | R5: Location (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.bodySite.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | CodeableConcept | R5: Sub-location (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.bodySite.subSite Binding: SurfaceCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.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 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem detail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.revenue Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem subdetail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Header-level adjudication | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Adjudication totals | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | ||||
![]() ![]() ![]() |
Σ | 1..1 | Money | Financial total for the category | ||||
![]() ![]() |
0..1 | BackboneElement | Payment Details | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Partial or complete payment Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment. | |||||
![]() ![]() ![]() |
0..1 | Money | Payment adjustment for non-claim issues | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Explanation for the variance Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes. | |||||
![]() ![]() ![]() |
0..1 | date | Expected date of payment | |||||
![]() ![]() ![]() |
0..1 | Money | Payable amount after adjustment | |||||
![]() ![]() ![]() |
0..1 | Identifier | Business identifier for the payment | |||||
![]() ![]() |
0..1 | CodeableConcept | Printed form identifier Binding: Form Codes (example): The forms codes. | |||||
![]() ![]() |
0..1 | Attachment | Printed reference or actual form | |||||
![]() ![]() |
0..* | BackboneElement | Note concerning adjudication | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | positiveInt | Note instance identifier | |||||
![]() ![]() ![]() |
0..1 | code | display | print | printoper Binding: NoteType (required): The presentation types of notes. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Note purpose additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type Binding: NoteType (extensible): The presentation types of notes. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() |
0..1 | string | Note explanatory text | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Language of the text Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Period | When the benefits are applicable | |||||
![]() ![]() |
0..* | BackboneElement | Balance by Benefit Category | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() |
0..1 | boolean | Excluded from the plan | |||||
![]() ![]() ![]() |
0..1 | string | Short name for the benefit | |||||
![]() ![]() ![]() |
0..1 | string | Description of the benefit or services covered | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | In or out of network Binding: NetworkTypeCodes (example): Code to classify in or out of network services. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Individual or family Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Annual or lifetime Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime. | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Benefit Summary | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Benefit classification Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc. | |||||
![]() ![]() ![]() ![]() |
0..1 | Benefits allowed | ||||||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
Money | |||||||
![]() ![]() ![]() ![]() |
0..1 | Benefits used | ||||||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() |
Money | |||||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ExplanationOfBenefit.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.status | Base | required | ExplanationOfBenefitStatus | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.type | Base | extensible | Claim Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.subType | Base | example | Example Claim SubType Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.use | Base | required | Use | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.enterer.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.priority | Base | example | Process Priority Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.fundsReserveRequested | Base | example | FundsReserve | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.fundsReserve | Base | example | FundsReserve | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.related.relationship | Base | example | Example Related Claim Relationship Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payee.type | Base | example | PayeeType | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.facility.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.outcome | Base | required | Claim Processing Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.careTeam.role | Base | example | Claim Care Team Role Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.careTeam.qualification | Base | example | Example Provider Qualification Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.category | Base | example | Claim Information Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.code | Base | example | Exception Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.reason | Base | example | Missing Tooth Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.diagnosis[x] | Base | example | ICD-10 Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.type | Base | example | Example Diagnosis Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.onAdmission | Base | example | Example Diagnosis on Admission Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.packageCode | Base | example | Example Diagnosis Related Group Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.procedure.type | Base | example | Example Procedure Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.procedure.procedure[x] | Base | example | ICD-10 Procedure Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.accident.type | Base | extensible | ActIncidentCode | 📍3.0.0 | THO v7.1 |
| ExplanationOfBenefit.item.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.location[x] | Base | example | Example Service Place Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.bodySite | Base | example | Oral Site Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.subSite | Base | example | Surface Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.adjudication.category | Base | example | Adjudication Value Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.adjudication.reason | Base | example | Adjudication Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.location[x] | Base | example | Example Service Place Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.bodySite | Base | example | Oral Site Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.subSite | Base | example | Surface Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.subDetail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.subDetail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.total.category | Base | example | Adjudication Value Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payment.type | Base | example | Example Payment Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payment.adjustmentReason | Base | example | Payment Adjustment Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.formCode | Base | example | Forms | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.processNote.type | Base | required | NoteType | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.processNote.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.benefitBalance.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.network | Base | example | Network Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.unit | Base | example | Unit Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.term | Base | example | Benefit Term Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.financial.type | Base | example | Benefit Type Codes | 📍4.0.1 | FHIR Std. |
| 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 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(canonical) = '#').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.meta, ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.language, ExplanationOfBenefit.text, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.subType, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.billablePeriod, 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.provider, ExplanationOfBenefit.priority, ExplanationOfBenefit.fundsReserveRequested, ExplanationOfBenefit.fundsReserve, ExplanationOfBenefit.related, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim, ExplanationOfBenefit.related.relationship, ExplanationOfBenefit.related.reference, ExplanationOfBenefit.prescription, ExplanationOfBenefit.originalPrescription, ExplanationOfBenefit.payee, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.type, ExplanationOfBenefit.payee.party, ExplanationOfBenefit.referral, ExplanationOfBenefit.facility, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.facility.reference, ExplanationOfBenefit.facility.type, ExplanationOfBenefit.facility.identifier, ExplanationOfBenefit.facility.display, ExplanationOfBenefit.claim, ExplanationOfBenefit.claimResponse, ExplanationOfBenefit.outcome, ExplanationOfBenefit.disposition, ExplanationOfBenefit.preAuthRef, ExplanationOfBenefit.preAuthRefPeriod, ExplanationOfBenefit.careTeam, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.sequence, ExplanationOfBenefit.careTeam.provider, ExplanationOfBenefit.careTeam.responsible, ExplanationOfBenefit.careTeam.role, ExplanationOfBenefit.careTeam.qualification, ExplanationOfBenefit.supportingInfo, ExplanationOfBenefit.supportingInfo.extension, 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.reason, ExplanationOfBenefit.diagnosis, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.sequence, ExplanationOfBenefit.diagnosis.diagnosis[x], 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.udi, ExplanationOfBenefit.precedence, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.preAuthRef, ExplanationOfBenefit.accident, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.date, ExplanationOfBenefit.accident.type, ExplanationOfBenefit.accident.location[x], ExplanationOfBenefit.item, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:traceNumber, ExplanationOfBenefit.item.extension:productOrServiceEnd, ExplanationOfBenefit.item.extension:request, ExplanationOfBenefit.item.extension:patientPaid, ExplanationOfBenefit.item.extension:tax, ExplanationOfBenefit.item.extension:reviewOutcome, 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.quantity, ExplanationOfBenefit.item.unitPrice, ExplanationOfBenefit.item.factor, ExplanationOfBenefit.item.net, ExplanationOfBenefit.item.udi, ExplanationOfBenefit.item.bodySite, ExplanationOfBenefit.item.subSite, ExplanationOfBenefit.item.encounter, 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.adjudication.value.extension, ExplanationOfBenefit.item.adjudication.value.extension:quantity, ExplanationOfBenefit.item.detail, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:traceNumber, ExplanationOfBenefit.item.detail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.extension:patientPaid, ExplanationOfBenefit.item.detail.extension:tax, ExplanationOfBenefit.item.detail.extension:reviewOutcome, 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.noteNumber, ExplanationOfBenefit.item.detail.adjudication, ExplanationOfBenefit.item.detail.subDetail, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.item.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.item.detail.subDetail.extension:tax, ExplanationOfBenefit.item.detail.subDetail.extension:reviewOutcome, 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.noteNumber, ExplanationOfBenefit.item.detail.subDetail.adjudication, ExplanationOfBenefit.addItem, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:traceNumber, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.extension:request, ExplanationOfBenefit.addItem.extension:patientPaid, ExplanationOfBenefit.addItem.extension:tax, ExplanationOfBenefit.addItem.extension:reviewOutcome, 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.bodySite.extension, ExplanationOfBenefit.addItem.bodySite.extension:site, ExplanationOfBenefit.addItem.bodySite.extension:subSite, ExplanationOfBenefit.addItem.bodySite.coding, ExplanationOfBenefit.addItem.bodySite.text, ExplanationOfBenefit.addItem.subSite, ExplanationOfBenefit.addItem.noteNumber, ExplanationOfBenefit.addItem.adjudication, ExplanationOfBenefit.addItem.detail, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.extension:tax, ExplanationOfBenefit.addItem.detail.extension:reviewOutcome, 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.extension:traceNumber, ExplanationOfBenefit.addItem.detail.subDetail.extension:revenue, ExplanationOfBenefit.addItem.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.subDetail.extension:tax, ExplanationOfBenefit.addItem.detail.subDetail.extension:reviewOutcome, 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.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.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.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:traceNumber, ExplanationOfBenefit.item.extension:productOrServiceEnd, ExplanationOfBenefit.item.extension:request, ExplanationOfBenefit.item.extension:patientPaid, ExplanationOfBenefit.item.extension:tax, ExplanationOfBenefit.item.extension:reviewOutcome, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.adjudication.value.extension, ExplanationOfBenefit.item.adjudication.value.extension:quantity, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:traceNumber, ExplanationOfBenefit.item.detail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.extension:patientPaid, ExplanationOfBenefit.item.detail.extension:tax, ExplanationOfBenefit.item.detail.extension:reviewOutcome, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.item.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.item.detail.subDetail.extension:tax, ExplanationOfBenefit.item.detail.subDetail.extension:reviewOutcome, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:traceNumber, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.extension:request, ExplanationOfBenefit.addItem.extension:patientPaid, ExplanationOfBenefit.addItem.extension:tax, ExplanationOfBenefit.addItem.extension:reviewOutcome, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.bodySite.extension, ExplanationOfBenefit.addItem.bodySite.extension:site, ExplanationOfBenefit.addItem.bodySite.extension:subSite, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.extension:tax, ExplanationOfBenefit.addItem.detail.extension:reviewOutcome, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.subDetail.extension:revenue, ExplanationOfBenefit.addItem.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.subDetail.extension:tax, ExplanationOfBenefit.addItem.detail.subDetail.extension:reviewOutcome, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from ExplanationOfBenefit
Summary
Mandatory: 0 element(2 nested mandatory elements)
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ExplanationOfBenefit(4.0.1) | Explanation of Benefit resource | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.traceNumber Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | (Complex) | R5: Event information (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.event Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Encounter for use in FHIR R4(0.1.0) | Encounter) | R5: Encounters associated with the listed treatments (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.encounter Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Result of the adjudication (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.decision Binding: R5ClaimDecisionForR4 (0.1.0) (example) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Package billing code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.diagnosisRelatedGroup Binding: ExampleDiagnosisRelatedGroupCodes (example) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.patientPaid Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Category or discipline Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim. |
![]() ![]() |
Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. |
![]() ![]() |
Σ | 1..1 | Reference(Patient) | The recipient of the products and services |
![]() ![]() |
Σ | 1..1 | dateTime | Response creation date |
![]() ![]() |
Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement |
![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim |
![]() ![]() |
Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. |
![]() ![]() |
Σ | 1..* | BackboneElement | Patient insurance information |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | boolean | Coverage to be used for adjudication |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Coverage) | Insurance information |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ExplanationOfBenefit.status | Base | required | ExplanationOfBenefitStatus | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.type | Base | extensible | Claim Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.use | Base | required | Use | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.outcome | Base | required | Claim Processing Codes | 📍4.0.1 | FHIR Std. |
| 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 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(canonical) = '#').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:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.created, ExplanationOfBenefit.insurer, ExplanationOfBenefit.provider, ExplanationOfBenefit.outcome, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.insurance.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from ExplanationOfBenefit
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | ExplanationOfBenefit(4.0.1) | Explanation of Benefit resource | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | (Complex) | R5: Event information (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.event Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Encounter for use in FHIR R4(0.1.0) | Encounter) | R5: Encounters associated with the listed treatments (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.encounter Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Result of the adjudication (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.decision Binding: R5ClaimDecisionForR4 (0.1.0) (example) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Package billing code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.diagnosisRelatedGroup Binding: ExampleDiagnosisRelatedGroupCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.patientPaid Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
0..* | Identifier | Business Identifier for the resource | |||||
![]() ![]() |
?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Category or discipline Binding: ClaimTypeCodes (extensible): The type or discipline-style of the claim. | ||||
![]() ![]() |
0..1 | CodeableConcept | More granular claim type Binding: ExampleClaimSubTypeCodes (example): A more granular claim typecode. | |||||
![]() ![]() |
Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient) | The recipient of the products and services | ||||
![]() ![]() |
Σ | 0..1 | Period | Relevant time frame for the claim | ||||
![]() ![]() |
Σ | 1..1 | dateTime | Response creation date | ||||
![]() ![]() |
0..1 | Reference(Practitioner | PractitionerRole) | Author of the claim | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: enterer URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement | ||||
![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim | ||||
![]() ![]() |
0..1 | CodeableConcept | Desired processing urgency Binding: ProcessPriorityCodes (example): The timeliness with which processing is required: stat, normal, deferred. | |||||
![]() ![]() |
0..1 | CodeableConcept | For whom to reserve funds Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
![]() ![]() |
0..1 | CodeableConcept | Funds reserved status Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
![]() ![]() |
0..* | BackboneElement | Prior or corollary claims | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | Reference(Claim) | Reference to the related claim | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | How the reference claim is related Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim. | |||||
![]() ![]() ![]() |
0..1 | Identifier | File or case reference | |||||
![]() ![]() |
0..1 | Reference(MedicationRequest | VisionPrescription) | Prescription authorizing services or products | |||||
![]() ![]() |
0..1 | Reference(MedicationRequest) | Original prescription if superceded by fulfiller | |||||
![]() ![]() |
0..1 | BackboneElement | Recipient of benefits payable | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Category of recipient Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed. | |||||
![]() ![]() ![]() |
0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) | Recipient reference | |||||
![]() ![]() |
0..1 | Reference(ServiceRequest) | Treatment Referral | |||||
![]() ![]() |
0..1 | Reference(Location) | Servicing Facility | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: facility additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..1 | Reference(Claim) | Claim reference | |||||
![]() ![]() |
0..1 | Reference(ClaimResponse) | Claim response reference | |||||
![]() ![]() |
Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. | ||||
![]() ![]() |
0..1 | string | Disposition Message | |||||
![]() ![]() |
0..* | string | Preauthorization reference | |||||
![]() ![]() |
0..* | Period | Preauthorization in-effect period | |||||
![]() ![]() |
0..* | BackboneElement | Care Team members | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Order of care team | |||||
![]() ![]() ![]() |
1..1 | Reference(Practitioner | PractitionerRole | Organization) | Practitioner or organization | |||||
![]() ![]() ![]() |
0..1 | boolean | Indicator of the lead practitioner | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Function within the team Binding: ClaimCareTeamRoleCodes (example): The role codes for the care team members. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Practitioner credential or specialization Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications. | |||||
![]() ![]() |
0..* | BackboneElement | Supporting information | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.supportingInfo.value Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Information instance identifier | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Classification of the supplied information Binding: ClaimInformationCategoryCodes (example): The valuset used for additional information category codes. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of information Binding: ExceptionCodes (example): The valuset used for additional information codes. | |||||
![]() ![]() ![]() |
0..1 | When it occurred | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Data to be provided | ||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Attachment | |||||||
![]() ![]() ![]() ![]() |
Reference(Resource) | |||||||
![]() ![]() ![]() |
0..1 | Coding | Explanation for the information Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth. | |||||
![]() ![]() |
0..* | BackboneElement | Pertinent diagnosis information | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Diagnosis instance identifier | |||||
![]() ![]() ![]() |
1..1 | Nature of illness or problem Binding: ICD-10Codes (example): ICD10 Diagnostic codes. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Condition) | |||||||
![]() ![]() ![]() |
0..* | CodeableConcept | Timing or nature of the diagnosis Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Present on admission Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Package billing code Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis. | |||||
![]() ![]() |
0..* | BackboneElement | Clinical procedures performed | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Procedure instance identifier | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Category of Procedure Binding: ExampleProcedureTypeCodes (example): Example procedure type codes. | |||||
![]() ![]() ![]() |
0..1 | dateTime | When the procedure was performed | |||||
![]() ![]() ![]() |
1..1 | Specific clinical procedure Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Procedure) | |||||||
![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() |
0..1 | positiveInt | Precedence (primary, secondary, etc.) | |||||
![]() ![]() |
Σ | 1..* | BackboneElement | Patient insurance information | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | boolean | Coverage to be used for adjudication | ||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Coverage) | Insurance information | ||||
![]() ![]() ![]() |
0..* | string | Prior authorization reference number | |||||
![]() ![]() |
0..1 | BackboneElement | Details of the event | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | date | When the incident occurred | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The nature of the accident Binding: ActIncidentCode (3.0.0) (extensible): Type of accident: work place, auto, etc. | |||||
![]() ![]() ![]() |
0..1 | Where the event occurred | ||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() |
0..* | BackboneElement | Product or service provided | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.DeviceRequest for use in FHIR R4(0.1.0) | DeviceRequest | Cross-version Profile for R5.MedicationRequest for use in FHIR R4(0.1.0) | MedicationRequest | Cross-version Profile for R5.NutritionOrder for use in FHIR R4(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR R4(0.1.0) | ServiceRequest | Cross-version Profile for R5.SupplyRequest for use in FHIR R4(0.1.0) | SupplyRequest | Cross-version Profile for R5.VisionPrescription for use in FHIR R4(0.1.0) | VisionPrescription) | R5: Request or Referral for Service (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.request Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | positiveInt | Item instance identifier | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable care team members | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable diagnoses | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable procedures | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable exception and supporting information | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() |
0..1 | Date or dates of service or product delivery | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
![]() ![]() ![]() |
0..* | Reference(Encounter) | Encounters related to this billed item | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Adjudication details | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Monetary amount | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Non-monitary value | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Quantity | R5: quantity additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.adjudication.quantity Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Primitive value for decimal | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Additional items | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Detail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | positiveInt | Product or service provided | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Detail level adjudication details | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional items | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.detail.subDetail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Subdetail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | positiveInt | Product or service provided | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Reference(Device) | Unique device identifier | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Subdetail level adjudication details | |||||
![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.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 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.DeviceRequest for use in FHIR R4(0.1.0) | DeviceRequest | Cross-version Profile for R5.MedicationRequest for use in FHIR R4(0.1.0) | MedicationRequest | Cross-version Profile for R5.NutritionOrder for use in FHIR R4(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR R4(0.1.0) | ServiceRequest | Cross-version Profile for R5.SupplyRequest for use in FHIR R4(0.1.0) | SupplyRequest | Cross-version Profile for R5.VisionPrescription for use in FHIR R4(0.1.0) | VisionPrescription) | R5: Request or Referral for Service (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.request Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | positiveInt | Item sequence number | |||||
![]() ![]() ![]() |
0..* | positiveInt | Detail sequence number | |||||
![]() ![]() ![]() |
0..* | positiveInt | Subdetail sequence number | |||||
![]() ![]() ![]() |
0..* | Reference(Practitioner | PractitionerRole | Organization) | Authorized providers | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
![]() ![]() ![]() |
0..1 | Date or dates of service or product delivery | ||||||
![]() ![]() ![]() ![]() |
date | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Address | |||||||
![]() ![]() ![]() ![]() |
Reference(Location) | |||||||
![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | (Complex) | R5: Location (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.bodySite.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | CodeableConcept | R5: Sub-location (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.bodySite.subSite Binding: SurfaceCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.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 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem detail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Insurer added line items | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Identifier | R5: Number for tracking (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.traceNumber Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Revenue or cost center code (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.revenue Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: End of a range of codes (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd Binding: USCLSCodes (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Paid by the patient (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.patientPaid Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Money | R5: Total tax (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.addItem.detail.subDetail.tax Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Additem subdetail level adjudication results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.item.reviewOutcome Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
![]() ![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(4.0.1) | Count of products or services | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Fee, charge or cost per item | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | decimal | Price scaling factor | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Money | Total item cost | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | positiveInt | Applicable note numbers | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
![]() ![]() |
0..* | See adjudication (ExplanationOfBenefit) | Header-level adjudication | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Adjudication totals | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | ||||
![]() ![]() ![]() |
Σ | 1..1 | Money | Financial total for the category | ||||
![]() ![]() |
0..1 | BackboneElement | Payment Details | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Partial or complete payment Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment. | |||||
![]() ![]() ![]() |
0..1 | Money | Payment adjustment for non-claim issues | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Explanation for the variance Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes. | |||||
![]() ![]() ![]() |
0..1 | date | Expected date of payment | |||||
![]() ![]() ![]() |
0..1 | Money | Payable amount after adjustment | |||||
![]() ![]() ![]() |
0..1 | Identifier | Business identifier for the payment | |||||
![]() ![]() |
0..1 | CodeableConcept | Printed form identifier Binding: Form Codes (example): The forms codes. | |||||
![]() ![]() |
0..1 | Attachment | Printed reference or actual form | |||||
![]() ![]() |
0..* | BackboneElement | Note concerning adjudication | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | positiveInt | Note instance identifier | |||||
![]() ![]() ![]() |
0..1 | code | display | print | printoper Binding: NoteType (required): The presentation types of notes. | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: Note purpose additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ExplanationOfBenefit.processNote.type Binding: NoteType (extensible): The presentation types of notes. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() |
0..1 | string | Note explanatory text | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Language of the text Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Period | When the benefits are applicable | |||||
![]() ![]() |
0..* | BackboneElement | Balance by Benefit Category | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
![]() ![]() ![]() |
0..1 | boolean | Excluded from the plan | |||||
![]() ![]() ![]() |
0..1 | string | Short name for the benefit | |||||
![]() ![]() ![]() |
0..1 | string | Description of the benefit or services covered | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | In or out of network Binding: NetworkTypeCodes (example): Code to classify in or out of network services. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Individual or family Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Annual or lifetime Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime. | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Benefit Summary | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Benefit classification Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc. | |||||
![]() ![]() ![]() ![]() |
0..1 | Benefits allowed | ||||||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
Money | |||||||
![]() ![]() ![]() ![]() |
0..1 | Benefits used | ||||||
![]() ![]() ![]() ![]() ![]() |
unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() |
Money | |||||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ExplanationOfBenefit.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.status | Base | required | ExplanationOfBenefitStatus | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.type | Base | extensible | Claim Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.subType | Base | example | Example Claim SubType Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.use | Base | required | Use | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.enterer.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.priority | Base | example | Process Priority Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.fundsReserveRequested | Base | example | FundsReserve | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.fundsReserve | Base | example | FundsReserve | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.related.relationship | Base | example | Example Related Claim Relationship Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payee.type | Base | example | PayeeType | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.facility.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.outcome | Base | required | Claim Processing Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.careTeam.role | Base | example | Claim Care Team Role Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.careTeam.qualification | Base | example | Example Provider Qualification Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.category | Base | example | Claim Information Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.code | Base | example | Exception Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.supportingInfo.reason | Base | example | Missing Tooth Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.diagnosis[x] | Base | example | ICD-10 Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.type | Base | example | Example Diagnosis Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.onAdmission | Base | example | Example Diagnosis on Admission Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.diagnosis.packageCode | Base | example | Example Diagnosis Related Group Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.procedure.type | Base | example | Example Procedure Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.procedure.procedure[x] | Base | example | ICD-10 Procedure Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.accident.type | Base | extensible | ActIncidentCode | 📍3.0.0 | THO v7.1 |
| ExplanationOfBenefit.item.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.location[x] | Base | example | Example Service Place Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.bodySite | Base | example | Oral Site Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.subSite | Base | example | Surface Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.adjudication.category | Base | example | Adjudication Value Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.adjudication.reason | Base | example | Adjudication Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.revenue | Base | example | Example Revenue Center Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.item.detail.subDetail.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.programCode | Base | example | Example Program Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.location[x] | Base | example | Example Service Place Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.bodySite | Base | example | Oral Site Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.subSite | Base | example | Surface Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.subDetail.productOrService | Base | example | USCLS Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.addItem.detail.subDetail.modifier | Base | example | Modifier type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.total.category | Base | example | Adjudication Value Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payment.type | Base | example | Example Payment Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.payment.adjustmentReason | Base | example | Payment Adjustment Reason Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.formCode | Base | example | Forms | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.processNote.type | Base | required | NoteType | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.processNote.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ExplanationOfBenefit.benefitBalance.category | Base | example | Benefit Category Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.network | Base | example | Network Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.unit | Base | example | Unit Type Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.term | Base | example | Benefit Term Codes | 📍4.0.1 | FHIR Std. |
| ExplanationOfBenefit.benefitBalance.financial.type | Base | example | Benefit Type Codes | 📍4.0.1 | FHIR Std. |
| 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 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(canonical) = '#').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.meta, ExplanationOfBenefit.implicitRules, ExplanationOfBenefit.language, ExplanationOfBenefit.text, ExplanationOfBenefit.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.identifier, ExplanationOfBenefit.status, ExplanationOfBenefit.type, ExplanationOfBenefit.subType, ExplanationOfBenefit.use, ExplanationOfBenefit.patient, ExplanationOfBenefit.billablePeriod, 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.provider, ExplanationOfBenefit.priority, ExplanationOfBenefit.fundsReserveRequested, ExplanationOfBenefit.fundsReserve, ExplanationOfBenefit.related, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.related.claim, ExplanationOfBenefit.related.relationship, ExplanationOfBenefit.related.reference, ExplanationOfBenefit.prescription, ExplanationOfBenefit.originalPrescription, ExplanationOfBenefit.payee, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.payee.type, ExplanationOfBenefit.payee.party, ExplanationOfBenefit.referral, ExplanationOfBenefit.facility, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.facility.reference, ExplanationOfBenefit.facility.type, ExplanationOfBenefit.facility.identifier, ExplanationOfBenefit.facility.display, ExplanationOfBenefit.claim, ExplanationOfBenefit.claimResponse, ExplanationOfBenefit.outcome, ExplanationOfBenefit.disposition, ExplanationOfBenefit.preAuthRef, ExplanationOfBenefit.preAuthRefPeriod, ExplanationOfBenefit.careTeam, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.careTeam.sequence, ExplanationOfBenefit.careTeam.provider, ExplanationOfBenefit.careTeam.responsible, ExplanationOfBenefit.careTeam.role, ExplanationOfBenefit.careTeam.qualification, ExplanationOfBenefit.supportingInfo, ExplanationOfBenefit.supportingInfo.extension, 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.reason, ExplanationOfBenefit.diagnosis, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.diagnosis.sequence, ExplanationOfBenefit.diagnosis.diagnosis[x], 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.udi, ExplanationOfBenefit.precedence, ExplanationOfBenefit.insurance, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.insurance.focal, ExplanationOfBenefit.insurance.coverage, ExplanationOfBenefit.insurance.preAuthRef, ExplanationOfBenefit.accident, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.accident.date, ExplanationOfBenefit.accident.type, ExplanationOfBenefit.accident.location[x], ExplanationOfBenefit.item, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:traceNumber, ExplanationOfBenefit.item.extension:productOrServiceEnd, ExplanationOfBenefit.item.extension:request, ExplanationOfBenefit.item.extension:patientPaid, ExplanationOfBenefit.item.extension:tax, ExplanationOfBenefit.item.extension:reviewOutcome, 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.quantity, ExplanationOfBenefit.item.unitPrice, ExplanationOfBenefit.item.factor, ExplanationOfBenefit.item.net, ExplanationOfBenefit.item.udi, ExplanationOfBenefit.item.bodySite, ExplanationOfBenefit.item.subSite, ExplanationOfBenefit.item.encounter, 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.adjudication.value.extension, ExplanationOfBenefit.item.adjudication.value.extension:quantity, ExplanationOfBenefit.item.detail, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:traceNumber, ExplanationOfBenefit.item.detail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.extension:patientPaid, ExplanationOfBenefit.item.detail.extension:tax, ExplanationOfBenefit.item.detail.extension:reviewOutcome, 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.noteNumber, ExplanationOfBenefit.item.detail.adjudication, ExplanationOfBenefit.item.detail.subDetail, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.item.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.item.detail.subDetail.extension:tax, ExplanationOfBenefit.item.detail.subDetail.extension:reviewOutcome, 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.noteNumber, ExplanationOfBenefit.item.detail.subDetail.adjudication, ExplanationOfBenefit.addItem, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:traceNumber, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.extension:request, ExplanationOfBenefit.addItem.extension:patientPaid, ExplanationOfBenefit.addItem.extension:tax, ExplanationOfBenefit.addItem.extension:reviewOutcome, 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.bodySite.extension, ExplanationOfBenefit.addItem.bodySite.extension:site, ExplanationOfBenefit.addItem.bodySite.extension:subSite, ExplanationOfBenefit.addItem.bodySite.coding, ExplanationOfBenefit.addItem.bodySite.text, ExplanationOfBenefit.addItem.subSite, ExplanationOfBenefit.addItem.noteNumber, ExplanationOfBenefit.addItem.adjudication, ExplanationOfBenefit.addItem.detail, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.extension:tax, ExplanationOfBenefit.addItem.detail.extension:reviewOutcome, 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.extension:traceNumber, ExplanationOfBenefit.addItem.detail.subDetail.extension:revenue, ExplanationOfBenefit.addItem.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.subDetail.extension:tax, ExplanationOfBenefit.addItem.detail.subDetail.extension:reviewOutcome, 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.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.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.extension, ExplanationOfBenefit.extension:traceNumber, ExplanationOfBenefit.extension:event, ExplanationOfBenefit.extension:encounter, ExplanationOfBenefit.extension:decision, ExplanationOfBenefit.extension:diagnosisRelatedGroup, ExplanationOfBenefit.extension:patientPaid, ExplanationOfBenefit.modifierExtension, ExplanationOfBenefit.enterer.extension, ExplanationOfBenefit.enterer.extension:enterer, ExplanationOfBenefit.related.extension, ExplanationOfBenefit.related.modifierExtension, ExplanationOfBenefit.payee.extension, ExplanationOfBenefit.payee.modifierExtension, ExplanationOfBenefit.facility.extension, ExplanationOfBenefit.facility.extension:facility, ExplanationOfBenefit.careTeam.extension, ExplanationOfBenefit.careTeam.modifierExtension, ExplanationOfBenefit.supportingInfo.extension, ExplanationOfBenefit.supportingInfo.extension:value, ExplanationOfBenefit.supportingInfo.modifierExtension, ExplanationOfBenefit.diagnosis.extension, ExplanationOfBenefit.diagnosis.modifierExtension, ExplanationOfBenefit.procedure.extension, ExplanationOfBenefit.procedure.modifierExtension, ExplanationOfBenefit.insurance.extension, ExplanationOfBenefit.insurance.modifierExtension, ExplanationOfBenefit.accident.extension, ExplanationOfBenefit.accident.modifierExtension, ExplanationOfBenefit.item.extension, ExplanationOfBenefit.item.extension:traceNumber, ExplanationOfBenefit.item.extension:productOrServiceEnd, ExplanationOfBenefit.item.extension:request, ExplanationOfBenefit.item.extension:patientPaid, ExplanationOfBenefit.item.extension:tax, ExplanationOfBenefit.item.extension:reviewOutcome, ExplanationOfBenefit.item.modifierExtension, ExplanationOfBenefit.item.adjudication.extension, ExplanationOfBenefit.item.adjudication.modifierExtension, ExplanationOfBenefit.item.adjudication.value.extension, ExplanationOfBenefit.item.adjudication.value.extension:quantity, ExplanationOfBenefit.item.detail.extension, ExplanationOfBenefit.item.detail.extension:traceNumber, ExplanationOfBenefit.item.detail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.extension:patientPaid, ExplanationOfBenefit.item.detail.extension:tax, ExplanationOfBenefit.item.detail.extension:reviewOutcome, ExplanationOfBenefit.item.detail.modifierExtension, ExplanationOfBenefit.item.detail.subDetail.extension, ExplanationOfBenefit.item.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.item.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.item.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.item.detail.subDetail.extension:tax, ExplanationOfBenefit.item.detail.subDetail.extension:reviewOutcome, ExplanationOfBenefit.item.detail.subDetail.modifierExtension, ExplanationOfBenefit.addItem.extension, ExplanationOfBenefit.addItem.extension:traceNumber, ExplanationOfBenefit.addItem.extension:revenue, ExplanationOfBenefit.addItem.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.extension:request, ExplanationOfBenefit.addItem.extension:patientPaid, ExplanationOfBenefit.addItem.extension:tax, ExplanationOfBenefit.addItem.extension:reviewOutcome, ExplanationOfBenefit.addItem.modifierExtension, ExplanationOfBenefit.addItem.bodySite.extension, ExplanationOfBenefit.addItem.bodySite.extension:site, ExplanationOfBenefit.addItem.bodySite.extension:subSite, ExplanationOfBenefit.addItem.detail.extension, ExplanationOfBenefit.addItem.detail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.extension:revenue, ExplanationOfBenefit.addItem.detail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.extension:tax, ExplanationOfBenefit.addItem.detail.extension:reviewOutcome, ExplanationOfBenefit.addItem.detail.modifierExtension, ExplanationOfBenefit.addItem.detail.subDetail.extension, ExplanationOfBenefit.addItem.detail.subDetail.extension:traceNumber, ExplanationOfBenefit.addItem.detail.subDetail.extension:revenue, ExplanationOfBenefit.addItem.detail.subDetail.extension:productOrServiceEnd, ExplanationOfBenefit.addItem.detail.subDetail.extension:patientPaid, ExplanationOfBenefit.addItem.detail.subDetail.extension:tax, ExplanationOfBenefit.addItem.detail.subDetail.extension:reviewOutcome, ExplanationOfBenefit.addItem.detail.subDetail.modifierExtension, ExplanationOfBenefit.total.extension, ExplanationOfBenefit.total.modifierExtension, ExplanationOfBenefit.payment.extension, ExplanationOfBenefit.payment.modifierExtension, ExplanationOfBenefit.processNote.extension, ExplanationOfBenefit.processNote.modifierExtension, ExplanationOfBenefit.processNote.type.extension, ExplanationOfBenefit.processNote.type.extension:type, ExplanationOfBenefit.benefitBalance.extension, ExplanationOfBenefit.benefitBalance.modifierExtension, ExplanationOfBenefit.benefitBalance.financial.extension, ExplanationOfBenefit.benefitBalance.financial.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from ExplanationOfBenefit
Summary
Mandatory: 0 element(2 nested mandatory elements)
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron