LinuxForHealth FHIR Implementation Guide
8.0.0 - draft
LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
Official URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-explanation-of-benefit | Version: 8.0.0 | |||
Active as of 2022-11-10 | Computable Name: CDMExplanationOfBenefit |
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. The CDMExplanationOfBenefit profile extends the base FHIR ExplanationOfBenefit resource with additional details.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from ExplanationOfBenefit
Path | Conformance | ValueSet |
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet |
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) |
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) |
ExplanationOfBenefit.priority | example | ProcessPriorityCodes |
ExplanationOfBenefit.careTeam.role | extensible | ClaimCareTeamRoleValueSet (a valid code from Claim Care Team Role Codes) |
ExplanationOfBenefit.supportingInfo.category | extensible | ClaimSupportingInfoCategoryValueSet |
ExplanationOfBenefit.supportingInfo.code | extensible | ClaimSupportingInfoTypeValueSet (a valid code from Claim Supporting Info Type Codes) |
ExplanationOfBenefit.item.adjudication.category | example | AdjudicationCategoryValueSet (a valid code from Adjudication Category Codes) |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ExplanationOfBenefit | 0..* | ExplanationOfBenefit | Explanation of Benefit resource | |
meta | 0..1 | ProcessMeta | Metadata about a resource | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
claimReceivedDate | 0..1 | date | Date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-received-date | |
employer | 0..1 | CodeableConcept | Customer-specific code for the employer as reported on the claim record URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/employer | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | 1..* | Identifier | Business Identifier for the resource | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Value Set (extensible) |
system | Σ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
value | Σ | 1..1 | string | The value that is unique Example General: 123456 |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. |
type | Σ | 1..1 | CodeableConcept | Category or discipline Binding: Claim Type Value Set (extensible) |
subType | 0..1 | CodeableConcept | More granular claim type Binding: Claim Subtype Value Set (extensible) | |
use | Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. |
patient | Σ | 1..1 | Reference(Patient) | The recipient of the products and services |
created | Σ | 1..1 | dateTime | Response creation date |
insurer | Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement |
provider | Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim |
priority | 0..1 | CodeableConcept | Desired processing urgency Binding: Process Priority Codes (example) | |
outcome | Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. |
insurance | Σ | 1..* | BackboneElement | Patient insurance information |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
focal | Σ | 1..1 | boolean | Coverage to be used for adjudication |
coverage | Σ | 1..1 | Reference(Coverage) | Insurance information |
adjudication | 0..* | BackboneElement | Header-level adjudication | |
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
adjudicationDate | 0..1 | date | Date on which the payment status of the claim was adjudicated URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/adjudication-date | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
category | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |
Documentation for this format |
Path | Conformance | ValueSet |
ExplanationOfBenefit.identifier.use | required | IdentifierUse |
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet |
ExplanationOfBenefit.status | required | ExplanationOfBenefitStatus |
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) |
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) |
ExplanationOfBenefit.use | required | Use |
ExplanationOfBenefit.priority | example | ProcessPriorityCodes |
ExplanationOfBenefit.outcome | required | ClaimProcessingCodes |
ExplanationOfBenefit.adjudication.category | example | AdjudicationValueCodes |
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
ExplanationOfBenefit | 0..* | ExplanationOfBenefit | Explanation of Benefit resource | |||||
id | Σ | 0..1 | id | Logical id of this artifact | ||||
meta | 0..1 | ProcessMeta | Metadata about a resource | |||||
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
claimReceivedDate | 0..1 | date | Date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-received-date | |||||
employer | 0..1 | CodeableConcept | Customer-specific code for the employer as reported on the claim record URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/employer | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | 1..* | Identifier | Business Identifier for the resource | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Value Set (extensible) | ||||
system | Σ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
value | Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
period | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. | ||||
type | Σ | 1..1 | CodeableConcept | Category or discipline Binding: Claim Type Value Set (extensible) | ||||
subType | 0..1 | CodeableConcept | More granular claim type Binding: Claim Subtype Value Set (extensible) | |||||
use | Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. | ||||
patient | Σ | 1..1 | Reference(Patient) | The recipient of the products and services | ||||
billablePeriod | Σ | 0..1 | Period | Relevant time frame for the claim | ||||
created | Σ | 1..1 | dateTime | Response creation date | ||||
enterer | 0..1 | Reference(Practitioner | PractitionerRole) | Author of the claim | |||||
insurer | Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement | ||||
provider | Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim | ||||
priority | 0..1 | CodeableConcept | Desired processing urgency Binding: Process Priority Codes (example) | |||||
fundsReserveRequested | 0..1 | CodeableConcept | For whom to reserve funds Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
fundsReserve | 0..1 | CodeableConcept | Funds reserved status Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
related | 0..* | BackboneElement | Prior or corollary claims | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
claim | 0..1 | Reference(Claim) | Reference to the related claim | |||||
relationship | 0..1 | CodeableConcept | How the reference claim is related Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim. | |||||
reference | 0..1 | Identifier | File or case reference | |||||
prescription | 0..1 | Reference(MedicationRequest | VisionPrescription) | Prescription authorizing services or products | |||||
originalPrescription | 0..1 | Reference(MedicationRequest) | Original prescription if superceded by fulfiller | |||||
payee | 0..1 | BackboneElement | Recipient of benefits payable | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 0..1 | CodeableConcept | Category of recipient Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed. | |||||
party | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) | Recipient reference | |||||
referral | 0..1 | Reference(ServiceRequest) | Treatment Referral | |||||
facility | 0..1 | Reference(Location) | Servicing Facility | |||||
claim | 0..1 | Reference(Claim) | Claim reference | |||||
claimResponse | 0..1 | Reference(ClaimResponse) | Claim response reference | |||||
outcome | Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. | ||||
disposition | 0..1 | string | Disposition Message | |||||
preAuthRef | 0..* | string | Preauthorization reference | |||||
preAuthRefPeriod | 0..* | Period | Preauthorization in-effect period | |||||
careTeam | 0..* | BackboneElement | Care Team members | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Order of care team | |||||
provider | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Practitioner or organization | |||||
responsible | 0..1 | boolean | Indicator of the lead practitioner | |||||
role | 0..1 | CodeableConcept | Function within the team Binding: Claim Care Team Role Value Set (extensible) | |||||
qualification | 0..1 | CodeableConcept | Practitioner credential or specialization Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications. | |||||
supportingInfo | 0..* | BackboneElement | Supporting information | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Information instance identifier | |||||
category | 1..1 | CodeableConcept | Classification of the supplied information Binding: Claim Supporting Info Category Value Set (extensible) | |||||
code | 0..1 | CodeableConcept | Type of information Binding: Claim Supporting Info Type Value Set (extensible) | |||||
timing[x] | 0..1 | When it occurred | ||||||
timingDate | date | |||||||
timingPeriod | Period | |||||||
value[x] | 0..1 | Data to be provided | ||||||
valueBoolean | boolean | |||||||
valueString | string | |||||||
valueQuantity | Quantity | |||||||
valueAttachment | Attachment | |||||||
valueReference | Reference(Resource) | |||||||
reason | 0..1 | Coding | Explanation for the information Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth. | |||||
diagnosis | 0..* | BackboneElement | Pertinent diagnosis information | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Diagnosis instance identifier | |||||
diagnosis[x] | 1..1 | Nature of illness or problem Binding: ICD-10Codes (example): ICD10 Diagnostic codes. | ||||||
diagnosisCodeableConcept | CodeableConcept | |||||||
diagnosisReference | Reference(Condition) | |||||||
type | 0..* | CodeableConcept | Timing or nature of the diagnosis Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge. | |||||
onAdmission | 0..1 | CodeableConcept | Present on admission Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission. | |||||
packageCode | 0..1 | CodeableConcept | Package billing code Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis. | |||||
procedure | 0..* | BackboneElement | Clinical procedures performed | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Procedure instance identifier | |||||
type | 0..* | CodeableConcept | Category of Procedure Binding: ExampleProcedureTypeCodes (example): Example procedure type codes. | |||||
date | 0..1 | dateTime | When the procedure was performed | |||||
procedure[x] | 1..1 | Specific clinical procedure Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes. | ||||||
procedureCodeableConcept | CodeableConcept | |||||||
procedureReference | Reference(Procedure) | |||||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
precedence | 0..1 | positiveInt | Precedence (primary, secondary, etc.) | |||||
insurance | Σ | 1..* | BackboneElement | Patient insurance information | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
focal | Σ | 1..1 | boolean | Coverage to be used for adjudication | ||||
coverage | Σ | 1..1 | Reference(Coverage) | Insurance information | ||||
preAuthRef | 0..* | string | Prior authorization reference number | |||||
accident | 0..1 | BackboneElement | Details of the event | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
date | 0..1 | date | When the incident occurred | |||||
type | 0..1 | CodeableConcept | The nature of the accident Binding: ActIncidentCode (extensible): Type of accident: work place, auto, etc. | |||||
location[x] | 0..1 | Where the event occurred | ||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
item | 0..* | BackboneElement | Product or service provided | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
claimResponseItemStatus | 0..1 | CodeableConcept | The status of claim payment on claim item URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-response-item-status Binding: Payer Claim Status Codes Value Set (extensible) | |||||
serviceBillDaysCount | 0..1 | unsignedInt | Number of days between the date of service and the date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/service-bill-days-count | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Item instance identifier | |||||
careTeamSequence | 0..* | positiveInt | Applicable care team members | |||||
diagnosisSequence | 0..* | positiveInt | Applicable diagnoses | |||||
procedureSequence | 0..* | positiveInt | Applicable procedures | |||||
informationSequence | 0..* | positiveInt | Applicable exception and supporting information | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Product or service billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
serviced[x] | 0..1 | Date or dates of service or product delivery | ||||||
servicedDate | date | |||||||
servicedPeriod | Period | |||||||
location[x] | 0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
locationCodeableConcept | CodeableConcept | |||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
localNumberOfUnitsPerService | 0..1 | Quantity | Customer-specific quantity of either services or units URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/local-number-of-units-per-service | |||||
value | Σ | 0..1 | decimal | Numerical value (with implicit precision) | ||||
unit | Σ | 0..1 | string | Unit representation | ||||
system | ΣC | 0..1 | uri | System that defines coded unit form | ||||
code | Σ | 0..1 | code | Coded form of the unit | ||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
bodySite | 0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
subSite | 0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
encounter | 0..* | Reference(Encounter) | Encounters related to this billed item | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | BackboneElement | Adjudication details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Type of adjudication information Binding: Adjudication Category Value Set (example) | |||||
reason | 0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
amount | 0..1 | Money | Monetary amount | |||||
value | 0..1 | decimal | Non-monitary value | |||||
detail | 0..* | BackboneElement | Additional items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Product or service provided | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Detail level adjudication details | |||||
subDetail | 0..* | BackboneElement | Additional items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Product or service provided | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Subdetail level adjudication details | |||||
addItem | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
itemSequence | 0..* | positiveInt | Item sequence number | |||||
detailSequence | 0..* | positiveInt | Detail sequence number | |||||
subDetailSequence | 0..* | positiveInt | Subdetail sequence number | |||||
provider | 0..* | Reference(Practitioner | PractitionerRole | Organization) | Authorized providers | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
serviced[x] | 0..1 | Date or dates of service or product delivery | ||||||
servicedDate | date | |||||||
servicedPeriod | Period | |||||||
location[x] | 0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
locationCodeableConcept | CodeableConcept | |||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
bodySite | 0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
subSite | 0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
detail | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
subDetail | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
adjudication | 0..* | BackboneElement | Header-level adjudication | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
adjudicationDate | 0..1 | date | Date on which the payment status of the claim was adjudicated URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/adjudication-date | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |||||
reason | 0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
amount | 0..1 | Money | Monetary amount | |||||
value | 0..1 | decimal | Non-monitary value | |||||
total | Σ | 0..* | BackboneElement | Adjudication totals | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | Σ | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | ||||
amount | Σ | 1..1 | Money | Financial total for the category | ||||
payment | 0..1 | BackboneElement | Payment Details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 0..1 | CodeableConcept | Partial or complete payment Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment. | |||||
adjustment | 0..1 | Money | Payment adjustment for non-claim issues | |||||
adjustmentReason | 0..1 | CodeableConcept | Explanation for the variance Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes. | |||||
date | 0..1 | date | Expected date of payment | |||||
amount | 0..1 | Money | Payable amount after adjustment | |||||
identifier | 0..1 | Identifier | Business identifier for the payment | |||||
formCode | 0..1 | CodeableConcept | Printed form identifier Binding: Form Codes (example): The forms codes. | |||||
form | 0..1 | Attachment | Printed reference or actual form | |||||
processNote | 0..* | BackboneElement | Note concerning adjudication | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
number | 0..1 | positiveInt | Note instance identifier | |||||
type | 0..1 | code | display | print | printoper Binding: NoteType (required): The presentation types of notes. | |||||
text | 0..1 | string | Note explanatory text | |||||
language | 0..1 | CodeableConcept | Language of the text Binding: CommonLanguages (preferred): A human language.
| |||||
benefitPeriod | 0..1 | Period | When the benefits are applicable | |||||
benefitBalance | 0..* | BackboneElement | Balance by Benefit Category | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
excluded | 0..1 | boolean | Excluded from the plan | |||||
name | 0..1 | string | Short name for the benefit | |||||
description | 0..1 | string | Description of the benefit or services covered | |||||
network | 0..1 | CodeableConcept | In or out of network Binding: NetworkTypeCodes (example): Code to classify in or out of network services. | |||||
unit | 0..1 | CodeableConcept | Individual or family Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family. | |||||
term | 0..1 | CodeableConcept | Annual or lifetime Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime. | |||||
financial | 0..* | BackboneElement | Benefit Summary | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 1..1 | CodeableConcept | Benefit classification Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc. | |||||
allowed[x] | 0..1 | Benefits allowed | ||||||
allowedUnsignedInt | unsignedInt | |||||||
allowedString | string | |||||||
allowedMoney | Money | |||||||
used[x] | 0..1 | Benefits used | ||||||
usedUnsignedInt | unsignedInt | |||||||
usedMoney | Money | |||||||
Documentation for this format |
Path | Conformance | ValueSet | ||||
ExplanationOfBenefit.language | preferred | CommonLanguages
| ||||
ExplanationOfBenefit.identifier.use | required | IdentifierUse | ||||
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet | ||||
ExplanationOfBenefit.status | required | ExplanationOfBenefitStatus | ||||
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) | ||||
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) | ||||
ExplanationOfBenefit.use | required | Use | ||||
ExplanationOfBenefit.priority | example | ProcessPriorityCodes | ||||
ExplanationOfBenefit.fundsReserveRequested | example | Funds Reservation Codes | ||||
ExplanationOfBenefit.fundsReserve | example | Funds Reservation Codes | ||||
ExplanationOfBenefit.related.relationship | example | ExampleRelatedClaimRelationshipCodes | ||||
ExplanationOfBenefit.payee.type | example | Claim Payee Type Codes | ||||
ExplanationOfBenefit.outcome | required | ClaimProcessingCodes | ||||
ExplanationOfBenefit.careTeam.role | extensible | ClaimCareTeamRoleValueSet (a valid code from Claim Care Team Role Codes) | ||||
ExplanationOfBenefit.careTeam.qualification | example | ExampleProviderQualificationCodes | ||||
ExplanationOfBenefit.supportingInfo.category | extensible | ClaimSupportingInfoCategoryValueSet | ||||
ExplanationOfBenefit.supportingInfo.code | extensible | ClaimSupportingInfoTypeValueSet (a valid code from Claim Supporting Info Type Codes) | ||||
ExplanationOfBenefit.supportingInfo.reason | example | MissingToothReasonCodes | ||||
ExplanationOfBenefit.diagnosis.diagnosis[x] | example | ICD-10Codes | ||||
ExplanationOfBenefit.diagnosis.type | example | ExampleDiagnosisTypeCodes | ||||
ExplanationOfBenefit.diagnosis.onAdmission | example | ExampleDiagnosisOnAdmissionCodes | ||||
ExplanationOfBenefit.diagnosis.packageCode | example | ExampleDiagnosisRelatedGroupCodes | ||||
ExplanationOfBenefit.procedure.type | example | ExampleProcedureTypeCodes | ||||
ExplanationOfBenefit.procedure.procedure[x] | example | ICD-10ProcedureCodes | ||||
ExplanationOfBenefit.accident.type | extensible | ActIncidentCode | ||||
ExplanationOfBenefit.item.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.item.location[x] | example | ExampleServicePlaceCodes | ||||
ExplanationOfBenefit.item.bodySite | example | OralSiteCodes | ||||
ExplanationOfBenefit.item.subSite | example | SurfaceCodes | ||||
ExplanationOfBenefit.item.adjudication.category | example | AdjudicationCategoryValueSet (a valid code from Adjudication Category Codes) | ||||
ExplanationOfBenefit.item.adjudication.reason | example | AdjudicationReasonCodes | ||||
ExplanationOfBenefit.item.detail.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.detail.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.detail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.detail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.detail.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.addItem.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.addItem.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.addItem.location[x] | example | ExampleServicePlaceCodes | ||||
ExplanationOfBenefit.addItem.bodySite | example | OralSiteCodes | ||||
ExplanationOfBenefit.addItem.subSite | example | SurfaceCodes | ||||
ExplanationOfBenefit.addItem.detail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.detail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.addItem.detail.subDetail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.detail.subDetail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.adjudication.category | example | AdjudicationValueCodes | ||||
ExplanationOfBenefit.adjudication.reason | example | AdjudicationReasonCodes | ||||
ExplanationOfBenefit.total.category | example | AdjudicationValueCodes | ||||
ExplanationOfBenefit.payment.type | example | ExamplePaymentTypeCodes | ||||
ExplanationOfBenefit.payment.adjustmentReason | example | PaymentAdjustmentReasonCodes | ||||
ExplanationOfBenefit.formCode | example | Form Codes | ||||
ExplanationOfBenefit.processNote.type | required | NoteType | ||||
ExplanationOfBenefit.processNote.language | preferred | CommonLanguages
| ||||
ExplanationOfBenefit.benefitBalance.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.benefitBalance.network | example | NetworkTypeCodes | ||||
ExplanationOfBenefit.benefitBalance.unit | example | UnitTypeCodes | ||||
ExplanationOfBenefit.benefitBalance.term | example | BenefitTermCodes | ||||
ExplanationOfBenefit.benefitBalance.financial.type | example | BenefitTypeCodes |
This structure is derived from ExplanationOfBenefit
Summary
Mandatory: 3 elements
Prohibited: 1 element
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Differential View
This structure is derived from ExplanationOfBenefit
Path | Conformance | ValueSet |
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet |
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) |
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) |
ExplanationOfBenefit.priority | example | ProcessPriorityCodes |
ExplanationOfBenefit.careTeam.role | extensible | ClaimCareTeamRoleValueSet (a valid code from Claim Care Team Role Codes) |
ExplanationOfBenefit.supportingInfo.category | extensible | ClaimSupportingInfoCategoryValueSet |
ExplanationOfBenefit.supportingInfo.code | extensible | ClaimSupportingInfoTypeValueSet (a valid code from Claim Supporting Info Type Codes) |
ExplanationOfBenefit.item.adjudication.category | example | AdjudicationCategoryValueSet (a valid code from Adjudication Category Codes) |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ExplanationOfBenefit | 0..* | ExplanationOfBenefit | Explanation of Benefit resource | |
meta | 0..1 | ProcessMeta | Metadata about a resource | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
claimReceivedDate | 0..1 | date | Date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-received-date | |
employer | 0..1 | CodeableConcept | Customer-specific code for the employer as reported on the claim record URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/employer | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | 1..* | Identifier | Business Identifier for the resource | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Value Set (extensible) |
system | Σ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
value | Σ | 1..1 | string | The value that is unique Example General: 123456 |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. |
type | Σ | 1..1 | CodeableConcept | Category or discipline Binding: Claim Type Value Set (extensible) |
subType | 0..1 | CodeableConcept | More granular claim type Binding: Claim Subtype Value Set (extensible) | |
use | Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. |
patient | Σ | 1..1 | Reference(Patient) | The recipient of the products and services |
created | Σ | 1..1 | dateTime | Response creation date |
insurer | Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement |
provider | Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim |
priority | 0..1 | CodeableConcept | Desired processing urgency Binding: Process Priority Codes (example) | |
outcome | Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. |
insurance | Σ | 1..* | BackboneElement | Patient insurance information |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
focal | Σ | 1..1 | boolean | Coverage to be used for adjudication |
coverage | Σ | 1..1 | Reference(Coverage) | Insurance information |
adjudication | 0..* | BackboneElement | Header-level adjudication | |
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
adjudicationDate | 0..1 | date | Date on which the payment status of the claim was adjudicated URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/adjudication-date | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
category | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |
Documentation for this format |
Path | Conformance | ValueSet |
ExplanationOfBenefit.identifier.use | required | IdentifierUse |
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet |
ExplanationOfBenefit.status | required | ExplanationOfBenefitStatus |
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) |
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) |
ExplanationOfBenefit.use | required | Use |
ExplanationOfBenefit.priority | example | ProcessPriorityCodes |
ExplanationOfBenefit.outcome | required | ClaimProcessingCodes |
ExplanationOfBenefit.adjudication.category | example | AdjudicationValueCodes |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
ExplanationOfBenefit | 0..* | ExplanationOfBenefit | Explanation of Benefit resource | |||||
id | Σ | 0..1 | id | Logical id of this artifact | ||||
meta | 0..1 | ProcessMeta | Metadata about a resource | |||||
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
claimReceivedDate | 0..1 | date | Date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-received-date | |||||
employer | 0..1 | CodeableConcept | Customer-specific code for the employer as reported on the claim record URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/employer | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | 1..* | Identifier | Business Identifier for the resource | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
use | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Value Set (extensible) | ||||
system | Σ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
value | Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
period | Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
assigner | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: ExplanationOfBenefitStatus (required): A code specifying the state of the resource instance. | ||||
type | Σ | 1..1 | CodeableConcept | Category or discipline Binding: Claim Type Value Set (extensible) | ||||
subType | 0..1 | CodeableConcept | More granular claim type Binding: Claim Subtype Value Set (extensible) | |||||
use | Σ | 1..1 | code | claim | preauthorization | predetermination Binding: Use (required): Complete, proposed, exploratory, other. | ||||
patient | Σ | 1..1 | Reference(Patient) | The recipient of the products and services | ||||
billablePeriod | Σ | 0..1 | Period | Relevant time frame for the claim | ||||
created | Σ | 1..1 | dateTime | Response creation date | ||||
enterer | 0..1 | Reference(Practitioner | PractitionerRole) | Author of the claim | |||||
insurer | Σ | 1..1 | Reference(Organization) | Party responsible for reimbursement | ||||
provider | Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the claim | ||||
priority | 0..1 | CodeableConcept | Desired processing urgency Binding: Process Priority Codes (example) | |||||
fundsReserveRequested | 0..1 | CodeableConcept | For whom to reserve funds Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
fundsReserve | 0..1 | CodeableConcept | Funds reserved status Binding: Funds Reservation Codes (example): For whom funds are to be reserved: (Patient, Provider, None). | |||||
related | 0..* | BackboneElement | Prior or corollary claims | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
claim | 0..1 | Reference(Claim) | Reference to the related claim | |||||
relationship | 0..1 | CodeableConcept | How the reference claim is related Binding: ExampleRelatedClaimRelationshipCodes (example): Relationship of this claim to a related Claim. | |||||
reference | 0..1 | Identifier | File or case reference | |||||
prescription | 0..1 | Reference(MedicationRequest | VisionPrescription) | Prescription authorizing services or products | |||||
originalPrescription | 0..1 | Reference(MedicationRequest) | Original prescription if superceded by fulfiller | |||||
payee | 0..1 | BackboneElement | Recipient of benefits payable | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 0..1 | CodeableConcept | Category of recipient Binding: Claim Payee Type Codes (example): A code for the party to be reimbursed. | |||||
party | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) | Recipient reference | |||||
referral | 0..1 | Reference(ServiceRequest) | Treatment Referral | |||||
facility | 0..1 | Reference(Location) | Servicing Facility | |||||
claim | 0..1 | Reference(Claim) | Claim reference | |||||
claimResponse | 0..1 | Reference(ClaimResponse) | Claim response reference | |||||
outcome | Σ | 1..1 | code | queued | complete | error | partial Binding: ClaimProcessingCodes (required): The result of the claim processing. | ||||
disposition | 0..1 | string | Disposition Message | |||||
preAuthRef | 0..* | string | Preauthorization reference | |||||
preAuthRefPeriod | 0..* | Period | Preauthorization in-effect period | |||||
careTeam | 0..* | BackboneElement | Care Team members | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Order of care team | |||||
provider | 1..1 | Reference(Practitioner | PractitionerRole | Organization) | Practitioner or organization | |||||
responsible | 0..1 | boolean | Indicator of the lead practitioner | |||||
role | 0..1 | CodeableConcept | Function within the team Binding: Claim Care Team Role Value Set (extensible) | |||||
qualification | 0..1 | CodeableConcept | Practitioner credential or specialization Binding: ExampleProviderQualificationCodes (example): Provider professional qualifications. | |||||
supportingInfo | 0..* | BackboneElement | Supporting information | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Information instance identifier | |||||
category | 1..1 | CodeableConcept | Classification of the supplied information Binding: Claim Supporting Info Category Value Set (extensible) | |||||
code | 0..1 | CodeableConcept | Type of information Binding: Claim Supporting Info Type Value Set (extensible) | |||||
timing[x] | 0..1 | When it occurred | ||||||
timingDate | date | |||||||
timingPeriod | Period | |||||||
value[x] | 0..1 | Data to be provided | ||||||
valueBoolean | boolean | |||||||
valueString | string | |||||||
valueQuantity | Quantity | |||||||
valueAttachment | Attachment | |||||||
valueReference | Reference(Resource) | |||||||
reason | 0..1 | Coding | Explanation for the information Binding: MissingToothReasonCodes (example): Reason codes for the missing teeth. | |||||
diagnosis | 0..* | BackboneElement | Pertinent diagnosis information | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Diagnosis instance identifier | |||||
diagnosis[x] | 1..1 | Nature of illness or problem Binding: ICD-10Codes (example): ICD10 Diagnostic codes. | ||||||
diagnosisCodeableConcept | CodeableConcept | |||||||
diagnosisReference | Reference(Condition) | |||||||
type | 0..* | CodeableConcept | Timing or nature of the diagnosis Binding: ExampleDiagnosisTypeCodes (example): The type of the diagnosis: admitting, principal, discharge. | |||||
onAdmission | 0..1 | CodeableConcept | Present on admission Binding: ExampleDiagnosisOnAdmissionCodes (example): Present on admission. | |||||
packageCode | 0..1 | CodeableConcept | Package billing code Binding: ExampleDiagnosisRelatedGroupCodes (example): The DRG codes associated with the diagnosis. | |||||
procedure | 0..* | BackboneElement | Clinical procedures performed | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Procedure instance identifier | |||||
type | 0..* | CodeableConcept | Category of Procedure Binding: ExampleProcedureTypeCodes (example): Example procedure type codes. | |||||
date | 0..1 | dateTime | When the procedure was performed | |||||
procedure[x] | 1..1 | Specific clinical procedure Binding: ICD-10ProcedureCodes (example): ICD10 Procedure codes. | ||||||
procedureCodeableConcept | CodeableConcept | |||||||
procedureReference | Reference(Procedure) | |||||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
precedence | 0..1 | positiveInt | Precedence (primary, secondary, etc.) | |||||
insurance | Σ | 1..* | BackboneElement | Patient insurance information | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
focal | Σ | 1..1 | boolean | Coverage to be used for adjudication | ||||
coverage | Σ | 1..1 | Reference(Coverage) | Insurance information | ||||
preAuthRef | 0..* | string | Prior authorization reference number | |||||
accident | 0..1 | BackboneElement | Details of the event | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
date | 0..1 | date | When the incident occurred | |||||
type | 0..1 | CodeableConcept | The nature of the accident Binding: ActIncidentCode (extensible): Type of accident: work place, auto, etc. | |||||
location[x] | 0..1 | Where the event occurred | ||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
item | 0..* | BackboneElement | Product or service provided | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
claimResponseItemStatus | 0..1 | CodeableConcept | The status of claim payment on claim item URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-response-item-status Binding: Payer Claim Status Codes Value Set (extensible) | |||||
serviceBillDaysCount | 0..1 | unsignedInt | Number of days between the date of service and the date the claim was received URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/service-bill-days-count | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Item instance identifier | |||||
careTeamSequence | 0..* | positiveInt | Applicable care team members | |||||
diagnosisSequence | 0..* | positiveInt | Applicable diagnoses | |||||
procedureSequence | 0..* | positiveInt | Applicable procedures | |||||
informationSequence | 0..* | positiveInt | Applicable exception and supporting information | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Product or service billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
serviced[x] | 0..1 | Date or dates of service or product delivery | ||||||
servicedDate | date | |||||||
servicedPeriod | Period | |||||||
location[x] | 0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
locationCodeableConcept | CodeableConcept | |||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
localNumberOfUnitsPerService | 0..1 | Quantity | Customer-specific quantity of either services or units URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/local-number-of-units-per-service | |||||
value | Σ | 0..1 | decimal | Numerical value (with implicit precision) | ||||
unit | Σ | 0..1 | string | Unit representation | ||||
system | ΣC | 0..1 | uri | System that defines coded unit form | ||||
code | Σ | 0..1 | code | Coded form of the unit | ||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
bodySite | 0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
subSite | 0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
encounter | 0..* | Reference(Encounter) | Encounters related to this billed item | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | BackboneElement | Adjudication details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Type of adjudication information Binding: Adjudication Category Value Set (example) | |||||
reason | 0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
amount | 0..1 | Money | Monetary amount | |||||
value | 0..1 | decimal | Non-monitary value | |||||
detail | 0..* | BackboneElement | Additional items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Product or service provided | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Detail level adjudication details | |||||
subDetail | 0..* | BackboneElement | Additional items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
sequence | 1..1 | positiveInt | Product or service provided | |||||
revenue | 0..1 | CodeableConcept | Revenue or cost center code Binding: ExampleRevenueCenterCodes (example): Codes for the revenue or cost centers supplying the service and/or products. | |||||
category | 0..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
udi | 0..* | Reference(Device) | Unique device identifier | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Subdetail level adjudication details | |||||
addItem | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
itemSequence | 0..* | positiveInt | Item sequence number | |||||
detailSequence | 0..* | positiveInt | Detail sequence number | |||||
subDetailSequence | 0..* | positiveInt | Subdetail sequence number | |||||
provider | 0..* | Reference(Practitioner | PractitionerRole | Organization) | Authorized providers | |||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
programCode | 0..* | CodeableConcept | Program the product or service is provided under Binding: ExampleProgramReasonCodes (example): Program specific reason codes. | |||||
serviced[x] | 0..1 | Date or dates of service or product delivery | ||||||
servicedDate | date | |||||||
servicedPeriod | Period | |||||||
location[x] | 0..1 | Place of service or where product was supplied Binding: ExampleServicePlaceCodes (example): Place where the service is rendered. | ||||||
locationCodeableConcept | CodeableConcept | |||||||
locationAddress | Address | |||||||
locationReference | Reference(Location) | |||||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
bodySite | 0..1 | CodeableConcept | Anatomical location Binding: OralSiteCodes (example): The code for the teeth, quadrant, sextant and arch. | |||||
subSite | 0..* | CodeableConcept | Anatomical sub-location Binding: SurfaceCodes (example): The code for the tooth surface and surface combinations. | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
detail | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
subDetail | 0..* | BackboneElement | Insurer added line items | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
productOrService | 1..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLSCodes (example): Allowable service and product codes. | |||||
modifier | 0..* | CodeableConcept | Service/Product billing modifiers Binding: ModifierTypeCodes (example): Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen. | |||||
quantity | 0..1 | SimpleQuantity | Count of products or services | |||||
unitPrice | 0..1 | Money | Fee, charge or cost per item | |||||
factor | 0..1 | decimal | Price scaling factor | |||||
net | 0..1 | Money | Total item cost | |||||
noteNumber | 0..* | positiveInt | Applicable note numbers | |||||
adjudication | 0..* | See adjudication (ExplanationOfBenefit) | Added items adjudication | |||||
adjudication | 0..* | BackboneElement | Header-level adjudication | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
Slices for extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
adjudicationDate | 0..1 | date | Date on which the payment status of the claim was adjudicated URL: http://linuxforhealth.org/fhir/cdm/StructureDefinition/adjudication-date | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | |||||
reason | 0..1 | CodeableConcept | Explanation of adjudication outcome Binding: AdjudicationReasonCodes (example): Adjudication reason codes. | |||||
amount | 0..1 | Money | Monetary amount | |||||
value | 0..1 | decimal | Non-monitary value | |||||
total | Σ | 0..* | BackboneElement | Adjudication totals | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | Σ | 1..1 | CodeableConcept | Type of adjudication information Binding: AdjudicationValueCodes (example): The adjudication codes. | ||||
amount | Σ | 1..1 | Money | Financial total for the category | ||||
payment | 0..1 | BackboneElement | Payment Details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 0..1 | CodeableConcept | Partial or complete payment Binding: ExamplePaymentTypeCodes (example): The type (partial, complete) of the payment. | |||||
adjustment | 0..1 | Money | Payment adjustment for non-claim issues | |||||
adjustmentReason | 0..1 | CodeableConcept | Explanation for the variance Binding: PaymentAdjustmentReasonCodes (example): Payment Adjustment reason codes. | |||||
date | 0..1 | date | Expected date of payment | |||||
amount | 0..1 | Money | Payable amount after adjustment | |||||
identifier | 0..1 | Identifier | Business identifier for the payment | |||||
formCode | 0..1 | CodeableConcept | Printed form identifier Binding: Form Codes (example): The forms codes. | |||||
form | 0..1 | Attachment | Printed reference or actual form | |||||
processNote | 0..* | BackboneElement | Note concerning adjudication | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
number | 0..1 | positiveInt | Note instance identifier | |||||
type | 0..1 | code | display | print | printoper Binding: NoteType (required): The presentation types of notes. | |||||
text | 0..1 | string | Note explanatory text | |||||
language | 0..1 | CodeableConcept | Language of the text Binding: CommonLanguages (preferred): A human language.
| |||||
benefitPeriod | 0..1 | Period | When the benefits are applicable | |||||
benefitBalance | 0..* | BackboneElement | Balance by Benefit Category | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
category | 1..1 | CodeableConcept | Benefit classification Binding: BenefitCategoryCodes (example): Benefit categories such as: oral, medical, vision, oral-basic etc. | |||||
excluded | 0..1 | boolean | Excluded from the plan | |||||
name | 0..1 | string | Short name for the benefit | |||||
description | 0..1 | string | Description of the benefit or services covered | |||||
network | 0..1 | CodeableConcept | In or out of network Binding: NetworkTypeCodes (example): Code to classify in or out of network services. | |||||
unit | 0..1 | CodeableConcept | Individual or family Binding: UnitTypeCodes (example): Unit covered/serviced - individual or family. | |||||
term | 0..1 | CodeableConcept | Annual or lifetime Binding: BenefitTermCodes (example): Coverage unit - annual, lifetime. | |||||
financial | 0..* | BackboneElement | Benefit Summary | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
type | 1..1 | CodeableConcept | Benefit classification Binding: BenefitTypeCodes (example): Deductable, visits, co-pay, etc. | |||||
allowed[x] | 0..1 | Benefits allowed | ||||||
allowedUnsignedInt | unsignedInt | |||||||
allowedString | string | |||||||
allowedMoney | Money | |||||||
used[x] | 0..1 | Benefits used | ||||||
usedUnsignedInt | unsignedInt | |||||||
usedMoney | Money | |||||||
Documentation for this format |
Path | Conformance | ValueSet | ||||
ExplanationOfBenefit.language | preferred | CommonLanguages
| ||||
ExplanationOfBenefit.identifier.use | required | IdentifierUse | ||||
ExplanationOfBenefit.identifier.type | extensible | IdentifierTypeValueSet | ||||
ExplanationOfBenefit.status | required | ExplanationOfBenefitStatus | ||||
ExplanationOfBenefit.type | extensible | ClaimTypeValueSet (a valid code from Payer Claim Type Codes) | ||||
ExplanationOfBenefit.subType | extensible | ClaimSubtypeValueSet (a valid code from Claim Subtype Codes) | ||||
ExplanationOfBenefit.use | required | Use | ||||
ExplanationOfBenefit.priority | example | ProcessPriorityCodes | ||||
ExplanationOfBenefit.fundsReserveRequested | example | Funds Reservation Codes | ||||
ExplanationOfBenefit.fundsReserve | example | Funds Reservation Codes | ||||
ExplanationOfBenefit.related.relationship | example | ExampleRelatedClaimRelationshipCodes | ||||
ExplanationOfBenefit.payee.type | example | Claim Payee Type Codes | ||||
ExplanationOfBenefit.outcome | required | ClaimProcessingCodes | ||||
ExplanationOfBenefit.careTeam.role | extensible | ClaimCareTeamRoleValueSet (a valid code from Claim Care Team Role Codes) | ||||
ExplanationOfBenefit.careTeam.qualification | example | ExampleProviderQualificationCodes | ||||
ExplanationOfBenefit.supportingInfo.category | extensible | ClaimSupportingInfoCategoryValueSet | ||||
ExplanationOfBenefit.supportingInfo.code | extensible | ClaimSupportingInfoTypeValueSet (a valid code from Claim Supporting Info Type Codes) | ||||
ExplanationOfBenefit.supportingInfo.reason | example | MissingToothReasonCodes | ||||
ExplanationOfBenefit.diagnosis.diagnosis[x] | example | ICD-10Codes | ||||
ExplanationOfBenefit.diagnosis.type | example | ExampleDiagnosisTypeCodes | ||||
ExplanationOfBenefit.diagnosis.onAdmission | example | ExampleDiagnosisOnAdmissionCodes | ||||
ExplanationOfBenefit.diagnosis.packageCode | example | ExampleDiagnosisRelatedGroupCodes | ||||
ExplanationOfBenefit.procedure.type | example | ExampleProcedureTypeCodes | ||||
ExplanationOfBenefit.procedure.procedure[x] | example | ICD-10ProcedureCodes | ||||
ExplanationOfBenefit.accident.type | extensible | ActIncidentCode | ||||
ExplanationOfBenefit.item.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.item.location[x] | example | ExampleServicePlaceCodes | ||||
ExplanationOfBenefit.item.bodySite | example | OralSiteCodes | ||||
ExplanationOfBenefit.item.subSite | example | SurfaceCodes | ||||
ExplanationOfBenefit.item.adjudication.category | example | AdjudicationCategoryValueSet (a valid code from Adjudication Category Codes) | ||||
ExplanationOfBenefit.item.adjudication.reason | example | AdjudicationReasonCodes | ||||
ExplanationOfBenefit.item.detail.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.detail.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.detail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.detail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.detail.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.revenue | example | ExampleRevenueCenterCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.item.detail.subDetail.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.addItem.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.addItem.programCode | example | ExampleProgramReasonCodes | ||||
ExplanationOfBenefit.addItem.location[x] | example | ExampleServicePlaceCodes | ||||
ExplanationOfBenefit.addItem.bodySite | example | OralSiteCodes | ||||
ExplanationOfBenefit.addItem.subSite | example | SurfaceCodes | ||||
ExplanationOfBenefit.addItem.detail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.detail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.addItem.detail.subDetail.productOrService | example | USCLSCodes | ||||
ExplanationOfBenefit.addItem.detail.subDetail.modifier | example | ModifierTypeCodes | ||||
ExplanationOfBenefit.adjudication.category | example | AdjudicationValueCodes | ||||
ExplanationOfBenefit.adjudication.reason | example | AdjudicationReasonCodes | ||||
ExplanationOfBenefit.total.category | example | AdjudicationValueCodes | ||||
ExplanationOfBenefit.payment.type | example | ExamplePaymentTypeCodes | ||||
ExplanationOfBenefit.payment.adjustmentReason | example | PaymentAdjustmentReasonCodes | ||||
ExplanationOfBenefit.formCode | example | Form Codes | ||||
ExplanationOfBenefit.processNote.type | required | NoteType | ||||
ExplanationOfBenefit.processNote.language | preferred | CommonLanguages
| ||||
ExplanationOfBenefit.benefitBalance.category | example | BenefitCategoryCodes | ||||
ExplanationOfBenefit.benefitBalance.network | example | NetworkTypeCodes | ||||
ExplanationOfBenefit.benefitBalance.unit | example | UnitTypeCodes | ||||
ExplanationOfBenefit.benefitBalance.term | example | BenefitTermCodes | ||||
ExplanationOfBenefit.benefitBalance.financial.type | example | BenefitTypeCodes |
This structure is derived from ExplanationOfBenefit
Summary
Mandatory: 3 elements
Prohibited: 1 element
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Other representations of profile: CSV, Excel, Schematron